AWSEC2IpamDiscoveredAccount

Objective-C

@interface AWSEC2IpamDiscoveredAccount

Swift

class AWSEC2IpamDiscoveredAccount

An IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.

  • The account ID.

    Declaration

    Objective-C

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

    Swift

    var accountId: String? { get set }
  • The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.

    Declaration

    Objective-C

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

    Swift

    var discoveryRegion: String? { get set }
  • The resource discovery failure reason.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2IpamDiscoveryFailureReason *_Nullable failureReason;

    Swift

    var failureReason: AWSEC2IpamDiscoveryFailureReason? { get set }
  • The last attempted resource discovery time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastAttemptedDiscoveryTime;

    Swift

    var lastAttemptedDiscoveryTime: Date? { get set }
  • The last successful resource discovery time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastSuccessfulDiscoveryTime;

    Swift

    var lastSuccessfulDiscoveryTime: Date? { get set }