interface ResourceSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.FMS.ResourceSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsfms#ResourceSetReference |
Java | software.amazon.awscdk.interfaces.fms.ResourceSetReference |
Python | aws_cdk.interfaces.aws_fms.ResourceSetReference |
TypeScript | aws-cdk-lib » interfaces » aws_fms » ResourceSetReference |
A reference to a ResourceSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fms as interfaces_aws_fms } from 'aws-cdk-lib/interfaces';
const resourceSetReference: interfaces_aws_fms.ResourceSetReference = {
resourceSetId: 'resourceSetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The Id of the ResourceSet resource. |
resourceSetId
Type:
string
The Id of the ResourceSet resource.

.NET
Go
Java
Python
TypeScript