GetBlueprintResult

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)

Constructors

Link copied to clipboard
constructor(blueprintArn: String? = null, blueprintStage: BlueprintStage? = null, creationTime: String? = null, kmsEncryptionContext: Map<String, String>? = null, kmsKeyId: String? = null, lastModifiedTime: String? = null, schema: Any? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val blueprintArn: String? = null

ARN of a Blueprint

Link copied to clipboard

Stage of the Blueprint

Link copied to clipboard
val creationTime: String? = null

Creation timestamp

Link copied to clipboard

KMS encryption context

Link copied to clipboard
val kmsKeyId: String? = null

KMS key identifier

Link copied to clipboard

Last modified timestamp

Link copied to clipboard
val schema: Any? = null

Schema of the blueprint Search the CloudFormation User Guide for AWS::Bedrock::Blueprint for more information about the expected schema for this property.

Link copied to clipboard
val tags: List<Tag>? = null

List of Tags