interface CfnResourceGroupProps
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Inspector.CfnResourceGroupProps |
![]() | software.amazon.awscdk.services.inspector.CfnResourceGroupProps |
![]() | aws_cdk.aws_inspector.CfnResourceGroupProps |
![]() | @aws-cdk/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 * as inspector from '@aws-cdk/aws-inspector';
const cfnResourceGroupProps: inspector.CfnResourceGroupProps = {
resourceGroupTags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
resource | IResolvable | Cfn | IResolvable [] | The tags (key and value pairs) that will be associated with the resource group. |
resourceGroupTags
Type:
IResolvable
|
Cfn
|
IResolvable
[]
The tags (key and value pairs) that will be associated with the resource group.
For more information, see Tag .