Show / Hide Table of Contents

Class GetLaunchConfigurationResult

Inheritance
System.Object
GetLaunchConfigurationResult
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 GetLaunchConfigurationResult

Fields

View Source

Arn

The Amazon Resource Name of the launch configuration.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

AssociatePublicIpAddress

Whether a Public IP address is associated with the instance.

Declaration
public readonly bool AssociatePublicIpAddress
Field Value
Type Description
System.Boolean
View Source

EbsBlockDevices

The EBS Block Devices attached to the instance.

Declaration
public readonly ImmutableArray<GetLaunchConfigurationEbsBlockDeviceResult> EbsBlockDevices
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetLaunchConfigurationEbsBlockDeviceResult>
View Source

EbsOptimized

Whether the launched EC2 instance will be EBS-optimized.

Declaration
public readonly bool EbsOptimized
Field Value
Type Description
System.Boolean
View Source

EnableMonitoring

Whether Detailed Monitoring is Enabled.

Declaration
public readonly bool EnableMonitoring
Field Value
Type Description
System.Boolean
View Source

EphemeralBlockDevices

The Ephemeral volumes on the instance.

Declaration
public readonly ImmutableArray<GetLaunchConfigurationEphemeralBlockDeviceResult> EphemeralBlockDevices
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetLaunchConfigurationEphemeralBlockDeviceResult>
View Source

IamInstanceProfile

The IAM Instance Profile to associate with launched instances.

Declaration
public readonly string IamInstanceProfile
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

ImageId

The EC2 Image ID of the instance.

Declaration
public readonly string ImageId
Field Value
Type Description
System.String
View Source

InstanceType

The Instance Type of the instance to launch.

Declaration
public readonly string InstanceType
Field Value
Type Description
System.String
View Source

KeyName

The Key Name that should be used for the instance.

Declaration
public readonly string KeyName
Field Value
Type Description
System.String
View Source

Name

The Name of the launch configuration.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PlacementTenancy

The Tenancy of the instance.

Declaration
public readonly string PlacementTenancy
Field Value
Type Description
System.String
View Source

RootBlockDevices

The Root Block Device of the instance.

Declaration
public readonly ImmutableArray<GetLaunchConfigurationRootBlockDeviceResult> RootBlockDevices
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetLaunchConfigurationRootBlockDeviceResult>
View Source

SecurityGroups

A list of associated Security Group IDS.

Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SpotPrice

The Price to use for reserving Spot instances.

Declaration
public readonly string SpotPrice
Field Value
Type Description
System.String
View Source

UserData

The User Data of the instance.

Declaration
public readonly string UserData
Field Value
Type Description
System.String
View Source

VpcClassicLinkId

The ID of a ClassicLink-enabled VPC.

Declaration
public readonly string VpcClassicLinkId
Field Value
Type Description
System.String
View Source

VpcClassicLinkSecurityGroups

The IDs of one or more Security Groups for the specified ClassicLink-enabled VPC.

Declaration
public readonly ImmutableArray<string> VpcClassicLinkSecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.