AWSEC2ElasticGpus

Objective-C

@interface AWSEC2ElasticGpus

Swift

class AWSEC2ElasticGpus

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

Describes an Elastic Graphics accelerator.

  • The Availability Zone in the which the Elastic Graphics accelerator resides.

    Declaration

    Objective-C

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

    Swift

    var availabilityZone: String? { get set }
  • The status of the Elastic Graphics accelerator.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2ElasticGpuHealth *_Nullable elasticGpuHealth;

    Swift

    var elasticGpuHealth: AWSEC2ElasticGpuHealth? { get set }
  • The ID of the Elastic Graphics accelerator.

    Declaration

    Objective-C

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

    Swift

    var elasticGpuId: String? { get set }
  • The state of the Elastic Graphics accelerator.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2ElasticGpuState elasticGpuState;

    Swift

    var elasticGpuState: AWSEC2ElasticGpuState { get set }
  • The type of Elastic Graphics accelerator.

    Declaration

    Objective-C

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

    Swift

    var elasticGpuType: String? { get set }
  • The ID of the instance to which the Elastic Graphics accelerator is attached.

    Declaration

    Objective-C

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

    Swift

    var instanceId: String? { get set }
  • The tags assigned to the Elastic Graphics accelerator.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }