Class DescribeInstanceResponse

    • Method Detail

      • identityStoreId

        public final String identityStoreId()

        The identifier of the identity store that is connected to the instance of IAM Identity Center.

        Returns:
        The identifier of the identity store that is connected to the instance of IAM Identity Center.
      • ownerAccountId

        public final String ownerAccountId()

        The identifier of the Amazon Web Services account for which the instance was created.

        Returns:
        The identifier of the Amazon Web Services account for which the instance was created.
      • name

        public final String name()

        Specifies the instance name.

        Returns:
        Specifies the instance name.
      • createdDate

        public final Instant createdDate()

        The date the instance was created.

        Returns:
        The date the instance was created.
      • statusReason

        public final String statusReason()

        Provides additional context about the current status of the IAM Identity Center instance. This field is particularly useful when an instance is in a non-ACTIVE state, such as CREATE_FAILED. When an instance fails to create or update, this field contains information about the cause, which may include issues with KMS key configuration, permission problems with the specified KMS key, or service-related errors.

        Returns:
        Provides additional context about the current status of the IAM Identity Center instance. This field is particularly useful when an instance is in a non-ACTIVE state, such as CREATE_FAILED. When an instance fails to create or update, this field contains information about the cause, which may include issues with KMS key configuration, permission problems with the specified KMS key, or service-related errors.
      • encryptionConfigurationDetails

        public final EncryptionConfigurationDetails encryptionConfigurationDetails()

        Contains the encryption configuration for your IAM Identity Center instance, including the encryption status, KMS key type, and KMS key ARN.

        Returns:
        Contains the encryption configuration for your IAM Identity Center instance, including the encryption status, KMS key type, and KMS key ARN.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object