Show / Hide Table of Contents

Class AmiLaunchPermissionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AmiLaunchPermissionArgs
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 AmiLaunchPermissionArgs : ResourceArgs

Constructors

View Source

AmiLaunchPermissionArgs()

Declaration
public AmiLaunchPermissionArgs()

Properties

View Source

AccountId

An AWS Account ID to add launch permissions.

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

ImageId

A region-unique name for the AMI.

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