interface CfnResourceGroupMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Inspector.CfnResourceGroupMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsinspector#CfnResourceGroupMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.inspector.CfnResourceGroupMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_inspector.CfnResourceGroupMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_inspector » CfnResourceGroupMixinProps |
Properties for CfnResourceGroupPropsMixin.
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/cfn-property-mixins';
const cfnResourceGroupMixinProps: inspector.CfnResourceGroupMixinProps = {
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)[]
(optional)
The tags (key and value pairs) that will be associated with the resource group.
For more information, see Tag .

.NET
Go
Java
Python
TypeScript