Guidelines implementation: Attributes #2271
Labels
effort/small
Small work item – less than a day of effort
package/awscl
Cross-cutting issues related to the AWS Construct Library
awslint:attribute-coverage
: AWS resource construct interface should expose all CFN resource attributesawslint:attribute-tag
: Resource attribute properties should be tagged with "@Attribute"awslint:attribute-name
: Resource attribute properties should begin with the type name ("bucketArn" instead of "arn")awslint:attribute-name-tag
: If a property starts with "bucket", it must be a resource attributeawslint:attribute-readonly
: Resource attribute properties must be readonlyawslint:attribute-type
: Resource attributes should have a "string" or "string[]" typeawslint:attribute-doc-returns-token
: Resource attribute jsdocs should include text that indicates this is an opaque tokenThe text was updated successfully, but these errors were encountered: