MDAA TS Docs
    Preparing search index...

    Credentials for a QuickSight data source. Supports secret ARN (recommended for rotation), credential pair, or copying credentials from another data source.

    Use cases: Secret-based authentication; Direct credential pair; Cross-source credential sharing

    AWS: QuickSight CfnDataSource.DataSourceCredentialsProperty

    Validation: Provide one of secretArn, credentialPair, or copySourceArn

    interface DataSourceCredentialsProps {
        copySourceArn?: string;
        credentialPair?: DataSourceCredentialPairProps;
        secretArn?: string;
    }
    Index

    Properties

    copySourceArn?: string

    The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use.

    Credential pair. For more information, see CredentialPair .

    secretArn?: string

    CfnDataSource.DataSourceCredentialsProperty.SecretArn.