Interface CcPermissionSetProps

interface CcPermissionSetProps {
    ccCustomerManagedPolicyReferences?: [CcCustomerManagedPolicyReferenceProperty];
    ccDescription?: string;
    ccInlinePolicy?: string;
    ccInstanceArn: string;
    ccManagedPolicies?: [string];
    ccName: string;
    ccPermissionsBoundaryProperty?: CcPermissionsBoundaryProperty;
    ccSessionDuration?: string;
}

Properties

ccCustomerManagedPolicyReferences?: [CcCustomerManagedPolicyReferenceProperty]

CustomerManagedPolicyReferenceProperty

ccDescription?: string

The description of the PermissionSet

ccInlinePolicy?: string

The IAM inline policy that is attached to the PermissionSet.

ccInstanceArn: string

The ARN of the SSO instance under which the operation will be executed.

ccManagedPolicies?: [string]

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

ccName: string

The name of the permission set.

ccPermissionsBoundaryProperty?: CcPermissionsBoundaryProperty

PermissionsBoundaryProperty

ccSessionDuration?: string

The length of time that the application user sessions are valid for in the ISO-8601 standard.

Generated using TypeDoc