AWSEC2ElasticGpuAssociation

Objective-C

@interface AWSEC2ElasticGpuAssociation

Swift

class AWSEC2ElasticGpuAssociation

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 the association between an instance and an Elastic Graphics accelerator.

  • The ID of the association.

    Declaration

    Objective-C

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

    Swift

    var elasticGpuAssociationId: String? { get set }
  • The state of the association between the instance and the Elastic Graphics accelerator.

    Declaration

    Objective-C

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

    Swift

    var elasticGpuAssociationState: String? { get set }
  • The time the Elastic Graphics accelerator was associated with the instance.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var elasticGpuId: String? { get set }