We recommend new projects start with resources from the AWS provider.
aws-native.bedrock.getBlueprint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Bedrock::Blueprint Resource Type
Using getBlueprint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBlueprint(args: GetBlueprintArgs, opts?: InvokeOptions): Promise<GetBlueprintResult>
function getBlueprintOutput(args: GetBlueprintOutputArgs, opts?: InvokeOptions): Output<GetBlueprintResult>def get_blueprint(blueprint_arn: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetBlueprintResult
def get_blueprint_output(blueprint_arn: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetBlueprintResult]func LookupBlueprint(ctx *Context, args *LookupBlueprintArgs, opts ...InvokeOption) (*LookupBlueprintResult, error)
func LookupBlueprintOutput(ctx *Context, args *LookupBlueprintOutputArgs, opts ...InvokeOption) LookupBlueprintResultOutput> Note: This function is named LookupBlueprint in the Go SDK.
public static class GetBlueprint 
{
    public static Task<GetBlueprintResult> InvokeAsync(GetBlueprintArgs args, InvokeOptions? opts = null)
    public static Output<GetBlueprintResult> Invoke(GetBlueprintInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBlueprintResult> getBlueprint(GetBlueprintArgs args, InvokeOptions options)
public static Output<GetBlueprintResult> getBlueprint(GetBlueprintArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:bedrock:getBlueprint
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Blueprint
Arn string - ARN of a Blueprint
 
- Blueprint
Arn string - ARN of a Blueprint
 
- blueprint
Arn String - ARN of a Blueprint
 
- blueprint
Arn string - ARN of a Blueprint
 
- blueprint_
arn str - ARN of a Blueprint
 
- blueprint
Arn String - ARN of a Blueprint
 
getBlueprint Result
The following output properties are available:
- Blueprint
Arn string - ARN of a Blueprint
 - Blueprint
Stage Pulumi.Aws Native. Bedrock. Blueprint Stage  - Stage of the Blueprint
 - Creation
Time string - Creation timestamp
 - Kms
Encryption Dictionary<string, string>Context  - KMS encryption context
 - Kms
Key stringId  - KMS key identifier
 - Last
Modified stringTime  - Last modified timestamp
 - Schema object
 Schema of the blueprint
Search the CloudFormation User Guide for
AWS::Bedrock::Blueprintfor more information about the expected schema for this property.- 
List<Pulumi.
Aws Native. Outputs. Tag>  - List of Tags
 
- Blueprint
Arn string - ARN of a Blueprint
 - Blueprint
Stage BlueprintStage  - Stage of the Blueprint
 - Creation
Time string - Creation timestamp
 - Kms
Encryption map[string]stringContext  - KMS encryption context
 - Kms
Key stringId  - KMS key identifier
 - Last
Modified stringTime  - Last modified timestamp
 - Schema interface{}
 Schema of the blueprint
Search the CloudFormation User Guide for
AWS::Bedrock::Blueprintfor more information about the expected schema for this property.- Tag
 - List of Tags
 
- blueprint
Arn String - ARN of a Blueprint
 - blueprint
Stage BlueprintStage  - Stage of the Blueprint
 - creation
Time String - Creation timestamp
 - kms
Encryption Map<String,String>Context  - KMS encryption context
 - kms
Key StringId  - KMS key identifier
 - last
Modified StringTime  - Last modified timestamp
 - schema Object
 Schema of the blueprint
Search the CloudFormation User Guide for
AWS::Bedrock::Blueprintfor more information about the expected schema for this property.- List<Tag>
 - List of Tags
 
- blueprint
Arn string - ARN of a Blueprint
 - blueprint
Stage BlueprintStage  - Stage of the Blueprint
 - creation
Time string - Creation timestamp
 - kms
Encryption {[key: string]: string}Context  - KMS encryption context
 - kms
Key stringId  - KMS key identifier
 - last
Modified stringTime  - Last modified timestamp
 - schema any
 Schema of the blueprint
Search the CloudFormation User Guide for
AWS::Bedrock::Blueprintfor more information about the expected schema for this property.- Tag[]
 - List of Tags
 
- blueprint_
arn str - ARN of a Blueprint
 - blueprint_
stage BlueprintStage  - Stage of the Blueprint
 - creation_
time str - Creation timestamp
 - kms_
encryption_ Mapping[str, str]context  - KMS encryption context
 - kms_
key_ strid  - KMS key identifier
 - last_
modified_ strtime  - Last modified timestamp
 - schema Any
 Schema of the blueprint
Search the CloudFormation User Guide for
AWS::Bedrock::Blueprintfor more information about the expected schema for this property.- Sequence[root_Tag]
 - List of Tags
 
- blueprint
Arn String - ARN of a Blueprint
 - blueprint
Stage "DEVELOPMENT" | "LIVE" - Stage of the Blueprint
 - creation
Time String - Creation timestamp
 - kms
Encryption Map<String>Context  - KMS encryption context
 - kms
Key StringId  - KMS key identifier
 - last
Modified StringTime  - Last modified timestamp
 - schema Any
 Schema of the blueprint
Search the CloudFormation User Guide for
AWS::Bedrock::Blueprintfor more information about the expected schema for this property.- List<Property Map>
 - List of Tags
 
Supporting Types
BlueprintStage 
Tag
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
We recommend new projects start with resources from the AWS provider.