interface TagItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty.CfnCustomDetectionRuleAssociationPropsMixin.TagItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsguardduty#CfnCustomDetectionRuleAssociationPropsMixin_TagItemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnCustomDetectionRuleAssociationPropsMixin.TagItemProperty |
Python | aws_cdk.cfn_property_mixins.aws_guardduty.CfnCustomDetectionRuleAssociationPropsMixin.TagItemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_guardduty » CfnCustomDetectionRuleAssociationPropsMixin » 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/cfn-property-mixins';
const tagItemProperty: guardduty.CfnCustomDetectionRuleAssociationPropsMixin.TagItemProperty = {
key: 'key',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| key? | string | |
| value? | string |
key?
Type:
string
(optional)
value?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript