interface ClaimMatchValueTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AgentRegistry.CfnRegistry.ClaimMatchValueTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsagentregistry#CfnRegistry_ClaimMatchValueTypeProperty |
Java | software.amazon.awscdk.services.agentregistry.CfnRegistry.ClaimMatchValueTypeProperty |
Python | aws_cdk.aws_agentregistry.CfnRegistry.ClaimMatchValueTypeProperty |
TypeScript | aws-cdk-lib » aws_agentregistry » CfnRegistry » 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-lib';
const claimMatchValueTypeProperty: agentregistry.CfnRegistry.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