PermissionSetInlinePolicy

class PermissionSetInlinePolicy : KotlinCustomResource

Provides an IAM inline policy for a Single Sign-On (SSO) Permission Set resource

NOTE: AWS Single Sign-On (SSO) only supports one IAM inline policy per aws.ssoadmin.PermissionSet resource. Creating or updating this resource will automatically Provision the Permission Set to apply the corresponding updates to all assigned accounts.

Import

SSO Permission Set Inline Policies can be imported using the permission_set_arn and instance_arn separated by a comma (,) e.g.,

$ pulumi import aws:ssoadmin/permissionSetInlinePolicy:PermissionSetInlinePolicy example arn:aws:sso:::permissionSet/ssoins-2938j0x8920sbj72/ps-80383020jr9302rk,arn:aws:sso:::instance/ssoins-2938j0x8920sbj72

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val inlinePolicy: Output<String>

The IAM inline policy to attach to a Permission Set.

Link copied to clipboard
val instanceArn: Output<String>

The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Permission Set.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>