Interface CfnAIGuardrailVersionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIGuardrailVersionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:20.357Z")
@Stability(Stable)
public interface CfnAIGuardrailVersionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnAIGuardrailVersionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wisdom.*;
CfnAIGuardrailVersionMixinProps cfnAIGuardrailVersionMixinProps = CfnAIGuardrailVersionMixinProps.builder()
.aiGuardrailId("aiGuardrailId")
.assistantId("assistantId")
.modifiedTimeSeconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAIGuardrailVersionMixinPropsstatic final classAn implementation forCfnAIGuardrailVersionMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAiGuardrailId
The ID of the AI guardrail version.- See Also:
-
getAssistantId
The ID of the AI guardrail version assistant.- See Also:
-
getModifiedTimeSeconds
The modified time of the AI guardrail version in seconds.- See Also:
-
builder
-