interface CfnResourceSetProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FMS.CfnResourceSetProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfms#CfnResourceSetProps |
![]() | software.amazon.awscdk.services.fms.CfnResourceSetProps |
![]() | aws_cdk.aws_fms.CfnResourceSetProps |
![]() | aws-cdk-lib » aws_fms » CfnResourceSetProps |
Properties for defining a CfnResourceSet
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-resourceset.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fms as fms } from 'aws-cdk-lib';
const cfnResourceSetProps: fms.CfnResourceSetProps = {
name: 'name',
resourceTypeList: ['resourceTypeList'],
// the properties below are optional
description: 'description',
resources: ['resources'],
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
name | string | The descriptive name of the resource set. |
resource | string[] | Determines the resources that can be associated to the resource set. |
description? | string | A description of the resource set. |
resources? | string[] | |
tags? | Cfn [] |
name
Type:
string
The descriptive name of the resource set.
You can't change the name of a resource set after you create it.
resourceTypeList
Type:
string[]
Determines the resources that can be associated to the resource set.
Depending on your setting for max results and the number of resource sets, a single call might not return the full list.
description?
Type:
string
(optional)
A description of the resource set.
resources?
Type:
string[]
(optional)
tags?
Type:
Cfn
[]
(optional)