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

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.getBlueprint

Explore with Pulumi AI

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

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>
Copy
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]
Copy
func LookupBlueprint(ctx *Context, args *LookupBlueprintArgs, opts ...InvokeOption) (*LookupBlueprintResult, error)
func LookupBlueprintOutput(ctx *Context, args *LookupBlueprintOutputArgs, opts ...InvokeOption) LookupBlueprintResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBlueprintResult> getBlueprint(GetBlueprintArgs args, InvokeOptions options)
public static Output<GetBlueprintResult> getBlueprint(GetBlueprintArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:bedrock:getBlueprint
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BlueprintArn This property is required. string
ARN of a Blueprint
BlueprintArn This property is required. string
ARN of a Blueprint
blueprintArn This property is required. String
ARN of a Blueprint
blueprintArn This property is required. string
ARN of a Blueprint
blueprint_arn This property is required. str
ARN of a Blueprint
blueprintArn This property is required. String
ARN of a Blueprint

getBlueprint Result

The following output properties are available:

BlueprintArn string
ARN of a Blueprint
BlueprintStage Pulumi.AwsNative.Bedrock.BlueprintStage
Stage of the Blueprint
CreationTime string
Creation timestamp
KmsEncryptionContext Dictionary<string, string>
KMS encryption context
KmsKeyId string
KMS key identifier
LastModifiedTime string
Last modified timestamp
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.

Tags List<Pulumi.AwsNative.Outputs.Tag>
List of Tags
BlueprintArn string
ARN of a Blueprint
BlueprintStage BlueprintStage
Stage of the Blueprint
CreationTime string
Creation timestamp
KmsEncryptionContext map[string]string
KMS encryption context
KmsKeyId string
KMS key identifier
LastModifiedTime string
Last modified timestamp
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.

Tags Tag
List of Tags
blueprintArn String
ARN of a Blueprint
blueprintStage BlueprintStage
Stage of the Blueprint
creationTime String
Creation timestamp
kmsEncryptionContext Map<String,String>
KMS encryption context
kmsKeyId String
KMS key identifier
lastModifiedTime String
Last modified timestamp
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.

tags List<Tag>
List of Tags
blueprintArn string
ARN of a Blueprint
blueprintStage BlueprintStage
Stage of the Blueprint
creationTime string
Creation timestamp
kmsEncryptionContext {[key: string]: string}
KMS encryption context
kmsKeyId string
KMS key identifier
lastModifiedTime string
Last modified timestamp
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.

tags 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_context Mapping[str, str]
KMS encryption context
kms_key_id str
KMS key identifier
last_modified_time str
Last modified timestamp
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.

tags Sequence[root_Tag]
List of Tags
blueprintArn String
ARN of a Blueprint
blueprintStage "DEVELOPMENT" | "LIVE"
Stage of the Blueprint
creationTime String
Creation timestamp
kmsEncryptionContext Map<String>
KMS encryption context
kmsKeyId String
KMS key identifier
lastModifiedTime String
Last modified timestamp
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.

tags List<Property Map>
List of Tags

Supporting Types

BlueprintStage

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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.

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