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::Blueprint
for more information about the expected schema for this property.- Type
Pulumi.
Aws Native. Bedrock. Blueprint Type - Modality Type
- Blueprint
Name string - Name of the Blueprint
- Kms
Encryption Dictionary<string, string>Context - KMS encryption context
- Kms
Key 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::Blueprint
for more information about the expected schema for this property.- Type
Blueprint
Type - Modality Type
- Blueprint
Name string - Name of the Blueprint
- Kms
Encryption map[string]stringContext - KMS encryption context
- Kms
Key stringId - KMS key identifier
- Tag
Args - 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
Blueprint
Type - Modality Type
- blueprint
Name String - Name of the Blueprint
- kms
Encryption Map<String,String>Context - KMS encryption context
- kms
Key StringId - KMS key identifier
- 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
Blueprint
Type - Modality Type
- blueprint
Name string - Name of the Blueprint
- kms
Encryption {[key: string]: string}Context - KMS encryption context
- kms
Key stringId - KMS key identifier
- 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
Blueprint
Type - 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[Tag
Args] - 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
- blueprint
Name String - Name of the Blueprint
- kms
Encryption Map<String>Context - KMS encryption context
- kms
Key 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:
- Blueprint
Arn string - ARN of a Blueprint
- Blueprint
Stage Pulumi.Aws Native. Bedrock. Blueprint Stage - Stage of the Blueprint
- Creation
Time string - Creation timestamp
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringTime - Last modified timestamp
- Blueprint
Arn string - ARN of a Blueprint
- Blueprint
Stage BlueprintStage - Stage of the Blueprint
- Creation
Time string - Creation timestamp
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringTime - Last modified timestamp
- blueprint
Arn String - ARN of a Blueprint
- blueprint
Stage BlueprintStage - Stage of the Blueprint
- creation
Time String - Creation timestamp
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringTime - Last modified timestamp
- blueprint
Arn string - ARN of a Blueprint
- blueprint
Stage BlueprintStage - Stage of the Blueprint
- creation
Time string - Creation timestamp
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified 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
- blueprint
Arn String - ARN of a Blueprint
- blueprint
Stage "DEVELOPMENT" | "LIVE" - Stage of the Blueprint
- creation
Time String - Creation timestamp
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringTime - Last modified timestamp
Supporting Types
BlueprintStage, BlueprintStageArgs
- Development
- DEVELOPMENT
- Live
- LIVE
- Blueprint
Stage Development - DEVELOPMENT
- Blueprint
Stage Live - LIVE
- Development
- DEVELOPMENT
- Live
- LIVE
- Development
- DEVELOPMENT
- Live
- LIVE
- DEVELOPMENT
- DEVELOPMENT
- LIVE
- LIVE
- "DEVELOPMENT"
- DEVELOPMENT
- "LIVE"
- LIVE
BlueprintType, BlueprintTypeArgs
- Document
- DOCUMENT
- Image
- IMAGE
- Blueprint
Type Document - DOCUMENT
- Blueprint
Type 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.