resourceIdentifier property

Map<String, String> resourceIdentifier
final

A key-value pair that identifies the target resource. The key is an identifier property (for example, BucketName for AWS::S3::Bucket resources) and the value is the actual property value (for example, MyS3Bucket).

Implementation

final Map<String, String> resourceIdentifier;