Show / Hide Table of Contents

Interface CfnLaunchTemplate.IElasticGpuSpecificationProperty

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLaunchTemplate.IElasticGpuSpecificationProperty
Syntax (vb)
Public Interface CfnLaunchTemplate.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.AWS.EC2;

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

Synopsis

Properties

Type

Properties

Type

string? Type { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX