Interface CfnGuardrailVersionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGuardrailVersionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:23:57.896Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGuardrailVersionProps
static final class
An 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.Builder
ofCfnGuardrailVersionProps
-