put_permissions_boundary_to_permission_set
(**kwargs)¶Attaches an AWS managed or customer managed policy to the specified PermissionSet as a permissions boundary.
See also: AWS API Documentation
Request Syntax
response = client.put_permissions_boundary_to_permission_set(
InstanceArn='string',
PermissionSetArn='string',
PermissionsBoundary={
'CustomerManagedPolicyReference': {
'Name': 'string',
'Path': 'string'
},
'ManagedPolicyArn': 'string'
}
)
[REQUIRED]
The ARN of the IAM Identity Center instance under which the operation will be executed.
[REQUIRED]
The ARN of the PermissionSet
.
[REQUIRED]
The permissions boundary that you want to attach to a PermissionSet
.
Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.
The name of the IAM policy that you have configured in each account where you want to deploy your permission set.
The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /
. For more information, see Friendly names and paths in the IAM User Guide .
The AWS managed policy ARN that you want to attach to a permission set as a permissions boundary.
dict
Response Syntax
{}
Response Structure
Exceptions
SSOAdmin.Client.exceptions.ResourceNotFoundException
SSOAdmin.Client.exceptions.InternalServerException
SSOAdmin.Client.exceptions.ThrottlingException
SSOAdmin.Client.exceptions.ValidationException
SSOAdmin.Client.exceptions.AccessDeniedException
SSOAdmin.Client.exceptions.ConflictException