aws-cdk-lib.aws_inspector.CfnResourceGroupProps

interface CfnResourceGroupProps

LanguageType name
.NETAmazon.CDK.AWS.Inspector.CfnResourceGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsinspector#CfnResourceGroupProps
Javasoftware.amazon.awscdk.services.inspector.CfnResourceGroupProps
Pythonaws_cdk.aws_inspector.CfnResourceGroupProps
TypeScript aws-cdk-lib » aws_inspector » CfnResourceGroupProps

Properties for defining a CfnResourceGroup.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_inspector as inspector } from 'aws-cdk-lib';
const cfnResourceGroupProps: inspector.CfnResourceGroupProps = {
  resourceGroupTags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
resourceGroupTagsIResolvable | IResolvable | CfnTag[]The tags (key and value pairs) that will be associated with the resource group.

resourceGroupTags

Type: IResolvable | IResolvable | CfnTag[]

The tags (key and value pairs) that will be associated with the resource group.

For more information, see Tag .