Show / Hide Table of Contents

Class SnapshotCreateVolumePermissionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SnapshotCreateVolumePermissionArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SnapshotCreateVolumePermissionArgs : ResourceArgs

Constructors

View Source

SnapshotCreateVolumePermissionArgs()

Declaration
public SnapshotCreateVolumePermissionArgs()

Properties

View Source

AccountId

An AWS Account ID to add create volume permissions

Declaration
public Input<string> AccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SnapshotId

A snapshot ID

Declaration
public Input<string> SnapshotId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.