Get Blueprint Result
data class GetBlueprintResult(val blueprintArn: String? = null, val blueprintStage: BlueprintStage? = null, val creationTime: String? = null, val kmsEncryptionContext: Map<String, String>? = null, val kmsKeyId: String? = null, val lastModifiedTime: String? = null, val schema: Any? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
ARN of a Blueprint
Link copied to clipboard
Stage of the Blueprint
Link copied to clipboard
Creation timestamp
Link copied to clipboard
KMS encryption context
Link copied to clipboard
Last modified timestamp
Link copied to clipboard
Schema of the blueprint Search the CloudFormation User Guide for AWS::Bedrock::Blueprint
for more information about the expected schema for this property.