-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…
…07d6d268b65b739ffb5ebf8c1e76 (#1781) *Automated PR*
- Loading branch information
1 parent
288a106
commit abf8402
Showing
213 changed files
with
8,277 additions
and
957 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cddd40c58fe29009edc87b434dff37ed2144bea0 | ||
e85b52d7ef350840f279cc004f4b97f62cb4c71c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97 changes: 97 additions & 0 deletions
97
aws-cloudformation-schema/aws-backup-logicallyairgappedbackupvault.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"typeName" : "AWS::Backup::LogicallyAirGappedBackupVault", | ||
"description" : "Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault", | ||
"sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", | ||
"definitions" : { | ||
"NotificationObjectType" : { | ||
"type" : "object", | ||
"additionalProperties" : false, | ||
"properties" : { | ||
"BackupVaultEvents" : { | ||
"type" : "array", | ||
"insertionOrder" : false, | ||
"uniqueItems" : false, | ||
"items" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"SNSTopicArn" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"required" : [ "SNSTopicArn", "BackupVaultEvents" ] | ||
}, | ||
"BackupVaultNamePattern" : { | ||
"type" : "string", | ||
"pattern" : "^[a-zA-Z0-9\\-\\_]{2,50}$" | ||
} | ||
}, | ||
"properties" : { | ||
"AccessPolicy" : { | ||
"type" : [ "object", "string" ] | ||
}, | ||
"BackupVaultName" : { | ||
"$ref" : "#/definitions/BackupVaultNamePattern" | ||
}, | ||
"MinRetentionDays" : { | ||
"type" : "integer" | ||
}, | ||
"MaxRetentionDays" : { | ||
"type" : "integer" | ||
}, | ||
"BackupVaultTags" : { | ||
"type" : "object", | ||
"additionalProperties" : false, | ||
"patternProperties" : { | ||
"^.{1,128}$" : { | ||
"type" : "string" | ||
} | ||
} | ||
}, | ||
"Notifications" : { | ||
"$ref" : "#/definitions/NotificationObjectType" | ||
}, | ||
"EncryptionKeyArn" : { | ||
"type" : "string" | ||
}, | ||
"BackupVaultArn" : { | ||
"type" : "string" | ||
}, | ||
"VaultState" : { | ||
"type" : "string" | ||
}, | ||
"VaultType" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"additionalProperties" : false, | ||
"tagging" : { | ||
"taggable" : true, | ||
"tagOnCreate" : true, | ||
"tagUpdatable" : true, | ||
"cloudFormationSystemTags" : true, | ||
"tagProperty" : "/properties/BackupVaultTags", | ||
"permissions" : [ "backup:TagResource", "backup:UntagResource", "backup:ListTags" ] | ||
}, | ||
"required" : [ "BackupVaultName", "MinRetentionDays", "MaxRetentionDays" ], | ||
"createOnlyProperties" : [ "/properties/BackupVaultName", "/properties/MinRetentionDays", "/properties/MaxRetentionDays" ], | ||
"readOnlyProperties" : [ "/properties/BackupVaultArn", "/properties/EncryptionKeyArn" ], | ||
"primaryIdentifier" : [ "/properties/BackupVaultName" ], | ||
"handlers" : { | ||
"create" : { | ||
"permissions" : [ "backup:TagResource", "backup:CreateLogicallyAirGappedBackupVault", "backup:PutBackupVaultAccessPolicy", "backup:PutBackupVaultNotifications", "backup-storage:Mount", "backup-storage:MountCapsule", "backup:DescribeBackupVault" ] | ||
}, | ||
"read" : { | ||
"permissions" : [ "backup:DescribeBackupVault", "backup:GetBackupVaultNotifications", "backup:GetBackupVaultAccessPolicy", "backup:ListTags" ] | ||
}, | ||
"update" : { | ||
"permissions" : [ "backup:DescribeBackupVault", "backup:DeleteBackupVaultAccessPolicy", "backup:DeleteBackupVaultNotifications", "backup:DeleteBackupVaultLockConfiguration", "backup:GetBackupVaultAccessPolicy", "backup:ListTags", "backup:TagResource", "backup:UntagResource", "backup:PutBackupVaultAccessPolicy", "backup:PutBackupVaultNotifications", "backup:PutBackupVaultLockConfiguration" ] | ||
}, | ||
"delete" : { | ||
"permissions" : [ "backup:DeleteBackupVault" ] | ||
}, | ||
"list" : { | ||
"permissions" : [ "backup:ListBackupVaults" ] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 57 additions & 15 deletions
72
aws-cloudformation-schema/aws-cognito-userpoolidentityprovider.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,78 @@ | ||
{ | ||
"typeName" : "AWS::Cognito::UserPoolIdentityProvider", | ||
"description" : "Resource Type definition for AWS::Cognito::UserPoolIdentityProvider", | ||
"additionalProperties" : false, | ||
"sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", | ||
"tagging" : { | ||
"taggable" : false, | ||
"tagOnCreate" : false, | ||
"tagUpdatable" : false, | ||
"cloudFormationSystemTags" : false | ||
}, | ||
"properties" : { | ||
"ProviderName" : { | ||
"type" : "string" | ||
}, | ||
"UserPoolId" : { | ||
"type" : "string" | ||
}, | ||
"AttributeMapping" : { | ||
"type" : "object" | ||
}, | ||
"ProviderDetails" : { | ||
"type" : "object" | ||
"ProviderName" : { | ||
"type" : "string" | ||
}, | ||
"ProviderType" : { | ||
"type" : "string" | ||
}, | ||
"Id" : { | ||
"type" : "string" | ||
"ProviderDetails" : { | ||
"type" : "object", | ||
"patternProperties" : { | ||
"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"additionalProperties" : false | ||
}, | ||
"IdpIdentifiers" : { | ||
"type" : "array", | ||
"uniqueItems" : false, | ||
"items" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"AttributeMapping" : { | ||
"type" : "object", | ||
"patternProperties" : { | ||
"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"additionalProperties" : false | ||
} | ||
}, | ||
"required" : [ "ProviderName", "UserPoolId", "ProviderType" ], | ||
"additionalProperties" : false, | ||
"required" : [ "UserPoolId", "ProviderName", "ProviderType", "ProviderDetails" ], | ||
"createOnlyProperties" : [ "/properties/UserPoolId", "/properties/ProviderName", "/properties/ProviderType" ], | ||
"primaryIdentifier" : [ "/properties/Id" ], | ||
"readOnlyProperties" : [ "/properties/Id" ] | ||
"primaryIdentifier" : [ "/properties/UserPoolId", "/properties/ProviderName" ], | ||
"handlers" : { | ||
"create" : { | ||
"permissions" : [ "cognito-idp:CreateIdentityProvider", "cognito-idp:DescribeIdentityProvider" ], | ||
"timeoutInMinutes" : 2 | ||
}, | ||
"read" : { | ||
"permissions" : [ "cognito-idp:DescribeIdentityProvider" ] | ||
}, | ||
"update" : { | ||
"permissions" : [ "cognito-idp:UpdateIdentityProvider", "cognito-idp:DescribeIdentityProvider" ], | ||
"timeoutInMinutes" : 2 | ||
}, | ||
"delete" : { | ||
"permissions" : [ "cognito-idp:DeleteIdentityProvider", "cognito-idp:DescribeIdentityProvider" ], | ||
"timeoutInMinutes" : 2 | ||
}, | ||
"list" : { | ||
"handlerSchema" : { | ||
"properties" : { | ||
"UserPoolId" : { | ||
"$ref" : "resource-schema.json#/properties/UserPoolId" | ||
} | ||
}, | ||
"required" : [ "UserPoolId" ] | ||
}, | ||
"permissions" : [ "cognito-idp:ListIdentityProviders" ] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.