-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial AWS AuditManager cloudformation support #2
Initial AWS AuditManager cloudformation support #2
Conversation
"/properties/arn", | ||
"/properties/creationTime", | ||
"/properties/delegations", | ||
"/properties/frameworkId" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
readOnlyProperties
cannot be specified by the customer
"/properties/frameworkId" |
https://docs.aws.amazon.com/cli/latest/reference/auditmanager/create-assessment.html
track aws-cloudformation/cloudformation-coverage-roadmap#68 for GetAtt
support beyond readOnlyProperties
aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38
aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38
aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38
aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38
aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38
aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38
resource types with LIST API options like MaxResults, NextToken, Filters, etc as properties of the resource itself: aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 readOnlyProperties overlapping with writeOnlyProperties or createOnlyProperties: aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38
resource types with LIST API options like MaxResults, NextToken, Filters, etc as properties of the resource itself: aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 readOnlyProperties overlapping with writeOnlyProperties or createOnlyProperties: aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38 no wildcards in handler permissions: aws-cloudformation/aws-cloudformation-resource-providers-greengrassv2#4 aws-cloudformation/aws-cloudformation-resource-providers-imagebuilder@55fa9bf#r46035310
"type": "number", | ||
"maxLength": 50, | ||
"minLength": 47, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't think minLength
/maxLength
can be applied to number
types:
aws-cloudformation/cloudformation-cli#414
https://json-schema.org/understanding-json-schema/reference/numeric.html#range
resource types with LIST API options like MaxResults, NextToken, Filters, etc as properties of the resource itself: aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 readOnlyProperties overlapping with writeOnlyProperties or createOnlyProperties: aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38 no wildcards in handler permissions: aws-cloudformation/aws-cloudformation-resource-providers-greengrassv2#4 aws-cloudformation/aws-cloudformation-resource-providers-imagebuilder@55fa9bf#r46035310
resource types with LIST API options like MaxResults, NextToken, Filters, etc as properties of the resource itself: aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 readOnlyProperties overlapping with writeOnlyProperties or createOnlyProperties: aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38 no wildcards in handler permissions: aws-cloudformation/aws-cloudformation-resource-providers-greengrassv2#4 aws-cloudformation/aws-cloudformation-resource-providers-imagebuilder@55fa9bf#r46035310
resource types with LIST API options like MaxResults, NextToken, Filters, etc as properties of the resource itself: aws-cloudformation/aws-cloudformation-resource-providers-licensemanager#3 aws-cloudformation/aws-cloudformation-resource-providers-iotwireless#3 aws-cloudformation/aws-cloudformation-resource-providers-ssm#75 readOnlyProperties overlapping with writeOnlyProperties or createOnlyProperties: aws-cloudformation/aws-cloudformation-resource-providers-auditmanager#2 aws-cloudformation/aws-cloudformation-resource-providers-codeartifact#38 no wildcards in handler permissions: aws-cloudformation/aws-cloudformation-resource-providers-greengrassv2#4 aws-cloudformation/aws-cloudformation-resource-providers-imagebuilder@55fa9bf#r46035310
Issue #, if available:
Description of changes:
IInitial AWS AuditManager cloudformation support
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.