Show / Hide Table of Contents

Class CfnLaunchTemplate.ElasticGpuSpecificationProperty

Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.

Inheritance
System.Object
CfnLaunchTemplate.ElasticGpuSpecificationProperty
Implements
CfnLaunchTemplate.IElasticGpuSpecificationProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class ElasticGpuSpecificationProperty : Object, CfnLaunchTemplate.IElasticGpuSpecificationProperty
Syntax (vb)
Public Class ElasticGpuSpecificationProperty
    Inherits Object
    Implements CfnLaunchTemplate.IElasticGpuSpecificationProperty
Remarks

ElasticGpuSpecification is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

Link: 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;

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

Synopsis

Constructors

ElasticGpuSpecificationProperty()

Properties

Type

The type of Elastic Graphics accelerator.

Constructors

ElasticGpuSpecificationProperty()

public ElasticGpuSpecificationProperty()

Properties

Type

The type of Elastic Graphics accelerator.

public string Type { get; set; }
Property Value

System.String

Remarks

For more information about the values to specify for Type , see Elastic Graphics Basics , specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances .

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

Implements

CfnLaunchTemplate.IElasticGpuSpecificationProperty
Back to top Generated by DocFX