You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The encryption configuration of your IAM Identity Center instance, including the key type, KMS key ARN, and current encryption status. </p>
2366
+
* @public
2367
+
*/
2368
+
exportinterfaceEncryptionConfigurationDetails{
2369
+
/**
2370
+
* <p>The type of KMS key used for encryption.</p>
2371
+
* @public
2372
+
*/
2373
+
KeyType?: KmsKeyType|undefined;
2374
+
2375
+
/**
2376
+
* <p>The ARN of the KMS key currently used to encrypt data in your IAM Identity Center instance. </p>
2377
+
* @public
2378
+
*/
2379
+
KmsKeyArn?: string|undefined;
2380
+
2381
+
/**
2382
+
* <p>The current status of encryption configuration.</p>
2383
+
* @public
2384
+
*/
2385
+
EncryptionStatus?: KmsKeyStatus|undefined;
2386
+
2387
+
/**
2388
+
* <p>Provides additional context about the current encryption status. This field is particularly useful when the encryption status is UPDATE_FAILED. When encryption configuration update fails, this field contains information about the cause, which may include KMS key access issues, key not found errors, invalid key configuration, key in an invalid state, or a disabled key. </p>
* <p>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. </p>
2452
+
* @public
2453
+
*/
2454
+
StatusReason?: string|undefined;
2455
+
2456
+
/**
2457
+
* <p>Contains the encryption configuration for your IAM Identity Center instance, including the encryption status, KMS key type, and KMS key ARN.</p>
* <p> A structure that specifies the KMS key type and KMS key ARN used to encrypt data in your IAM Identity Center instance.</p>
2709
+
* @public
2710
+
*/
2711
+
exportinterfaceEncryptionConfiguration{
2712
+
/**
2713
+
* <p>The type of KMS key used for encryption.</p>
2714
+
* @public
2715
+
*/
2716
+
KeyType: KmsKeyType|undefined;
2717
+
2718
+
/**
2719
+
* <p>The ARN of the KMS key used to encrypt data. Required when KeyType is CUSTOMER_MANAGED_KEY. Cannot be specified when KeyType is AWS_OWNED_KMS_KEY.</p>
* <p>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 creation fails, this field contains information about the cause, which may include issues with KMS key configuration or insufficient permissions. </p>
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
3920
4096
* @public
3921
4097
*/
3922
4098
InstanceArn: string|undefined;
4099
+
4100
+
/**
4101
+
* <p>Specifies the encryption configuration for your IAM Identity Center instance. You can use this to configure customer managed KMS keys (CMK) or Amazon Web Services owned KMS keys for encrypting your instance data.</p>
0 commit comments