Class AmiLaunchPermissionState
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 AmiLaunchPermissionState : ResourceArgs
Constructors
View SourceAmiLaunchPermissionState()
Declaration
public AmiLaunchPermissionState()
Properties
View SourceAccountId
An AWS Account ID to add launch permissions.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ImageId
A region-unique name for the AMI.
Declaration
public Input<string> ImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |