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:
- BlueprintArn string
- ARN of a Blueprint
- BlueprintArn string
- ARN of a Blueprint
- blueprintArn String
- ARN of a Blueprint
- blueprintArn string
- ARN of a Blueprint
- blueprint_arn str
- ARN of a Blueprint
- blueprintArn String
- ARN of a Blueprint
getBlueprint Result
The following output properties are available:
- BlueprintArn string
- ARN of a Blueprint
- BlueprintStage Pulumi.Aws Native. Bedrock. Blueprint Stage 
- Stage of the Blueprint
- CreationTime string
- Creation timestamp
- KmsEncryption Dictionary<string, string>Context 
- KMS encryption context
- KmsKey stringId 
- KMS key identifier
- LastModified 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
- BlueprintArn string
- ARN of a Blueprint
- BlueprintStage BlueprintStage 
- Stage of the Blueprint
- CreationTime string
- Creation timestamp
- KmsEncryption map[string]stringContext 
- KMS encryption context
- KmsKey stringId 
- KMS key identifier
- LastModified 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
- blueprintArn String
- ARN of a Blueprint
- blueprintStage BlueprintStage 
- Stage of the Blueprint
- creationTime String
- Creation timestamp
- kmsEncryption Map<String,String>Context 
- KMS encryption context
- kmsKey StringId 
- KMS key identifier
- lastModified 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
- blueprintArn string
- ARN of a Blueprint
- blueprintStage BlueprintStage 
- Stage of the Blueprint
- creationTime string
- Creation timestamp
- kmsEncryption {[key: string]: string}Context 
- KMS encryption context
- kmsKey stringId 
- KMS key identifier
- lastModified 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
- blueprintArn String
- ARN of a Blueprint
- blueprintStage "DEVELOPMENT" | "LIVE"
- Stage of the Blueprint
- creationTime String
- Creation timestamp
- kmsEncryption Map<String>Context 
- KMS encryption context
- kmsKey StringId 
- KMS key identifier
- lastModified 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.