Interface CfnAIGuardrail.GuardrailTopicConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIGuardrail.GuardrailTopicConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAIGuardrail
@Stability(Stable)
public static interface CfnAIGuardrail.GuardrailTopicConfigProperty
extends software.amazon.jsii.JsiiSerializable
Topic configuration in topic policy.
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.wisdom.*;
GuardrailTopicConfigProperty guardrailTopicConfigProperty = GuardrailTopicConfigProperty.builder()
.definition("definition")
.name("name")
.type("type")
// the properties below are optional
.examples(List.of("examples"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAIGuardrail.GuardrailTopicConfigPropertystatic final classAn implementation forCfnAIGuardrail.GuardrailTopicConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefinition
Definition of topic in topic policy.- See Also:
-
getName
Name of topic in topic policy.- See Also:
-
getType
Type of topic in a policy.- See Also:
-
getExamples
Text example in topic policy.- See Also:
-
builder
-