Skip to content

Commit

Permalink
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…
Browse files Browse the repository at this point in the history
…07d6d268b65b739ffb5ebf8c1e76 (#1677)

*Automated PR*
  • Loading branch information
pulumi-bot authored Aug 23, 2024
1 parent 4d5118a commit 8ec1127
Show file tree
Hide file tree
Showing 72 changed files with 1,905 additions and 1,106 deletions.
2 changes: 1 addition & 1 deletion .docs.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
441adb1d49400ca33532e3e5a9694179433d7694
7c6c51841af327acbef75edbbe51aae63438925f
8 changes: 6 additions & 2 deletions aws-cloudformation-schema/aws-codebuild-fleet.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"EnvironmentType" : {
"type" : "string",
"enum" : [ "WINDOWS_SERVER_2019_CONTAINER", "WINDOWS_SERVER_2022_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER" ]
"enum" : [ "WINDOWS_SERVER_2019_CONTAINER", "WINDOWS_SERVER_2022_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "MAC_ARM" ]
},
"ComputeType" : {
"type" : "string",
"enum" : [ "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_2XLARGE" ]
"enum" : [ "BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE" ]
},
"OverflowBehavior" : {
"type" : "string",
Expand All @@ -41,6 +41,10 @@
"Arn" : {
"type" : "string",
"minLength" : 1
},
"ImageId" : {
"type" : "string",
"pattern" : "^((aws/codebuild/[A-Za-z-]+:[0-9]+(-[0-9._]+)?)|ami-[a-z0-9]{1,1020})$"
}
},
"definitions" : {
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudformation-schema/aws-ec2-customergateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"primaryIdentifier" : [ "/properties/CustomerGatewayId" ],
"definitions" : {
"Tag" : {
"description" : "Specifies a tag. For more information, see [Add tags to a resource](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#cloudformation-add-tag-specifications).",
"description" : "Specifies a tag. For more information, see [Resource tags](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).",
"additionalProperties" : false,
"type" : "object",
"properties" : {
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudformation-schema/aws-ec2-internetgateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"required" : [ "Value", "Key" ],
"description" : "Specifies a tag. For more information, see [Add tags to a resource](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#cloudformation-add-tag-specifications)."
"description" : "Specifies a tag. For more information, see [Resource tags](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html)."
}
},
"properties" : {
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudformation-schema/aws-ec2-keypair.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
"definitions" : {
"Tag" : {
"description" : "Specifies a tag. For more information, see [Add tags to a resource](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#cloudformation-add-tag-specifications).",
"description" : "Specifies a tag. For more information, see [Resource tags](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).",
"type" : "object",
"properties" : {
"Key" : {
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudformation-schema/aws-ec2-vpngateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"required" : [ "Value", "Key" ],
"description" : "Specifies a tag. For more information, see [Add tags to a resource](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#cloudformation-add-tag-specifications)."
"description" : "Specifies a tag. For more information, see [Resource tags](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html)."
}
},
"properties" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"type" : "object",
"maxProperties" : 50,
"patternProperties" : {
"^[a-zA-Z+-=._:/]+$" : {
"^([\\p{L}\\p{Z}\\p{N}_.,:/=+\\-@]*)$" : {
"type" : "string",
"maxLength" : 256,
"minLength" : 0,
"pattern" : "^[A-Za-z0-9 _=@:.+-/]*$"
"pattern" : "^([\\p{L}\\p{Z}\\p{N}_.,:/=+\\-@]*)$"
}
},
"additionalProperties" : false
Expand Down
20 changes: 20 additions & 0 deletions aws-cloudformation-schema/aws-msk-replicator.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
"StartingPosition" : {
"description" : "Configuration for specifying the position in the topics to start replicating from.",
"$ref" : "#/definitions/ReplicationStartingPosition"
},
"TopicNameConfiguration" : {
"description" : "Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.",
"$ref" : "#/definitions/ReplicationTopicNameConfiguration"
}
},
"required" : [ "TopicsToReplicate" ]
Expand All @@ -150,6 +154,22 @@
"type" : "string",
"enum" : [ "LATEST", "EARLIEST" ]
},
"ReplicationTopicNameConfiguration" : {
"description" : "Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.",
"type" : "object",
"additionalProperties" : false,
"properties" : {
"Type" : {
"$ref" : "#/definitions/ReplicationTopicNameConfigurationType"
}
},
"required" : [ ]
},
"ReplicationTopicNameConfigurationType" : {
"description" : "The type of replicated topic name.",
"type" : "string",
"enum" : [ "PREFIXED_WITH_SOURCE_CLUSTER_ALIAS", "IDENTICAL" ]
},
"ConsumerGroupReplication" : {
"description" : "Configuration relating to consumer group replication.",
"type" : "object",
Expand Down
4 changes: 2 additions & 2 deletions aws-cloudformation-schema/aws-neptune-dbcluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"type" : "boolean"
},
"KmsKeyId" : {
"description" : "If `StorageEncrypted` is true, the Amazon KMS key identifier for the encrypted DB cluster.",
"description" : "The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default KMS key is used. If you specify this property, you must set the StorageEncrypted property to true.",
"type" : "string"
},
"Port" : {
Expand Down Expand Up @@ -125,7 +125,7 @@
"type" : "string"
},
"StorageEncrypted" : {
"description" : "Indicates whether the DB cluster is encrypted.\n\nIf you specify the `DBClusterIdentifier`, `DBSnapshotIdentifier`, or `SourceDBInstanceIdentifier` property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance. If you specify the KmsKeyId property, you must enable encryption.\n\nIf you specify the KmsKeyId, you must enable encryption by setting StorageEncrypted to true.",
"description" : "Indicates whether the DB cluster is encrypted.\n\nIf you specify the KmsKeyId property, then you must enable encryption and set this property to true.\n\nIf you enable the StorageEncrypted property but don't specify KmsKeyId property, then the default KMS key is used. If you specify KmsKeyId property, then that KMS Key is used to encrypt the database instances in the DB cluster.\n\nIf you specify the SourceDBClusterIdentifier property and don't specify this property or disable it. The value is inherited from the source DB cluster, and if the DB cluster is encrypted, the KmsKeyId property from the source cluster is used.\n\nIf you specify the DBSnapshotIdentifier and don't specify this property or disable it. The value is inherited from the snapshot, and the specified KmsKeyId property from the snapshot is used.",
"type" : "boolean"
},
"Tags" : {
Expand Down
Loading

0 comments on commit 8ec1127

Please sign in to comment.