Skip to content

Update Instance

ssoadmin_update_instance R Documentation

Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account

Description

Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.

Usage

ssoadmin_update_instance(Name, InstanceArn, EncryptionConfiguration)

Arguments

Name

Updates the instance name.

InstanceArn

[required] The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

EncryptionConfiguration

Specifies the encryption configuration for your IAM Identity Center instance. You can use this to configure customer managed KMS keys or Amazon Web Services owned KMS keys for encrypting your instance data.

Value

An empty list.

Request syntax

svc$update_instance(
  Name = "string",
  InstanceArn = "string",
  EncryptionConfiguration = list(
    KeyType = "AWS_OWNED_KMS_KEY"|"CUSTOMER_MANAGED_KEY",
    KmsKeyArn = "string"
  )
)