MDAA TS Docs
    Preparing search index...

    Amazon Bedrock integration configuration for GAIA GenAI foundation model access. Controls Bedrock enablement, region selection, and optional cross-account access.

    Use cases: Bedrock foundation model enablement; Cross-region model access; Cross-account Bedrock integration; Regional compliance

    AWS: Amazon Bedrock with optional cross-account IAM role

    Validation: Optional; When provided, enabled and region are required

    interface BedrockProps {
        enabled: boolean;
        region: SupportedRegion;
        roleArn?: string;
    }
    Index

    Properties

    enabled: boolean

    Enables or disables Amazon Bedrock foundation model integration. When true, configures IAM permissions and resources for Bedrock model access.

    Use cases: Foundation model enablement; Bedrock service activation; AI capability toggle

    AWS: Amazon Bedrock service enablement

    Validation: Required; boolean

    AWS region for Bedrock foundation model access. Supports cross-region access. Consult regulatory restrictions before using out-of-region models.

    Use cases: Regional model access; Data residency compliance; Cross-region Bedrock usage

    AWS: AWS region for Amazon Bedrock API calls

    Validation: Required; Must be valid SupportedRegion enum value

    roleArn?: string

    IAM role ARN for cross-account or custom Bedrock access when default permissions are insufficient.

    Use cases: Cross-account Bedrock access; Custom IAM role for model invocation; Advanced permission management

    AWS: IAM role ARN for Bedrock STS AssumeRole

    Validation: Optional; Must be valid IAM role ARN format