Skip to content

Commit

Permalink
Regenerating based on aws-cloudformation-user-guide @ 19dc52cd3f2007d…
Browse files Browse the repository at this point in the history
…6d268b65b739ffb5ebf8c1e76
  • Loading branch information
pulumi-bot committed Jun 26, 2024
1 parent a0e9bcc commit 4bbd7b6
Show file tree
Hide file tree
Showing 46 changed files with 3,129 additions and 2,178 deletions.
115 changes: 61 additions & 54 deletions aws-cloudformation-schema/aws-apigateway-domainname.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,50 @@
{
"sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
"tagging" : {
"taggable" : true,
"tagOnCreate" : true,
"tagUpdatable" : true,
"tagProperty" : "/properties/Tags",
"cloudFormationSystemTags" : true
},
"handlers" : {
"read" : {
"permissions" : [ "apigateway:*" ]
},
"create" : {
"permissions" : [ "apigateway:*" ]
},
"update" : {
"permissions" : [ "apigateway:*" ]
},
"list" : {
"permissions" : [ "apigateway:*" ]
},
"delete" : {
"permissions" : [ "apigateway:*" ]
}
},
"typeName" : "AWS::ApiGateway::DomainName",
"readOnlyProperties" : [ "/properties/RegionalHostedZoneId", "/properties/DistributionDomainName", "/properties/RegionalDomainName", "/properties/DistributionHostedZoneId" ],
"description" : "Resource Type definition for AWS::ApiGateway::DomainName.",
"sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
"createOnlyProperties" : [ "/properties/DomainName" ],
"additionalProperties" : false,
"primaryIdentifier" : [ "/properties/DomainName" ],
"definitions" : {
"MutualTlsAuthentication" : {
"additionalProperties" : false,
"type" : "object",
"properties" : {
"TruststoreVersion" : {
"type" : "string"
},
"TruststoreUri" : {
"type" : "string"
}
}
},
"EndpointConfiguration" : {
"additionalProperties" : false,
"type" : "object",
"properties" : {
"Types" : {
Expand All @@ -12,94 +53,60 @@
"type" : "string"
}
}
},
"additionalProperties" : false
},
"MutualTlsAuthentication" : {
"type" : "object",
"properties" : {
"TruststoreUri" : {
"type" : "string"
},
"TruststoreVersion" : {
"type" : "string"
}
},
"additionalProperties" : false
}
},
"Tag" : {
"additionalProperties" : false,
"type" : "object",
"properties" : {
"Key" : {
"Value" : {
"type" : "string"
},
"Value" : {
"Key" : {
"type" : "string"
}
},
"additionalProperties" : false
}
}
},
"properties" : {
"DomainName" : {
"type" : "string"
"MutualTlsAuthentication" : {
"$ref" : "#/definitions/MutualTlsAuthentication"
},
"DistributionDomainName" : {
"OwnershipVerificationCertificateArn" : {
"type" : "string"
},
"DistributionHostedZoneId" : {
"RegionalHostedZoneId" : {
"type" : "string"
},
"EndpointConfiguration" : {
"$ref" : "#/definitions/EndpointConfiguration"
},
"MutualTlsAuthentication" : {
"$ref" : "#/definitions/MutualTlsAuthentication"
},
"RegionalDomainName" : {
"type" : "string"
},
"RegionalHostedZoneId" : {
"DomainName" : {
"type" : "string"
},
"CertificateArn" : {
"SecurityPolicy" : {
"type" : "string"
},
"RegionalCertificateArn" : {
"DistributionHostedZoneId" : {
"type" : "string"
},
"OwnershipVerificationCertificateArn" : {
"EndpointConfiguration" : {
"$ref" : "#/definitions/EndpointConfiguration"
},
"DistributionDomainName" : {
"type" : "string"
},
"SecurityPolicy" : {
"RegionalCertificateArn" : {
"type" : "string"
},
"Tags" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Tag"
}
}
},
"additionalProperties" : false,
"primaryIdentifier" : [ "/properties/DomainName" ],
"createOnlyProperties" : [ "/properties/DomainName" ],
"readOnlyProperties" : [ "/properties/RegionalHostedZoneId", "/properties/DistributionDomainName", "/properties/RegionalDomainName", "/properties/DistributionHostedZoneId" ],
"handlers" : {
"create" : {
"permissions" : [ "apigateway:*" ]
},
"read" : {
"permissions" : [ "apigateway:*" ]
},
"update" : {
"permissions" : [ "apigateway:*" ]
},
"delete" : {
"permissions" : [ "apigateway:*" ]
},
"list" : {
"permissions" : [ "apigateway:*" ]
"CertificateArn" : {
"type" : "string"
}
}
}
1 change: 0 additions & 1 deletion aws-cloudformation-schema/aws-bedrock-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@
"Instruction" : {
"type" : "string",
"minLength" : 40,
"maxLength" : 4000,
"description" : "Instruction for the agent."
},
"KnowledgeBases" : {
Expand Down
15 changes: 4 additions & 11 deletions aws-cloudformation-schema/aws-cloudwatch-metricstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"Value" : {
"description" : "String which you can use to describe or define the tag.",
"type" : "string",
"minLength" : 1,
"minLength" : 0,
"maxLength" : 256
}
},
Expand All @@ -209,18 +209,11 @@
"permissions" : [ "cloudwatch:GetMetricStream" ]
}
},
"required" : [ "FirehoseArn", "RoleArn", "OutputFormat" ],
"anyOf" : [ {
"allOf" : [ {
"required" : [ "FirehoseArn", "RoleArn", "OutputFormat" ]
}, {
"allOf" : [ {
"required" : [ "FirehoseArn", "RoleArn", "OutputFormat" ]
} ]
}, {
"oneOf" : [ {
"required" : [ "IncludeFilters" ]
}, {
"required" : [ "ExcludeFilters" ]
"oneOf" : [ { }, {
"required" : [ "IncludeFilters", "ExcludeFilters" ]
} ]
} ],
"createOnlyProperties" : [ "/properties/Name" ],
Expand Down
13 changes: 13 additions & 0 deletions aws-cloudformation-schema/aws-codebuild-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@
},
"required" : [ "Type" ]
},
"ScopeConfiguration" : {
"type" : "object",
"additionalProperties" : false,
"properties" : {
"Name" : {
"type" : "string"
}
},
"required" : [ "Name" ]
},
"RegistryCredential" : {
"type" : "object",
"additionalProperties" : false,
Expand Down Expand Up @@ -430,6 +440,9 @@
},
"Webhook" : {
"type" : "boolean"
},
"ScopeConfiguration" : {
"$ref" : "#/definitions/ScopeConfiguration"
}
}
},
Expand Down
Loading

0 comments on commit 4bbd7b6

Please sign in to comment.