AWSEC2ElasticGpuSpecification

Objective-C

@interface AWSEC2ElasticGpuSpecification

Swift

class AWSEC2ElasticGpuSpecification

Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4, G5, or G6 instances.

A specification for an Elastic Graphics accelerator.

Required parameters: [Type]

  • The type of Elastic Graphics accelerator.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable types;

    Swift

    var types: String? { get set }