interface CfnResourceGroupMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Inspector.Mixins.CfnResourceGroupMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsinspector/mixins#CfnResourceGroupMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.inspector.mixins.CfnResourceGroupMixinProps |
Python | aws_cdk.mixins_preview.aws_inspector.mixins.CfnResourceGroupMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_inspector » mixins » 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 { mixins as inspector_mixins } from '@aws-cdk/mixins-preview/aws-inspector';
const cfnResourceGroupMixinProps: inspector_mixins.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