@taimos/cdk-controltower
    Preparing search index...

    Interface PermissionSetOptions

    interface PermissionSetOptions {
        description?: string;
        inlinePolicy?: any;
        managedPolicies?: string[];
        relayStateType?: string;
        sessionDuration?: string;
    }
    Index

    Properties

    description?: string

    The description of the PermissionSet .

    inlinePolicy?: any

    The IAM inline policy that is attached to the permission set.

    managedPolicies?: string[]

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

    relayStateType?: string

    Used to redirect users within the application during the federation authentication process.

    sessionDuration?: string

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