We recommend new projects start with resources from the AWS provider.
aws-native.bedrock.Blueprint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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::Blueprintfor more information about the expected schema for this property.
- Type
Pulumi.Aws Native. Bedrock. Blueprint Type 
- Modality Type
- BlueprintName string
- Name of the Blueprint
- KmsEncryption Dictionary<string, string>Context 
- KMS encryption context
- KmsKey stringId 
- KMS key identifier
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- List of Tags
- Schema interface{}
- Schema of the blueprint - Search the CloudFormation User Guide for - AWS::Bedrock::Blueprintfor more information about the expected schema for this property.
- Type
BlueprintType 
- Modality Type
- BlueprintName string
- Name of the Blueprint
- KmsEncryption map[string]stringContext 
- KMS encryption context
- KmsKey stringId 
- KMS key identifier
- 
TagArgs 
- List of Tags
- schema Object
- Schema of the blueprint - Search the CloudFormation User Guide for - AWS::Bedrock::Blueprintfor more information about the expected schema for this property.
- type
BlueprintType 
- Modality Type
- blueprintName String
- Name of the Blueprint
- kmsEncryption Map<String,String>Context 
- KMS encryption context
- kmsKey StringId 
- KMS key identifier
- List<Tag>
- List of Tags
- schema any
- Schema of the blueprint - Search the CloudFormation User Guide for - AWS::Bedrock::Blueprintfor more information about the expected schema for this property.
- type
BlueprintType 
- Modality Type
- blueprintName string
- Name of the Blueprint
- kmsEncryption {[key: string]: string}Context 
- KMS encryption context
- kmsKey stringId 
- KMS key identifier
- Tag[]
- List of Tags
- schema Any
- Schema of the blueprint - Search the CloudFormation User Guide for - AWS::Bedrock::Blueprintfor more information about the expected schema for this property.
- type
BlueprintType 
- Modality Type
- blueprint_name str
- Name of the Blueprint
- kms_encryption_ Mapping[str, str]context 
- KMS encryption context
- kms_key_ strid 
- KMS key identifier
- 
Sequence[TagArgs] 
- List of Tags
- schema Any
- Schema of the blueprint - Search the CloudFormation User Guide for - AWS::Bedrock::Blueprintfor more information about the expected schema for this property.
- type "DOCUMENT" | "IMAGE"
- Modality Type
- blueprintName String
- Name of the Blueprint
- kmsEncryption Map<String>Context 
- KMS encryption context
- kmsKey StringId 
- KMS key identifier
- 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.Aws Native. Bedrock. Blueprint Stage 
- Stage of the Blueprint
- CreationTime string
- Creation timestamp
- Id string
- The provider-assigned unique ID for this managed resource.
- LastModified stringTime 
- 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.
- LastModified stringTime 
- 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.
- lastModified StringTime 
- 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.
- lastModified stringTime 
- 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_ strtime 
- 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.
- lastModified StringTime 
- Last modified timestamp
Supporting Types
BlueprintStage, BlueprintStageArgs    
- Development
- DEVELOPMENT
- Live
- LIVE
- BlueprintStage Development 
- DEVELOPMENT
- BlueprintStage Live 
- LIVE
- Development
- DEVELOPMENT
- Live
- LIVE
- Development
- DEVELOPMENT
- Live
- LIVE
- DEVELOPMENT
- DEVELOPMENT
- LIVE
- LIVE
- "DEVELOPMENT"
- DEVELOPMENT
- "LIVE"
- LIVE
BlueprintType, BlueprintTypeArgs    
- Document
- DOCUMENT
- Image
- IMAGE
- BlueprintType Document 
- DOCUMENT
- BlueprintType Image 
- IMAGE
- Document
- DOCUMENT
- Image
- IMAGE
- Document
- DOCUMENT
- Image
- IMAGE
- DOCUMENT
- DOCUMENT
- IMAGE
- IMAGE
- "DOCUMENT"
- DOCUMENT
- "IMAGE"
- IMAGE
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.