PermissionSet

class PermissionSet : KotlinCustomResource

Resource Type definition for SSO PermissionSet

Properties

Link copied to clipboard

Specifies the names and paths of the customer managed policies that you have attached to your permission set.

Link copied to clipboard
val description: Output<String>?

The permission set description.

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

The inline policy to put in permission set. Search the CloudFormation User Guide for AWS::SSO::PermissionSet for more information about the expected schema for this property.

Link copied to clipboard
val instanceArn: Output<String>

The sso instance arn that the permission set is owned.

Link copied to clipboard
val managedPolicies: Output<List<String>>?

A structure that stores the details of the AWS managed policy.

Link copied to clipboard
val name: Output<String>

The name you want to assign to this permission set.

Link copied to clipboard

Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary. Specify either CustomerManagedPolicyReference to use the name and path of a customer managed policy, or ManagedPolicyArn to use the ARN of an AWS managed policy. A permissions boundary represents the maximum permissions that any policy can grant your role. For more information, see Permissions boundaries for IAM entities in the IAM User Guide .

Link copied to clipboard

The permission set that the policy will be attached to

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

The relay state URL that redirect links to any service in the AWS Management Console.

Link copied to clipboard
val sessionDuration: Output<String>?

The length of time that a user can be signed in to an AWS account.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags to attach to the new PermissionSet .

Link copied to clipboard
val urn: Output<String>