interface TagItemProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GuardDuty.CfnDetector.TagItemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnDetector_TagItemProperty |
Java | software.amazon.awscdk.services.guardduty.CfnDetector.TagItemProperty |
Python | aws_cdk.aws_guardduty.CfnDetector.TagItemProperty |
TypeScript | aws-cdk-lib » aws_guardduty » CfnDetector » TagItemProperty |
Describes a tag.
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.CfnDetector.TagItemProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The tag key. |
value | string | The tag value. |
key
Type:
string
The tag key.
value
Type:
string
The tag value.