Class SnapshotCreateVolumePermissionState
Inherited Members
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 SnapshotCreateVolumePermissionState : ResourceArgs
Constructors
View SourceSnapshotCreateVolumePermissionState()
Declaration
public SnapshotCreateVolumePermissionState()
Properties
View SourceAccountId
An AWS Account ID to add create volume permissions
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnapshotId
A snapshot ID
Declaration
public Input<string> SnapshotId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |