Show / Hide Table of Contents

Interface CfnInstance.IElasticGpuSpecificationProperty

Specifies the type of Elastic GPU.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IElasticGpuSpecificationProperty
Syntax (vb)
Public Interface IElasticGpuSpecificationProperty
Remarks

An Elastic GPU is a GPU resource that you can attach to your Amazon EC2 instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide for Windows Instances .

ElasticGpuSpecification is a property of the AWS::EC2::Instance resource.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-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

Properties

Type

The type of Elastic Graphics accelerator.

Properties

Type

The type of Elastic Graphics accelerator.

string Type { get; }
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-instance-elasticgpuspecification.html#cfn-ec2-instance-elasticgpuspecification-type

Back to top Generated by DocFX