Show / Hide Table of Contents

Class CfnLaunchTemplatePropsMixin.ElasticGpuSpecificationProperty

Inheritance
object
CfnLaunchTemplatePropsMixin.ElasticGpuSpecificationProperty
Implements
CfnLaunchTemplatePropsMixin.IElasticGpuSpecificationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLaunchTemplatePropsMixin.ElasticGpuSpecificationProperty : CfnLaunchTemplatePropsMixin.IElasticGpuSpecificationProperty
Syntax (vb)
Public Class CfnLaunchTemplatePropsMixin.ElasticGpuSpecificationProperty Implements CfnLaunchTemplatePropsMixin.IElasticGpuSpecificationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins;

             var elasticGpuSpecificationProperty = new ElasticGpuSpecificationProperty {
                 Type = "type"
             };

Synopsis

Constructors

ElasticGpuSpecificationProperty()

Properties

Type

Constructors

ElasticGpuSpecificationProperty()

public ElasticGpuSpecificationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins;

             var elasticGpuSpecificationProperty = new ElasticGpuSpecificationProperty {
                 Type = "type"
             };

Properties

Type

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html#cfn-ec2-launchtemplate-elasticgpuspecification-type

Implements

CfnLaunchTemplatePropsMixin.IElasticGpuSpecificationProperty
Back to top Generated by DocFX