interface CfnResourceGroupProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Inspector.CfnResourceGroupProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinspector#CfnResourceGroupProps |
Java | software.amazon.awscdk.services.inspector.CfnResourceGroupProps |
Python | aws_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
| Name | Type | Description |
|---|---|---|
| resource | IResolvable | (IResolvable | Cfn)[] | The tags (key and value pairs) that will be associated with the resource group. |
resourceGroupTags
Type:
IResolvable | (IResolvable | Cfn)[]
The tags (key and value pairs) that will be associated with the resource group.
For more information, see Tag .

.NET
Go
Java
Python
TypeScript