interface ClaimMatchValueTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AgentRegistry.CfnRegistryPropsMixin.ClaimMatchValueTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsagentregistry#CfnRegistryPropsMixin_ClaimMatchValueTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryPropsMixin.ClaimMatchValueTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_agentregistry.CfnRegistryPropsMixin.ClaimMatchValueTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_agentregistry » CfnRegistryPropsMixin » ClaimMatchValueTypeProperty |
The expected value used to match a claim.
Exactly one member is set.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_agentregistry as agentregistry } from '@aws-cdk/cfn-property-mixins';
const claimMatchValueTypeProperty: agentregistry.CfnRegistryPropsMixin.ClaimMatchValueTypeProperty = {
matchValueString: 'matchValueString',
matchValueStringList: ['matchValueStringList'],
};
Properties
| Name | Type | Description |
|---|---|---|
| match | string | |
| match | string[] |
matchValueString?
Type:
string
(optional)
matchValueStringList?
Type:
string[]
(optional)

.NET
Go
Java
Python
TypeScript