interface TopicPolicyConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnGuardrail.TopicPolicyConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnGuardrail_TopicPolicyConfigProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnGuardrail.TopicPolicyConfigProperty |
![]() | aws_cdk.aws_bedrock.CfnGuardrail.TopicPolicyConfigProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnGuardrail » TopicPolicyConfigProperty |
Contains details about topics that the guardrail should identify and deny.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const topicPolicyConfigProperty: bedrock.CfnGuardrail.TopicPolicyConfigProperty = {
topicsConfig: [{
definition: 'definition',
name: 'name',
type: 'type',
// the properties below are optional
examples: ['examples'],
}],
};
Properties
Name | Type | Description |
---|---|---|
topics | IResolvable | IResolvable | Topic [] | A list of policies related to topics that the guardrail should deny. |
topicsConfig
Type:
IResolvable
|
IResolvable
|
Topic
[]
A list of policies related to topics that the guardrail should deny.