Interface CfnGuardrailVersionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGuardrailVersionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:06.013Z")
@Stability(Stable)
public interface CfnGuardrailVersionProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnGuardrailVersion.
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.*;
CfnGuardrailVersionProps cfnGuardrailVersionProps = CfnGuardrailVersionProps.builder()
.guardrailIdentifier("guardrailIdentifier")
// the properties below are optional
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGuardrailVersionPropsstatic final classAn implementation forCfnGuardrailVersionProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGuardrailIdentifier
The unique identifier of the guardrail.This can be an ID or the ARN.
- See Also:
-
getDescription
A description of the guardrail version.- See Also:
-
builder
- Returns:
- a
CfnGuardrailVersionProps.BuilderofCfnGuardrailVersionProps
-