resourceIdentifiers property

List<String>? resourceIdentifiers
final

The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.

Implementation

final List<String>? resourceIdentifiers;