MDAA TS Docs
    Preparing search index...

    Interface MdaaResolvableRoleRef

    interface MdaaResolvableRoleRef {
        arn?: string;
        id?: string;
        immutable?: boolean;
        name?: string;
        refId: string;
        sso?: boolean;
    }
    Index

    Properties

    arn?: string

    Full IAM role ARN for cross-account role references in resolvable role contexts

    id?: string

    IAM role unique identifier for stable role resolution using the role's AWS-generated ID in resolvable contexts

    immutable?: boolean

    Flag indicating whether the referenced role should be treated as immutable in resolvable role contexts

    name?: string

    IAM role name for role resolution within the same AWS account in resolvable role references

    refId: string

    Unique identifier for the role reference within a configuration scope, ensuring

    sso?: boolean

    Flag indicating the role should be resolved as an AWS SSO auto-generated role in resolvable contexts