aws-cloudformation / aws-cloudformation-resource-providers-codeartifact

The CloudFormation Resource Provider Package for the AWS CodeArtifact service
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeArtifact.html
Apache License 2.0
27 stars 7 forks source link

Accounts have IDs not numbers #6

Closed richardhboyd closed 3 years ago

richardhboyd commented 3 years ago

this section should be

    "DomainOwner": {
      "description": " The 12-digit account ID of the AWS account that owns the domain.",
      "pattern": "[0-9]{12}",
      "type": "string"
    },

Leading zero have no meaning in a number, they do have a meaning in an account ID

detam-amazon commented 3 years ago

Addressed by Ian in #13 - closing issue