MDAA TS Docs
    Preparing search index...

    SAML federation configuration for Redshift cluster access. Creates IAM roles with SAML trust for dynamic credential generation and group-based access.

    Use cases: SAML SSO integration; Federated cluster access; Identity provider mapping

    AWS: IAM SAML roles for Redshift federated authentication

    Validation: federationName and providerArn required; url deprecated

    interface FederationProps {
        federationName: string;
        providerArn: string;
        url?: string;
    }
    Index

    Properties

    federationName: string

    Name of the federation for reference elsewhere in the config.

    providerArn: string

    Arn of the IAM Identity Provider through which federation will occur

    url?: string

    Deprecated. No Longer used.