interface TagItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GuardDuty.CfnCustomDetectionRuleAssociation.TagItemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnCustomDetectionRuleAssociation_TagItemProperty |
Java | software.amazon.awscdk.services.guardduty.CfnCustomDetectionRuleAssociation.TagItemProperty |
Python | aws_cdk.aws_guardduty.CfnCustomDetectionRuleAssociation.TagItemProperty |
TypeScript | aws-cdk-lib » aws_guardduty » CfnCustomDetectionRuleAssociation » TagItemProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_guardduty as guardduty } from 'aws-cdk-lib';
const tagItemProperty: guardduty.CfnCustomDetectionRuleAssociation.TagItemProperty = {
key: 'key',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| key | string | |
| value | string |
key
Type:
string
value
Type:
string

.NET
Go
Java
Python
TypeScript