Interface CfnDataAutomationProject.BlueprintItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataAutomationProject.BlueprintItemProperty.Jsii$Proxy
- Enclosing class:
CfnDataAutomationProject
@Stability(Stable)
public static interface CfnDataAutomationProject.BlueprintItemProperty
extends software.amazon.jsii.JsiiSerializable
An abbreviated summary of a blueprint.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
BlueprintItemProperty blueprintItemProperty = BlueprintItemProperty.builder()
.blueprintArn("blueprintArn")
// the properties below are optional
.blueprintStage("blueprintStage")
.blueprintVersion("blueprintVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataAutomationProject.BlueprintItemPropertystatic final classAn implementation forCfnDataAutomationProject.BlueprintItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBlueprintArn
The blueprint's ARN.- See Also:
-
getBlueprintStage
The blueprint's stage.- See Also:
-
getBlueprintVersion
The blueprint's version.- See Also:
-
builder
-