1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrock
  5. Blueprint

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.bedrock.Blueprint

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Definition of AWS::Bedrock::Blueprint Resource Type

    Create Blueprint Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Blueprint(name: string, args: BlueprintArgs, opts?: CustomResourceOptions);
    @overload
    def Blueprint(resource_name: str,
                  args: BlueprintArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def Blueprint(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  schema: Optional[Any] = None,
                  type: Optional[BlueprintType] = None,
                  blueprint_name: Optional[str] = None,
                  kms_encryption_context: Optional[Mapping[str, str]] = None,
                  kms_key_id: Optional[str] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewBlueprint(ctx *Context, name string, args BlueprintArgs, opts ...ResourceOption) (*Blueprint, error)
    public Blueprint(string name, BlueprintArgs args, CustomResourceOptions? opts = null)
    public Blueprint(String name, BlueprintArgs args)
    public Blueprint(String name, BlueprintArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrock:Blueprint
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args BlueprintArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args BlueprintArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args BlueprintArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BlueprintArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BlueprintArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Blueprint Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Blueprint resource accepts the following input properties:

    Schema object

    Schema of the blueprint

    Search the CloudFormation User Guide for AWS::Bedrock::Blueprint for more information about the expected schema for this property.

    Type Pulumi.AwsNative.Bedrock.BlueprintType
    Modality Type
    BlueprintName string
    Name of the Blueprint
    KmsEncryptionContext Dictionary<string, string>
    KMS encryption context
    KmsKeyId string
    KMS key identifier
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    List of Tags
    Schema interface{}

    Schema of the blueprint

    Search the CloudFormation User Guide for AWS::Bedrock::Blueprint for more information about the expected schema for this property.

    Type BlueprintType
    Modality Type
    BlueprintName string
    Name of the Blueprint
    KmsEncryptionContext map[string]string
    KMS encryption context
    KmsKeyId string
    KMS key identifier
    Tags TagArgs
    List of Tags
    schema Object

    Schema of the blueprint

    Search the CloudFormation User Guide for AWS::Bedrock::Blueprint for more information about the expected schema for this property.

    type BlueprintType
    Modality Type
    blueprintName String
    Name of the Blueprint
    kmsEncryptionContext Map<String,String>
    KMS encryption context
    kmsKeyId String
    KMS key identifier
    tags List<Tag>
    List of Tags
    schema any

    Schema of the blueprint

    Search the CloudFormation User Guide for AWS::Bedrock::Blueprint for more information about the expected schema for this property.

    type BlueprintType
    Modality Type
    blueprintName string
    Name of the Blueprint
    kmsEncryptionContext {[key: string]: string}
    KMS encryption context
    kmsKeyId string
    KMS key identifier
    tags Tag[]
    List of Tags
    schema Any

    Schema of the blueprint

    Search the CloudFormation User Guide for AWS::Bedrock::Blueprint for more information about the expected schema for this property.

    type BlueprintType
    Modality Type
    blueprint_name str
    Name of the Blueprint
    kms_encryption_context Mapping[str, str]
    KMS encryption context
    kms_key_id str
    KMS key identifier
    tags Sequence[TagArgs]
    List of Tags
    schema Any

    Schema of the blueprint

    Search the CloudFormation User Guide for AWS::Bedrock::Blueprint for more information about the expected schema for this property.

    type "DOCUMENT" | "IMAGE"
    Modality Type
    blueprintName String
    Name of the Blueprint
    kmsEncryptionContext Map<String>
    KMS encryption context
    kmsKeyId String
    KMS key identifier
    tags List<Property Map>
    List of Tags

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Blueprint resource produces the following output properties:

    BlueprintArn string
    ARN of a Blueprint
    BlueprintStage Pulumi.AwsNative.Bedrock.BlueprintStage
    Stage of the Blueprint
    CreationTime string
    Creation timestamp
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    Last modified timestamp
    BlueprintArn string
    ARN of a Blueprint
    BlueprintStage BlueprintStage
    Stage of the Blueprint
    CreationTime string
    Creation timestamp
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    Last modified timestamp
    blueprintArn String
    ARN of a Blueprint
    blueprintStage BlueprintStage
    Stage of the Blueprint
    creationTime String
    Creation timestamp
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    Last modified timestamp
    blueprintArn string
    ARN of a Blueprint
    blueprintStage BlueprintStage
    Stage of the Blueprint
    creationTime string
    Creation timestamp
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime string
    Last modified timestamp
    blueprint_arn str
    ARN of a Blueprint
    blueprint_stage BlueprintStage
    Stage of the Blueprint
    creation_time str
    Creation timestamp
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_time str
    Last modified timestamp
    blueprintArn String
    ARN of a Blueprint
    blueprintStage "DEVELOPMENT" | "LIVE"
    Stage of the Blueprint
    creationTime String
    Creation timestamp
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    Last modified timestamp

    Supporting Types

    BlueprintStage, BlueprintStageArgs

    Development
    DEVELOPMENT
    Live
    LIVE
    BlueprintStageDevelopment
    DEVELOPMENT
    BlueprintStageLive
    LIVE
    Development
    DEVELOPMENT
    Live
    LIVE
    Development
    DEVELOPMENT
    Live
    LIVE
    DEVELOPMENT
    DEVELOPMENT
    LIVE
    LIVE
    "DEVELOPMENT"
    DEVELOPMENT
    "LIVE"
    LIVE

    BlueprintType, BlueprintTypeArgs

    Document
    DOCUMENT
    Image
    IMAGE
    BlueprintTypeDocument
    DOCUMENT
    BlueprintTypeImage
    IMAGE
    Document
    DOCUMENT
    Image
    IMAGE
    Document
    DOCUMENT
    Image
    IMAGE
    DOCUMENT
    DOCUMENT
    IMAGE
    IMAGE
    "DOCUMENT"
    DOCUMENT
    "IMAGE"
    IMAGE

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi