AWSEC2IpamResourceDiscoveryAssociation

Objective-C

@interface AWSEC2IpamResourceDiscoveryAssociation

Swift

class AWSEC2IpamResourceDiscoveryAssociation

An IPAM resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

  • The IPAM ARN.

    Declaration

    Objective-C

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

    Swift

    var ipamArn: String? { get set }
  • The IPAM ID.

    Declaration

    Objective-C

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

    Swift

    var ipamId: String? { get set }
  • The IPAM home Region.

    Declaration

    Objective-C

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

    Swift

    var ipamRegion: String? { get set }
  • The resource discovery association Amazon Resource Name (ARN).

    Declaration

    Objective-C

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

    Swift

    var ipamResourceDiscoveryAssociationArn: String? { get set }
  • The resource discovery association ID.

    Declaration

    Objective-C

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

    Swift

    var ipamResourceDiscoveryAssociationId: String? { get set }
  • The resource discovery ID.

    Declaration

    Objective-C

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

    Swift

    var ipamResourceDiscoveryId: String? { get set }
  • Defines if the resource discovery is the default. When you create an IPAM, a default resource discovery is created for your IPAM and it’s associated with your IPAM.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable isDefault;

    Swift

    var isDefault: NSNumber? { get set }
  • The Amazon Web Services account ID of the resource discovery owner.

    Declaration

    Objective-C

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

    Swift

    var ownerId: String? { get set }
  • The resource discovery status.

    • active - Connection or permissions required to read the results of the resource discovery are intact.

    • not-found - Connection or permissions required to read the results of the resource discovery are broken. This may happen if the owner of the resource discovery stopped sharing it or deleted the resource discovery. Verify the resource discovery still exists and the Amazon Web Services RAM resource share is still intact.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2IpamAssociatedResourceDiscoveryStatus resourceDiscoveryStatus;

    Swift

    var resourceDiscoveryStatus: AWSEC2IpamAssociatedResourceDiscoveryStatus { get set }
  • The lifecycle state of the association when you associate or disassociate a resource discovery.

    • associate-in-progress - Resource discovery is being associated.

    • associate-complete - Resource discovery association is complete.

    • associate-failed - Resource discovery association has failed.

    • disassociate-in-progress - Resource discovery is being disassociated.

    • disassociate-complete - Resource discovery disassociation is complete.

    • disassociate-failed - Resource discovery disassociation has failed.

    • isolate-in-progress - Amazon Web Services account that created the resource discovery association has been removed and the resource discovery associatation is being isolated.

    • isolate-complete - Resource discovery isolation is complete..

    • restore-in-progress - Resource discovery is being restored.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2IpamResourceDiscoveryAssociationState state;

    Swift

    var state: AWSEC2IpamResourceDiscoveryAssociationState { get set }
  • A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

    Declaration

    Objective-C

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

    Swift

    var tags: [AWSEC2Tag]? { get set }