@intentius/chant-lexicon-aws 0.19.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/codegen/docs.d.ts.map +1 -1
- package/dist/codegen/package.d.ts.map +1 -1
- package/dist/generated/index.d.ts +150 -19
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +3221 -253
- package/dist/types/index.d.ts +2636 -222
- package/package.json +2 -2
- package/src/codegen/docs.ts +20 -6
- package/src/codegen/package.ts +5 -1
- package/src/generated/index.d.ts +2636 -222
- package/src/generated/index.ts +152 -21
- package/src/generated/lexicon-aws.json +3221 -253
- package/src/plugin.ts +9 -9
package/dist/meta.json
CHANGED
|
@@ -2489,6 +2489,11 @@
|
|
|
2489
2489
|
"kind": "property",
|
|
2490
2490
|
"lexicon": "aws"
|
|
2491
2491
|
},
|
|
2492
|
+
"AgentTag": {
|
|
2493
|
+
"resourceType": "AWS::QuickSight::Agent.AgentTag",
|
|
2494
|
+
"kind": "property",
|
|
2495
|
+
"lexicon": "aws"
|
|
2496
|
+
},
|
|
2492
2497
|
"AgentlessDialerConfig": {
|
|
2493
2498
|
"resourceType": "AWS::ConnectCampaigns::Campaign.AgentlessDialerConfig",
|
|
2494
2499
|
"kind": "property",
|
|
@@ -3017,6 +3022,190 @@
|
|
|
3017
3022
|
"kind": "property",
|
|
3018
3023
|
"lexicon": "aws"
|
|
3019
3024
|
},
|
|
3025
|
+
"AllGroupMemberships": {
|
|
3026
|
+
"resourceType": "AWS::IdentityStore::AllGroupMemberships",
|
|
3027
|
+
"kind": "resource",
|
|
3028
|
+
"lexicon": "aws",
|
|
3029
|
+
"attrs": {
|
|
3030
|
+
"Arn": "Arn",
|
|
3031
|
+
"MembershipId": "MembershipId",
|
|
3032
|
+
"CreatedAt": "CreatedAt",
|
|
3033
|
+
"UpdatedAt": "UpdatedAt",
|
|
3034
|
+
"CreatedBy": "CreatedBy",
|
|
3035
|
+
"UpdatedBy": "UpdatedBy"
|
|
3036
|
+
},
|
|
3037
|
+
"propertyConstraints": {
|
|
3038
|
+
"IdentityStoreId": {
|
|
3039
|
+
"pattern": "^d-[0-9a-f]{10}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
|
|
3040
|
+
"minLength": 1,
|
|
3041
|
+
"maxLength": 36
|
|
3042
|
+
},
|
|
3043
|
+
"MembershipId": {
|
|
3044
|
+
"pattern": "^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$",
|
|
3045
|
+
"minLength": 1,
|
|
3046
|
+
"maxLength": 47
|
|
3047
|
+
},
|
|
3048
|
+
"GroupId": {
|
|
3049
|
+
"pattern": "^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$",
|
|
3050
|
+
"minLength": 1,
|
|
3051
|
+
"maxLength": 47
|
|
3052
|
+
},
|
|
3053
|
+
"CreatedAt": {
|
|
3054
|
+
"format": "date-time"
|
|
3055
|
+
},
|
|
3056
|
+
"UpdatedAt": {
|
|
3057
|
+
"format": "date-time"
|
|
3058
|
+
}
|
|
3059
|
+
},
|
|
3060
|
+
"createOnly": [
|
|
3061
|
+
"GroupId",
|
|
3062
|
+
"IdentityStoreId",
|
|
3063
|
+
"MemberId"
|
|
3064
|
+
],
|
|
3065
|
+
"primaryIdentifier": [
|
|
3066
|
+
"Arn"
|
|
3067
|
+
]
|
|
3068
|
+
},
|
|
3069
|
+
"AllImageBuildVersions": {
|
|
3070
|
+
"resourceType": "AWS::ImageBuilder::AllImageBuildVersions",
|
|
3071
|
+
"kind": "resource",
|
|
3072
|
+
"lexicon": "aws",
|
|
3073
|
+
"attrs": {
|
|
3074
|
+
"Arn": "Arn",
|
|
3075
|
+
"Name": "Name",
|
|
3076
|
+
"Version": "Version",
|
|
3077
|
+
"BuildNumber": "BuildNumber",
|
|
3078
|
+
"Type": "Type",
|
|
3079
|
+
"Platform": "Platform",
|
|
3080
|
+
"OsVersion": "OsVersion",
|
|
3081
|
+
"State": "State",
|
|
3082
|
+
"DateCreated": "DateCreated",
|
|
3083
|
+
"BuildType": "BuildType",
|
|
3084
|
+
"EnhancedImageMetadataEnabled": "EnhancedImageMetadataEnabled",
|
|
3085
|
+
"ImageTestsConfiguration": "ImageTestsConfiguration",
|
|
3086
|
+
"ExecutionRole": "ExecutionRole",
|
|
3087
|
+
"ImageVersionArn": "ImageVersionArn",
|
|
3088
|
+
"Tags": "Tags"
|
|
3089
|
+
},
|
|
3090
|
+
"propertyConstraints": {
|
|
3091
|
+
"Arn": {
|
|
3092
|
+
"pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$"
|
|
3093
|
+
},
|
|
3094
|
+
"Name": {
|
|
3095
|
+
"pattern": "^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$"
|
|
3096
|
+
},
|
|
3097
|
+
"Version": {
|
|
3098
|
+
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
3099
|
+
},
|
|
3100
|
+
"BuildNumber": {
|
|
3101
|
+
"pattern": "^[0-9]+$"
|
|
3102
|
+
},
|
|
3103
|
+
"Type": {
|
|
3104
|
+
"enum": [
|
|
3105
|
+
"AMI",
|
|
3106
|
+
"DOCKER"
|
|
3107
|
+
]
|
|
3108
|
+
},
|
|
3109
|
+
"Platform": {
|
|
3110
|
+
"enum": [
|
|
3111
|
+
"Windows",
|
|
3112
|
+
"Linux",
|
|
3113
|
+
"macOS"
|
|
3114
|
+
]
|
|
3115
|
+
},
|
|
3116
|
+
"OsVersion": {
|
|
3117
|
+
"minLength": 1
|
|
3118
|
+
},
|
|
3119
|
+
"BuildType": {
|
|
3120
|
+
"enum": [
|
|
3121
|
+
"USER_INITIATED",
|
|
3122
|
+
"SCHEDULED",
|
|
3123
|
+
"IMPORT",
|
|
3124
|
+
"IMPORT_ISO"
|
|
3125
|
+
]
|
|
3126
|
+
},
|
|
3127
|
+
"ExecutionRole": {
|
|
3128
|
+
"pattern": "^(?:arn:aws(?:-[a-z]+)*:iam::[0-9]{12}:role/)?[a-zA-Z_0-9+=,.@\\-_/]+$",
|
|
3129
|
+
"minLength": 1,
|
|
3130
|
+
"maxLength": 2048
|
|
3131
|
+
},
|
|
3132
|
+
"ImageVersionArn": {
|
|
3133
|
+
"pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3136
|
+
"primaryIdentifier": [
|
|
3137
|
+
"Arn"
|
|
3138
|
+
],
|
|
3139
|
+
"tagging": {
|
|
3140
|
+
"taggable": true,
|
|
3141
|
+
"tagOnCreate": false,
|
|
3142
|
+
"tagUpdatable": false
|
|
3143
|
+
}
|
|
3144
|
+
},
|
|
3145
|
+
"AllWorkflowBuildVersions": {
|
|
3146
|
+
"resourceType": "AWS::ImageBuilder::AllWorkflowBuildVersions",
|
|
3147
|
+
"kind": "resource",
|
|
3148
|
+
"lexicon": "aws",
|
|
3149
|
+
"attrs": {
|
|
3150
|
+
"Arn": "Arn",
|
|
3151
|
+
"Name": "Name",
|
|
3152
|
+
"Version": "Version",
|
|
3153
|
+
"BuildNumber": "BuildNumber",
|
|
3154
|
+
"WorkflowType": "WorkflowType",
|
|
3155
|
+
"Description": "Description",
|
|
3156
|
+
"ChangeDescription": "ChangeDescription",
|
|
3157
|
+
"Owner": "Owner",
|
|
3158
|
+
"Data": "Data",
|
|
3159
|
+
"DateCreated": "DateCreated",
|
|
3160
|
+
"Parameters": "Parameters",
|
|
3161
|
+
"Tags": "Tags",
|
|
3162
|
+
"WorkflowVersionArn": "WorkflowVersionArn"
|
|
3163
|
+
},
|
|
3164
|
+
"propertyConstraints": {
|
|
3165
|
+
"Arn": {
|
|
3166
|
+
"pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$"
|
|
3167
|
+
},
|
|
3168
|
+
"Name": {
|
|
3169
|
+
"pattern": "^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$"
|
|
3170
|
+
},
|
|
3171
|
+
"Version": {
|
|
3172
|
+
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
3173
|
+
},
|
|
3174
|
+
"BuildNumber": {
|
|
3175
|
+
"pattern": "^[0-9]+$"
|
|
3176
|
+
},
|
|
3177
|
+
"WorkflowType": {
|
|
3178
|
+
"enum": [
|
|
3179
|
+
"build",
|
|
3180
|
+
"test",
|
|
3181
|
+
"distribution"
|
|
3182
|
+
]
|
|
3183
|
+
},
|
|
3184
|
+
"Description": {
|
|
3185
|
+
"minLength": 1,
|
|
3186
|
+
"maxLength": 1024
|
|
3187
|
+
},
|
|
3188
|
+
"ChangeDescription": {
|
|
3189
|
+
"minLength": 1,
|
|
3190
|
+
"maxLength": 1024
|
|
3191
|
+
},
|
|
3192
|
+
"Owner": {
|
|
3193
|
+
"minLength": 1,
|
|
3194
|
+
"maxLength": 1024
|
|
3195
|
+
},
|
|
3196
|
+
"WorkflowVersionArn": {
|
|
3197
|
+
"pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"primaryIdentifier": [
|
|
3201
|
+
"Arn"
|
|
3202
|
+
],
|
|
3203
|
+
"tagging": {
|
|
3204
|
+
"taggable": true,
|
|
3205
|
+
"tagOnCreate": false,
|
|
3206
|
+
"tagUpdatable": false
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3020
3209
|
"AllowList": {
|
|
3021
3210
|
"resourceType": "AWS::Macie::AllowList",
|
|
3022
3211
|
"kind": "resource",
|
|
@@ -6985,6 +7174,43 @@
|
|
|
6985
7174
|
"kind": "property",
|
|
6986
7175
|
"lexicon": "aws"
|
|
6987
7176
|
},
|
|
7177
|
+
"ApplicationProvider": {
|
|
7178
|
+
"resourceType": "AWS::SSO::ApplicationProvider",
|
|
7179
|
+
"kind": "resource",
|
|
7180
|
+
"lexicon": "aws",
|
|
7181
|
+
"attrs": {
|
|
7182
|
+
"ApplicationProviderArn": "ApplicationProviderArn",
|
|
7183
|
+
"FederationProtocol": "FederationProtocol",
|
|
7184
|
+
"DisplayData": "DisplayData",
|
|
7185
|
+
"ResourceServerConfig": "ResourceServerConfig"
|
|
7186
|
+
},
|
|
7187
|
+
"propertyConstraints": {
|
|
7188
|
+
"ApplicationProviderArn": {
|
|
7189
|
+
"pattern": "^arn:aws(-[a-z]{1,5}){0,3}:sso::aws:applicationProvider/[a-zA-Z0-9-/]+$",
|
|
7190
|
+
"minLength": 10,
|
|
7191
|
+
"maxLength": 1224
|
|
7192
|
+
},
|
|
7193
|
+
"FederationProtocol": {
|
|
7194
|
+
"enum": [
|
|
7195
|
+
"SAML",
|
|
7196
|
+
"OAUTH"
|
|
7197
|
+
]
|
|
7198
|
+
}
|
|
7199
|
+
},
|
|
7200
|
+
"primaryIdentifier": [
|
|
7201
|
+
"ApplicationProviderArn"
|
|
7202
|
+
]
|
|
7203
|
+
},
|
|
7204
|
+
"ApplicationProvider_DisplayData": {
|
|
7205
|
+
"resourceType": "AWS::SSO::ApplicationProvider.DisplayData",
|
|
7206
|
+
"kind": "property",
|
|
7207
|
+
"lexicon": "aws"
|
|
7208
|
+
},
|
|
7209
|
+
"ApplicationProvider_ResourceServerConfig": {
|
|
7210
|
+
"resourceType": "AWS::SSO::ApplicationProvider.ResourceServerConfig",
|
|
7211
|
+
"kind": "property",
|
|
7212
|
+
"lexicon": "aws"
|
|
7213
|
+
},
|
|
6988
7214
|
"ApplicationResourceLifecycleConfig": {
|
|
6989
7215
|
"resourceType": "AWS::ElasticBeanstalk::Application.ApplicationResourceLifecycleConfig",
|
|
6990
7216
|
"kind": "property",
|
|
@@ -7805,6 +8031,48 @@
|
|
|
7805
8031
|
"kind": "property",
|
|
7806
8032
|
"lexicon": "aws"
|
|
7807
8033
|
},
|
|
8034
|
+
"AthenaSession": {
|
|
8035
|
+
"resourceType": "AWS::Athena::Session",
|
|
8036
|
+
"kind": "resource",
|
|
8037
|
+
"lexicon": "aws",
|
|
8038
|
+
"attrs": {
|
|
8039
|
+
"Arn": "Arn",
|
|
8040
|
+
"SessionId": "SessionId",
|
|
8041
|
+
"EngineVersion": "EngineVersion",
|
|
8042
|
+
"EngineConfiguration_AdditionalConfigs": "EngineConfiguration.AdditionalConfigs",
|
|
8043
|
+
"EngineConfiguration_SparkProperties": "EngineConfiguration.SparkProperties"
|
|
8044
|
+
},
|
|
8045
|
+
"propertyConstraints": {
|
|
8046
|
+
"SessionId": {
|
|
8047
|
+
"minLength": 1,
|
|
8048
|
+
"maxLength": 256
|
|
8049
|
+
},
|
|
8050
|
+
"WorkGroup": {
|
|
8051
|
+
"pattern": "^[a-zA-Z0-9._-]{1,128}$"
|
|
8052
|
+
},
|
|
8053
|
+
"ExecutionRole": {
|
|
8054
|
+
"minLength": 20,
|
|
8055
|
+
"maxLength": 2048
|
|
8056
|
+
},
|
|
8057
|
+
"EngineVersion": {
|
|
8058
|
+
"minLength": 1,
|
|
8059
|
+
"maxLength": 128
|
|
8060
|
+
}
|
|
8061
|
+
},
|
|
8062
|
+
"createOnly": [
|
|
8063
|
+
"EngineConfiguration",
|
|
8064
|
+
"ExecutionRole",
|
|
8065
|
+
"WorkGroup"
|
|
8066
|
+
],
|
|
8067
|
+
"primaryIdentifier": [
|
|
8068
|
+
"Arn"
|
|
8069
|
+
]
|
|
8070
|
+
},
|
|
8071
|
+
"AthenaSession_EngineConfiguration": {
|
|
8072
|
+
"resourceType": "AWS::Athena::Session.EngineConfiguration",
|
|
8073
|
+
"kind": "property",
|
|
8074
|
+
"lexicon": "aws"
|
|
8075
|
+
},
|
|
7808
8076
|
"AtlassianOauth2ProviderConfigInput": {
|
|
7809
8077
|
"resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.AtlassianOauth2ProviderConfigInput",
|
|
7810
8078
|
"kind": "property",
|
|
@@ -9139,6 +9407,97 @@
|
|
|
9139
9407
|
"kind": "property",
|
|
9140
9408
|
"lexicon": "aws"
|
|
9141
9409
|
},
|
|
9410
|
+
"BCMDataExportsExport": {
|
|
9411
|
+
"resourceType": "AWS::BCMDataExports::Export",
|
|
9412
|
+
"kind": "resource",
|
|
9413
|
+
"lexicon": "aws",
|
|
9414
|
+
"attrs": {
|
|
9415
|
+
"ExportArn": "ExportArn",
|
|
9416
|
+
"Export_ExportArn": "Export.ExportArn"
|
|
9417
|
+
},
|
|
9418
|
+
"propertyConstraints": {
|
|
9419
|
+
"ExportArn": {
|
|
9420
|
+
"pattern": "^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$",
|
|
9421
|
+
"minLength": 20,
|
|
9422
|
+
"maxLength": 2048
|
|
9423
|
+
}
|
|
9424
|
+
},
|
|
9425
|
+
"createOnly": [
|
|
9426
|
+
"Export/Name",
|
|
9427
|
+
"Export/RefreshCadence"
|
|
9428
|
+
],
|
|
9429
|
+
"primaryIdentifier": [
|
|
9430
|
+
"ExportArn"
|
|
9431
|
+
],
|
|
9432
|
+
"tagging": {
|
|
9433
|
+
"taggable": true,
|
|
9434
|
+
"tagOnCreate": true,
|
|
9435
|
+
"tagUpdatable": true
|
|
9436
|
+
}
|
|
9437
|
+
},
|
|
9438
|
+
"BCMDataExportsExport_DataQuery": {
|
|
9439
|
+
"resourceType": "AWS::BCMDataExports::Export.DataQuery",
|
|
9440
|
+
"kind": "property",
|
|
9441
|
+
"lexicon": "aws"
|
|
9442
|
+
},
|
|
9443
|
+
"BCMDataExportsExport_DestinationConfigurations": {
|
|
9444
|
+
"resourceType": "AWS::BCMDataExports::Export.DestinationConfigurations",
|
|
9445
|
+
"kind": "property",
|
|
9446
|
+
"lexicon": "aws"
|
|
9447
|
+
},
|
|
9448
|
+
"BCMDataExportsExport_Export": {
|
|
9449
|
+
"resourceType": "AWS::BCMDataExports::Export.Export",
|
|
9450
|
+
"kind": "property",
|
|
9451
|
+
"lexicon": "aws"
|
|
9452
|
+
},
|
|
9453
|
+
"BCMDataExportsExport_RefreshCadence": {
|
|
9454
|
+
"resourceType": "AWS::BCMDataExports::Export.RefreshCadence",
|
|
9455
|
+
"kind": "property",
|
|
9456
|
+
"lexicon": "aws"
|
|
9457
|
+
},
|
|
9458
|
+
"BCMDataExportsExport_ResourceTag": {
|
|
9459
|
+
"resourceType": "AWS::BCMDataExports::Export.ResourceTag",
|
|
9460
|
+
"kind": "property",
|
|
9461
|
+
"lexicon": "aws"
|
|
9462
|
+
},
|
|
9463
|
+
"BCMDataExportsExport_S3Destination": {
|
|
9464
|
+
"resourceType": "AWS::BCMDataExports::Export.S3Destination",
|
|
9465
|
+
"kind": "property",
|
|
9466
|
+
"lexicon": "aws"
|
|
9467
|
+
},
|
|
9468
|
+
"BCMDataExportsTable": {
|
|
9469
|
+
"resourceType": "AWS::BCMDataExports::Table",
|
|
9470
|
+
"kind": "resource",
|
|
9471
|
+
"lexicon": "aws",
|
|
9472
|
+
"attrs": {
|
|
9473
|
+
"Arn": "Arn",
|
|
9474
|
+
"Description": "Description",
|
|
9475
|
+
"Schema": "Schema"
|
|
9476
|
+
},
|
|
9477
|
+
"propertyConstraints": {
|
|
9478
|
+
"TableName": {
|
|
9479
|
+
"pattern": "^[\\S\\s]*$",
|
|
9480
|
+
"minLength": 0,
|
|
9481
|
+
"maxLength": 1024
|
|
9482
|
+
},
|
|
9483
|
+
"Description": {
|
|
9484
|
+
"pattern": "^[\\S\\s]*$",
|
|
9485
|
+
"minLength": 0,
|
|
9486
|
+
"maxLength": 1024
|
|
9487
|
+
}
|
|
9488
|
+
},
|
|
9489
|
+
"createOnly": [
|
|
9490
|
+
"TableName"
|
|
9491
|
+
],
|
|
9492
|
+
"primaryIdentifier": [
|
|
9493
|
+
"Arn"
|
|
9494
|
+
]
|
|
9495
|
+
},
|
|
9496
|
+
"BCMDataExportsTable_Column": {
|
|
9497
|
+
"resourceType": "AWS::BCMDataExports::Table.Column",
|
|
9498
|
+
"kind": "property",
|
|
9499
|
+
"lexicon": "aws"
|
|
9500
|
+
},
|
|
9142
9501
|
"BackendDefaults": {
|
|
9143
9502
|
"resourceType": "AWS::AppMesh::VirtualNode.BackendDefaults",
|
|
9144
9503
|
"kind": "property",
|
|
@@ -9801,6 +10160,69 @@
|
|
|
9801
10160
|
"kind": "property",
|
|
9802
10161
|
"lexicon": "aws"
|
|
9803
10162
|
},
|
|
10163
|
+
"BedrockBlueprint": {
|
|
10164
|
+
"resourceType": "AWS::Bedrock::Blueprint",
|
|
10165
|
+
"kind": "resource",
|
|
10166
|
+
"lexicon": "aws",
|
|
10167
|
+
"attrs": {
|
|
10168
|
+
"BlueprintArn": "BlueprintArn",
|
|
10169
|
+
"BlueprintStage": "BlueprintStage",
|
|
10170
|
+
"CreationTime": "CreationTime",
|
|
10171
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
10172
|
+
},
|
|
10173
|
+
"propertyConstraints": {
|
|
10174
|
+
"BlueprintArn": {
|
|
10175
|
+
"pattern": "^arn:aws(|-cn|-us-gov|-iso|-iso-[a-z]):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$",
|
|
10176
|
+
"maxLength": 128
|
|
10177
|
+
},
|
|
10178
|
+
"BlueprintName": {
|
|
10179
|
+
"pattern": "^[a-zA-Z0-9-_]+$",
|
|
10180
|
+
"minLength": 1,
|
|
10181
|
+
"maxLength": 128
|
|
10182
|
+
},
|
|
10183
|
+
"CreationTime": {
|
|
10184
|
+
"format": "date-time"
|
|
10185
|
+
},
|
|
10186
|
+
"LastModifiedTime": {
|
|
10187
|
+
"format": "date-time"
|
|
10188
|
+
},
|
|
10189
|
+
"Type": {
|
|
10190
|
+
"enum": [
|
|
10191
|
+
"DOCUMENT",
|
|
10192
|
+
"IMAGE",
|
|
10193
|
+
"AUDIO",
|
|
10194
|
+
"VIDEO"
|
|
10195
|
+
]
|
|
10196
|
+
},
|
|
10197
|
+
"BlueprintStage": {
|
|
10198
|
+
"enum": [
|
|
10199
|
+
"DEVELOPMENT",
|
|
10200
|
+
"LIVE"
|
|
10201
|
+
]
|
|
10202
|
+
},
|
|
10203
|
+
"KmsKeyId": {
|
|
10204
|
+
"minLength": 1,
|
|
10205
|
+
"maxLength": 2048
|
|
10206
|
+
}
|
|
10207
|
+
},
|
|
10208
|
+
"createOnly": [
|
|
10209
|
+
"BlueprintName",
|
|
10210
|
+
"Type"
|
|
10211
|
+
],
|
|
10212
|
+
"primaryIdentifier": [
|
|
10213
|
+
"BlueprintArn"
|
|
10214
|
+
],
|
|
10215
|
+
"tagging": {
|
|
10216
|
+
"taggable": true,
|
|
10217
|
+
"tagOnCreate": true,
|
|
10218
|
+
"tagUpdatable": true
|
|
10219
|
+
}
|
|
10220
|
+
},
|
|
10221
|
+
"BedrockBlueprint_Tag": {
|
|
10222
|
+
"resourceType": "AWS::Bedrock::Blueprint.Tag",
|
|
10223
|
+
"kind": "property",
|
|
10224
|
+
"lexicon": "aws"
|
|
10225
|
+
},
|
|
9804
10226
|
"BedrockDataAutomationConfiguration": {
|
|
9805
10227
|
"resourceType": "AWS::Bedrock::DataSource.BedrockDataAutomationConfiguration",
|
|
9806
10228
|
"kind": "property",
|
|
@@ -10619,74 +11041,11 @@
|
|
|
10619
11041
|
"kind": "property",
|
|
10620
11042
|
"lexicon": "aws"
|
|
10621
11043
|
},
|
|
10622
|
-
"Blueprint": {
|
|
10623
|
-
"resourceType": "AWS::Bedrock::Blueprint",
|
|
10624
|
-
"kind": "resource",
|
|
10625
|
-
"lexicon": "aws",
|
|
10626
|
-
"attrs": {
|
|
10627
|
-
"BlueprintArn": "BlueprintArn",
|
|
10628
|
-
"BlueprintStage": "BlueprintStage",
|
|
10629
|
-
"CreationTime": "CreationTime",
|
|
10630
|
-
"LastModifiedTime": "LastModifiedTime"
|
|
10631
|
-
},
|
|
10632
|
-
"propertyConstraints": {
|
|
10633
|
-
"BlueprintArn": {
|
|
10634
|
-
"pattern": "^arn:aws(|-cn|-us-gov|-iso|-iso-[a-z]):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$",
|
|
10635
|
-
"maxLength": 128
|
|
10636
|
-
},
|
|
10637
|
-
"BlueprintName": {
|
|
10638
|
-
"pattern": "^[a-zA-Z0-9-_]+$",
|
|
10639
|
-
"minLength": 1,
|
|
10640
|
-
"maxLength": 128
|
|
10641
|
-
},
|
|
10642
|
-
"CreationTime": {
|
|
10643
|
-
"format": "date-time"
|
|
10644
|
-
},
|
|
10645
|
-
"LastModifiedTime": {
|
|
10646
|
-
"format": "date-time"
|
|
10647
|
-
},
|
|
10648
|
-
"Type": {
|
|
10649
|
-
"enum": [
|
|
10650
|
-
"DOCUMENT",
|
|
10651
|
-
"IMAGE",
|
|
10652
|
-
"AUDIO",
|
|
10653
|
-
"VIDEO"
|
|
10654
|
-
]
|
|
10655
|
-
},
|
|
10656
|
-
"BlueprintStage": {
|
|
10657
|
-
"enum": [
|
|
10658
|
-
"DEVELOPMENT",
|
|
10659
|
-
"LIVE"
|
|
10660
|
-
]
|
|
10661
|
-
},
|
|
10662
|
-
"KmsKeyId": {
|
|
10663
|
-
"minLength": 1,
|
|
10664
|
-
"maxLength": 2048
|
|
10665
|
-
}
|
|
10666
|
-
},
|
|
10667
|
-
"createOnly": [
|
|
10668
|
-
"BlueprintName",
|
|
10669
|
-
"Type"
|
|
10670
|
-
],
|
|
10671
|
-
"primaryIdentifier": [
|
|
10672
|
-
"BlueprintArn"
|
|
10673
|
-
],
|
|
10674
|
-
"tagging": {
|
|
10675
|
-
"taggable": true,
|
|
10676
|
-
"tagOnCreate": true,
|
|
10677
|
-
"tagUpdatable": true
|
|
10678
|
-
}
|
|
10679
|
-
},
|
|
10680
11044
|
"BlueprintItem": {
|
|
10681
11045
|
"resourceType": "AWS::Bedrock::DataAutomationProject.BlueprintItem",
|
|
10682
11046
|
"kind": "property",
|
|
10683
11047
|
"lexicon": "aws"
|
|
10684
11048
|
},
|
|
10685
|
-
"Blueprint_Tag": {
|
|
10686
|
-
"resourceType": "AWS::Bedrock::Blueprint.Tag",
|
|
10687
|
-
"kind": "property",
|
|
10688
|
-
"lexicon": "aws"
|
|
10689
|
-
},
|
|
10690
11049
|
"BodyConfig": {
|
|
10691
11050
|
"resourceType": "AWS::Pinpoint::InAppTemplate.BodyConfig",
|
|
10692
11051
|
"kind": "property",
|
|
@@ -15587,6 +15946,64 @@
|
|
|
15587
15946
|
"kind": "property",
|
|
15588
15947
|
"lexicon": "aws"
|
|
15589
15948
|
},
|
|
15949
|
+
"CodeArtifactPackage": {
|
|
15950
|
+
"resourceType": "AWS::CodeArtifact::Package",
|
|
15951
|
+
"kind": "resource",
|
|
15952
|
+
"lexicon": "aws",
|
|
15953
|
+
"attrs": {
|
|
15954
|
+
"Arn": "Arn",
|
|
15955
|
+
"OriginConfiguration": "OriginConfiguration"
|
|
15956
|
+
},
|
|
15957
|
+
"propertyConstraints": {
|
|
15958
|
+
"Arn": {
|
|
15959
|
+
"pattern": "^\\S+$",
|
|
15960
|
+
"minLength": 1,
|
|
15961
|
+
"maxLength": 1011
|
|
15962
|
+
},
|
|
15963
|
+
"DomainName": {
|
|
15964
|
+
"pattern": "^[a-z][a-z0-9\\-]{0,48}[a-z0-9]$",
|
|
15965
|
+
"minLength": 2,
|
|
15966
|
+
"maxLength": 50
|
|
15967
|
+
},
|
|
15968
|
+
"Repository": {
|
|
15969
|
+
"pattern": "^[A-Za-z0-9][A-Za-z0-9._\\-]{1,99}$",
|
|
15970
|
+
"minLength": 2,
|
|
15971
|
+
"maxLength": 100
|
|
15972
|
+
},
|
|
15973
|
+
"Format": {
|
|
15974
|
+
"enum": [
|
|
15975
|
+
"npm",
|
|
15976
|
+
"pypi",
|
|
15977
|
+
"maven",
|
|
15978
|
+
"nuget",
|
|
15979
|
+
"generic",
|
|
15980
|
+
"ruby",
|
|
15981
|
+
"swift",
|
|
15982
|
+
"cargo"
|
|
15983
|
+
]
|
|
15984
|
+
},
|
|
15985
|
+
"Namespace": {
|
|
15986
|
+
"pattern": "^[^#/\\s]+$",
|
|
15987
|
+
"minLength": 1,
|
|
15988
|
+
"maxLength": 255
|
|
15989
|
+
},
|
|
15990
|
+
"Name": {
|
|
15991
|
+
"pattern": "^[^#/\\s]+$",
|
|
15992
|
+
"minLength": 1,
|
|
15993
|
+
"maxLength": 255
|
|
15994
|
+
}
|
|
15995
|
+
},
|
|
15996
|
+
"createOnly": [
|
|
15997
|
+
"DomainName",
|
|
15998
|
+
"Format",
|
|
15999
|
+
"Name",
|
|
16000
|
+
"Namespace",
|
|
16001
|
+
"Repository"
|
|
16002
|
+
],
|
|
16003
|
+
"primaryIdentifier": [
|
|
16004
|
+
"Arn"
|
|
16005
|
+
]
|
|
16006
|
+
},
|
|
15590
16007
|
"CodeArtifactRepository": {
|
|
15591
16008
|
"resourceType": "AWS::CodeArtifact::Repository",
|
|
15592
16009
|
"kind": "resource",
|
|
@@ -16537,6 +16954,50 @@
|
|
|
16537
16954
|
"kind": "property",
|
|
16538
16955
|
"lexicon": "aws"
|
|
16539
16956
|
},
|
|
16957
|
+
"CognitoSyncDataset": {
|
|
16958
|
+
"resourceType": "AWS::CognitoSync::Dataset",
|
|
16959
|
+
"kind": "resource",
|
|
16960
|
+
"lexicon": "aws",
|
|
16961
|
+
"attrs": {
|
|
16962
|
+
"Arn": "Arn",
|
|
16963
|
+
"CreationDate": "CreationDate",
|
|
16964
|
+
"LastModifiedDate": "LastModifiedDate",
|
|
16965
|
+
"LastModifiedBy": "LastModifiedBy",
|
|
16966
|
+
"DataStorage": "DataStorage",
|
|
16967
|
+
"NumRecords": "NumRecords"
|
|
16968
|
+
},
|
|
16969
|
+
"propertyConstraints": {
|
|
16970
|
+
"IdentityPoolId": {
|
|
16971
|
+
"pattern": "^[\\w-]+:[0-9a-f-]+$",
|
|
16972
|
+
"minLength": 1,
|
|
16973
|
+
"maxLength": 55
|
|
16974
|
+
},
|
|
16975
|
+
"IdentityId": {
|
|
16976
|
+
"pattern": "^[\\w-]+:[0-9a-f-]+$",
|
|
16977
|
+
"minLength": 1,
|
|
16978
|
+
"maxLength": 55
|
|
16979
|
+
},
|
|
16980
|
+
"DatasetName": {
|
|
16981
|
+
"pattern": "^[a-zA-Z0-9_.:-]+$",
|
|
16982
|
+
"minLength": 1,
|
|
16983
|
+
"maxLength": 128
|
|
16984
|
+
},
|
|
16985
|
+
"CreationDate": {
|
|
16986
|
+
"format": "date-time"
|
|
16987
|
+
},
|
|
16988
|
+
"LastModifiedDate": {
|
|
16989
|
+
"format": "date-time"
|
|
16990
|
+
}
|
|
16991
|
+
},
|
|
16992
|
+
"createOnly": [
|
|
16993
|
+
"DatasetName",
|
|
16994
|
+
"IdentityId",
|
|
16995
|
+
"IdentityPoolId"
|
|
16996
|
+
],
|
|
16997
|
+
"primaryIdentifier": [
|
|
16998
|
+
"Arn"
|
|
16999
|
+
]
|
|
17000
|
+
},
|
|
16540
17001
|
"CognitoUserPoolConfig": {
|
|
16541
17002
|
"resourceType": "AWS::AppSync::GraphQLApi.CognitoUserPoolConfig",
|
|
16542
17003
|
"kind": "property",
|
|
@@ -21273,6 +21734,77 @@
|
|
|
21273
21734
|
"kind": "property",
|
|
21274
21735
|
"lexicon": "aws"
|
|
21275
21736
|
},
|
|
21737
|
+
"CoreDevice": {
|
|
21738
|
+
"resourceType": "AWS::GreengrassV2::CoreDevice",
|
|
21739
|
+
"kind": "resource",
|
|
21740
|
+
"lexicon": "aws",
|
|
21741
|
+
"attrs": {
|
|
21742
|
+
"Arn": "Arn",
|
|
21743
|
+
"CoreVersion": "CoreVersion",
|
|
21744
|
+
"Platform": "Platform",
|
|
21745
|
+
"Architecture": "Architecture",
|
|
21746
|
+
"Runtime": "Runtime",
|
|
21747
|
+
"Status": "Status",
|
|
21748
|
+
"LastStatusUpdateTimestamp": "LastStatusUpdateTimestamp",
|
|
21749
|
+
"Tags": "Tags"
|
|
21750
|
+
},
|
|
21751
|
+
"propertyConstraints": {
|
|
21752
|
+
"Arn": {
|
|
21753
|
+
"pattern": "^arn:[^:]*:greengrass:[^:]*:[0-9]+:coreDevices:.+$"
|
|
21754
|
+
},
|
|
21755
|
+
"CoreDeviceThingName": {
|
|
21756
|
+
"minLength": 1,
|
|
21757
|
+
"maxLength": 128
|
|
21758
|
+
},
|
|
21759
|
+
"CoreVersion": {
|
|
21760
|
+
"minLength": 1,
|
|
21761
|
+
"maxLength": 255
|
|
21762
|
+
},
|
|
21763
|
+
"Platform": {
|
|
21764
|
+
"minLength": 1,
|
|
21765
|
+
"maxLength": 255
|
|
21766
|
+
},
|
|
21767
|
+
"Architecture": {
|
|
21768
|
+
"minLength": 1,
|
|
21769
|
+
"maxLength": 255
|
|
21770
|
+
},
|
|
21771
|
+
"Runtime": {
|
|
21772
|
+
"minLength": 1,
|
|
21773
|
+
"maxLength": 255
|
|
21774
|
+
},
|
|
21775
|
+
"Status": {
|
|
21776
|
+
"enum": [
|
|
21777
|
+
"HEALTHY",
|
|
21778
|
+
"UNHEALTHY"
|
|
21779
|
+
]
|
|
21780
|
+
},
|
|
21781
|
+
"LastStatusUpdateTimestamp": {
|
|
21782
|
+
"format": "date-time"
|
|
21783
|
+
}
|
|
21784
|
+
},
|
|
21785
|
+
"createOnly": [
|
|
21786
|
+
"CoreDeviceThingName"
|
|
21787
|
+
],
|
|
21788
|
+
"primaryIdentifier": [
|
|
21789
|
+
"Arn"
|
|
21790
|
+
],
|
|
21791
|
+
"tagging": {
|
|
21792
|
+
"taggable": true,
|
|
21793
|
+
"tagOnCreate": false,
|
|
21794
|
+
"tagUpdatable": false
|
|
21795
|
+
},
|
|
21796
|
+
"runtimeDeprecations": {
|
|
21797
|
+
"nodejs14.x": "deprecated",
|
|
21798
|
+
"nodejs16.x": "deprecated",
|
|
21799
|
+
"nodejs18.x": "approaching_eol",
|
|
21800
|
+
"python3.7": "deprecated",
|
|
21801
|
+
"python3.8": "deprecated",
|
|
21802
|
+
"python3.9": "approaching_eol",
|
|
21803
|
+
"dotnet6": "deprecated",
|
|
21804
|
+
"java8": "deprecated",
|
|
21805
|
+
"ruby2.7": "deprecated"
|
|
21806
|
+
}
|
|
21807
|
+
},
|
|
21276
21808
|
"CoreNetwork": {
|
|
21277
21809
|
"resourceType": "AWS::NetworkManager::CoreNetwork",
|
|
21278
21810
|
"kind": "resource",
|
|
@@ -22310,6 +22842,26 @@
|
|
|
22310
22842
|
"kind": "property",
|
|
22311
22843
|
"lexicon": "aws"
|
|
22312
22844
|
},
|
|
22845
|
+
"CustomPromptInput": {
|
|
22846
|
+
"resourceType": "AWS::QuickSight::Agent.CustomPromptInput",
|
|
22847
|
+
"kind": "property",
|
|
22848
|
+
"lexicon": "aws"
|
|
22849
|
+
},
|
|
22850
|
+
"CustomPromptInputParameters": {
|
|
22851
|
+
"resourceType": "AWS::QuickSight::Agent.CustomPromptInputParameters",
|
|
22852
|
+
"kind": "property",
|
|
22853
|
+
"lexicon": "aws"
|
|
22854
|
+
},
|
|
22855
|
+
"CustomPromptInterface": {
|
|
22856
|
+
"resourceType": "AWS::QuickSight::Agent.CustomPromptInterface",
|
|
22857
|
+
"kind": "property",
|
|
22858
|
+
"lexicon": "aws"
|
|
22859
|
+
},
|
|
22860
|
+
"CustomPromptProfile": {
|
|
22861
|
+
"resourceType": "AWS::QuickSight::Agent.CustomPromptProfile",
|
|
22862
|
+
"kind": "property",
|
|
22863
|
+
"lexicon": "aws"
|
|
22864
|
+
},
|
|
22313
22865
|
"CustomRequestHandling": {
|
|
22314
22866
|
"resourceType": "AWS::WAFv2::WebACL.CustomRequestHandling",
|
|
22315
22867
|
"kind": "property",
|
|
@@ -24564,6 +25116,52 @@
|
|
|
24564
25116
|
"kind": "property",
|
|
24565
25117
|
"lexicon": "aws"
|
|
24566
25118
|
},
|
|
25119
|
+
"DataBrewRecipe": {
|
|
25120
|
+
"resourceType": "AWS::DataBrew::Recipe",
|
|
25121
|
+
"kind": "resource",
|
|
25122
|
+
"lexicon": "aws",
|
|
25123
|
+
"propertyConstraints": {
|
|
25124
|
+
"Description": {
|
|
25125
|
+
"minLength": 0,
|
|
25126
|
+
"maxLength": 1024
|
|
25127
|
+
},
|
|
25128
|
+
"Name": {
|
|
25129
|
+
"minLength": 1,
|
|
25130
|
+
"maxLength": 255
|
|
25131
|
+
}
|
|
25132
|
+
},
|
|
25133
|
+
"createOnly": [
|
|
25134
|
+
"Name"
|
|
25135
|
+
],
|
|
25136
|
+
"primaryIdentifier": [
|
|
25137
|
+
"Name"
|
|
25138
|
+
],
|
|
25139
|
+
"tagging": {
|
|
25140
|
+
"taggable": true,
|
|
25141
|
+
"tagOnCreate": true,
|
|
25142
|
+
"tagUpdatable": true
|
|
25143
|
+
}
|
|
25144
|
+
},
|
|
25145
|
+
"DataBrewRecipe_Action": {
|
|
25146
|
+
"resourceType": "AWS::DataBrew::Recipe.Action",
|
|
25147
|
+
"kind": "property",
|
|
25148
|
+
"lexicon": "aws"
|
|
25149
|
+
},
|
|
25150
|
+
"DataBrewRecipe_ConditionExpression": {
|
|
25151
|
+
"resourceType": "AWS::DataBrew::Recipe.ConditionExpression",
|
|
25152
|
+
"kind": "property",
|
|
25153
|
+
"lexicon": "aws"
|
|
25154
|
+
},
|
|
25155
|
+
"DataBrewRecipe_RecipeStep": {
|
|
25156
|
+
"resourceType": "AWS::DataBrew::Recipe.RecipeStep",
|
|
25157
|
+
"kind": "property",
|
|
25158
|
+
"lexicon": "aws"
|
|
25159
|
+
},
|
|
25160
|
+
"DataBrewRecipe_Tag": {
|
|
25161
|
+
"resourceType": "AWS::DataBrew::Recipe.Tag",
|
|
25162
|
+
"kind": "property",
|
|
25163
|
+
"lexicon": "aws"
|
|
25164
|
+
},
|
|
24567
25165
|
"DataBrewSchedule": {
|
|
24568
25166
|
"resourceType": "AWS::DataBrew::Schedule",
|
|
24569
25167
|
"kind": "resource",
|
|
@@ -31239,6 +31837,11 @@
|
|
|
31239
31837
|
"kind": "property",
|
|
31240
31838
|
"lexicon": "aws"
|
|
31241
31839
|
},
|
|
31840
|
+
"DisplayData": {
|
|
31841
|
+
"resourceType": "AWS::SSO::ApplicationProvider.DisplayData",
|
|
31842
|
+
"kind": "property",
|
|
31843
|
+
"lexicon": "aws"
|
|
31844
|
+
},
|
|
31242
31845
|
"Distribution": {
|
|
31243
31846
|
"resourceType": "AWS::ImageBuilder::DistributionConfiguration.Distribution",
|
|
31244
31847
|
"kind": "property",
|
|
@@ -31658,15 +32261,26 @@
|
|
|
31658
32261
|
"resourceType": "AWS::DocDB::EventSubscription",
|
|
31659
32262
|
"kind": "resource",
|
|
31660
32263
|
"lexicon": "aws",
|
|
31661
|
-
"
|
|
31662
|
-
"
|
|
32264
|
+
"propertyConstraints": {
|
|
32265
|
+
"SubscriptionName": {
|
|
32266
|
+
"maxLength": 255
|
|
32267
|
+
},
|
|
32268
|
+
"SourceType": {
|
|
32269
|
+
"enum": [
|
|
32270
|
+
"db-instance",
|
|
32271
|
+
"db-cluster",
|
|
32272
|
+
"db-parameter-group",
|
|
32273
|
+
"db-security-group",
|
|
32274
|
+
"db-cluster-snapshot"
|
|
32275
|
+
]
|
|
32276
|
+
}
|
|
31663
32277
|
},
|
|
31664
32278
|
"createOnly": [
|
|
31665
|
-
"
|
|
31666
|
-
"
|
|
32279
|
+
"SnsTopicArn",
|
|
32280
|
+
"SubscriptionName"
|
|
31667
32281
|
],
|
|
31668
32282
|
"primaryIdentifier": [
|
|
31669
|
-
"
|
|
32283
|
+
"SubscriptionName"
|
|
31670
32284
|
]
|
|
31671
32285
|
},
|
|
31672
32286
|
"DocDBGlobalCluster": {
|
|
@@ -32510,6 +33124,99 @@
|
|
|
32510
33124
|
"kind": "property",
|
|
32511
33125
|
"lexicon": "aws"
|
|
32512
33126
|
},
|
|
33127
|
+
"DynamoDBExport": {
|
|
33128
|
+
"resourceType": "AWS::DynamoDB::Export",
|
|
33129
|
+
"kind": "resource",
|
|
33130
|
+
"lexicon": "aws",
|
|
33131
|
+
"attrs": {
|
|
33132
|
+
"ExportArn": "ExportArn",
|
|
33133
|
+
"TableName": "TableName",
|
|
33134
|
+
"ExportId": "ExportId",
|
|
33135
|
+
"ExportStatus": "ExportStatus",
|
|
33136
|
+
"TableId": "TableId",
|
|
33137
|
+
"ExportTime": "ExportTime",
|
|
33138
|
+
"StartTime": "StartTime",
|
|
33139
|
+
"EndTime": "EndTime",
|
|
33140
|
+
"ExportManifest": "ExportManifest",
|
|
33141
|
+
"BilledSizeBytes": "BilledSizeBytes",
|
|
33142
|
+
"ItemCount": "ItemCount"
|
|
33143
|
+
},
|
|
33144
|
+
"propertyConstraints": {
|
|
33145
|
+
"ExportArn": {
|
|
33146
|
+
"minLength": 37,
|
|
33147
|
+
"maxLength": 1024
|
|
33148
|
+
},
|
|
33149
|
+
"ExportStatus": {
|
|
33150
|
+
"enum": [
|
|
33151
|
+
"IN_PROGRESS",
|
|
33152
|
+
"COMPLETED",
|
|
33153
|
+
"FAILED"
|
|
33154
|
+
]
|
|
33155
|
+
},
|
|
33156
|
+
"TableArn": {
|
|
33157
|
+
"minLength": 1,
|
|
33158
|
+
"maxLength": 1024
|
|
33159
|
+
},
|
|
33160
|
+
"TableId": {
|
|
33161
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
|
|
33162
|
+
},
|
|
33163
|
+
"ExportTime": {
|
|
33164
|
+
"format": "date-time"
|
|
33165
|
+
},
|
|
33166
|
+
"S3Bucket": {
|
|
33167
|
+
"pattern": "^[a-z0-9A-Z]+[\\.\\-\\w]*[a-z0-9A-Z]+$",
|
|
33168
|
+
"maxLength": 255
|
|
33169
|
+
},
|
|
33170
|
+
"S3BucketOwner": {
|
|
33171
|
+
"pattern": "^[0-9]{12}$"
|
|
33172
|
+
},
|
|
33173
|
+
"S3Prefix": {
|
|
33174
|
+
"maxLength": 1024
|
|
33175
|
+
},
|
|
33176
|
+
"S3SseAlgorithm": {
|
|
33177
|
+
"enum": [
|
|
33178
|
+
"AES256",
|
|
33179
|
+
"KMS"
|
|
33180
|
+
]
|
|
33181
|
+
},
|
|
33182
|
+
"ExportFormat": {
|
|
33183
|
+
"enum": [
|
|
33184
|
+
"DYNAMODB_JSON",
|
|
33185
|
+
"ION"
|
|
33186
|
+
]
|
|
33187
|
+
},
|
|
33188
|
+
"ExportType": {
|
|
33189
|
+
"enum": [
|
|
33190
|
+
"FULL_EXPORT",
|
|
33191
|
+
"INCREMENTAL_EXPORT"
|
|
33192
|
+
]
|
|
33193
|
+
},
|
|
33194
|
+
"StartTime": {
|
|
33195
|
+
"format": "date-time"
|
|
33196
|
+
},
|
|
33197
|
+
"EndTime": {
|
|
33198
|
+
"format": "date-time"
|
|
33199
|
+
},
|
|
33200
|
+
"BilledSizeBytes": {
|
|
33201
|
+
"minimum": 0
|
|
33202
|
+
},
|
|
33203
|
+
"ItemCount": {
|
|
33204
|
+
"minimum": 0
|
|
33205
|
+
}
|
|
33206
|
+
},
|
|
33207
|
+
"createOnly": [
|
|
33208
|
+
"ExportFormat",
|
|
33209
|
+
"ExportType",
|
|
33210
|
+
"S3Bucket",
|
|
33211
|
+
"S3BucketOwner",
|
|
33212
|
+
"S3Prefix",
|
|
33213
|
+
"S3SseAlgorithm",
|
|
33214
|
+
"TableArn"
|
|
33215
|
+
],
|
|
33216
|
+
"primaryIdentifier": [
|
|
33217
|
+
"ExportArn"
|
|
33218
|
+
]
|
|
33219
|
+
},
|
|
32513
33220
|
"DynamoDBTarget": {
|
|
32514
33221
|
"resourceType": "AWS::Glue::Crawler.DynamoDBTarget",
|
|
32515
33222
|
"kind": "property",
|
|
@@ -33337,22 +34044,22 @@
|
|
|
33337
34044
|
"KubernetesNetworkConfig_ServiceIpv6Cidr": "KubernetesNetworkConfig.ServiceIpv6Cidr"
|
|
33338
34045
|
},
|
|
33339
34046
|
"propertyConstraints": {
|
|
34047
|
+
"Force": {
|
|
34048
|
+
"default": false
|
|
34049
|
+
},
|
|
33340
34050
|
"Name": {
|
|
33341
34051
|
"pattern": "^[0-9A-Za-z][A-Za-z0-9\\-_]*",
|
|
33342
34052
|
"minLength": 1,
|
|
33343
34053
|
"maxLength": 100
|
|
33344
34054
|
},
|
|
33345
|
-
"RoleArn": {
|
|
33346
|
-
"format": "AWS::IAM::Role.Arn"
|
|
33347
|
-
},
|
|
33348
34055
|
"Version": {
|
|
33349
34056
|
"pattern": "1\\.\\d\\d"
|
|
33350
34057
|
},
|
|
33351
|
-
"Force": {
|
|
33352
|
-
"default": false
|
|
33353
|
-
},
|
|
33354
34058
|
"ClusterSecurityGroupId": {
|
|
33355
34059
|
"format": "AWS::EC2::SecurityGroup.Id"
|
|
34060
|
+
},
|
|
34061
|
+
"RoleArn": {
|
|
34062
|
+
"format": "AWS::IAM::Role.Arn"
|
|
33356
34063
|
}
|
|
33357
34064
|
},
|
|
33358
34065
|
"createOnly": [
|
|
@@ -35904,11 +36611,6 @@
|
|
|
35904
36611
|
"kind": "property",
|
|
35905
36612
|
"lexicon": "aws"
|
|
35906
36613
|
},
|
|
35907
|
-
"EngineConfiguration": {
|
|
35908
|
-
"resourceType": "AWS::Athena::WorkGroup.EngineConfiguration",
|
|
35909
|
-
"kind": "property",
|
|
35910
|
-
"lexicon": "aws"
|
|
35911
|
-
},
|
|
35912
36614
|
"EngineVersion": {
|
|
35913
36615
|
"resourceType": "AWS::Athena::WorkGroup.EngineVersion",
|
|
35914
36616
|
"kind": "property",
|
|
@@ -38042,11 +38744,78 @@
|
|
|
38042
38744
|
"kind": "property",
|
|
38043
38745
|
"lexicon": "aws"
|
|
38044
38746
|
},
|
|
38747
|
+
"Execution": {
|
|
38748
|
+
"resourceType": "AWS::States::Execution",
|
|
38749
|
+
"kind": "resource",
|
|
38750
|
+
"lexicon": "aws",
|
|
38751
|
+
"attrs": {
|
|
38752
|
+
"ExecutionArn": "ExecutionArn",
|
|
38753
|
+
"StateMachineName": "StateMachineName",
|
|
38754
|
+
"Status": "Status",
|
|
38755
|
+
"StartDate": "StartDate",
|
|
38756
|
+
"RedriveCount": "RedriveCount",
|
|
38757
|
+
"RedriveStatus": "RedriveStatus"
|
|
38758
|
+
},
|
|
38759
|
+
"propertyConstraints": {
|
|
38760
|
+
"ExecutionArn": {
|
|
38761
|
+
"minLength": 1,
|
|
38762
|
+
"maxLength": 256
|
|
38763
|
+
},
|
|
38764
|
+
"StateMachineArn": {
|
|
38765
|
+
"minLength": 1,
|
|
38766
|
+
"maxLength": 256
|
|
38767
|
+
},
|
|
38768
|
+
"StateMachineName": {
|
|
38769
|
+
"minLength": 1,
|
|
38770
|
+
"maxLength": 80
|
|
38771
|
+
},
|
|
38772
|
+
"Name": {
|
|
38773
|
+
"minLength": 1,
|
|
38774
|
+
"maxLength": 80
|
|
38775
|
+
},
|
|
38776
|
+
"Input": {
|
|
38777
|
+
"maxLength": 262144
|
|
38778
|
+
},
|
|
38779
|
+
"Status": {
|
|
38780
|
+
"enum": [
|
|
38781
|
+
"RUNNING",
|
|
38782
|
+
"SUCCEEDED",
|
|
38783
|
+
"FAILED",
|
|
38784
|
+
"TIMED_OUT",
|
|
38785
|
+
"ABORTED",
|
|
38786
|
+
"PENDING_REDRIVE"
|
|
38787
|
+
]
|
|
38788
|
+
},
|
|
38789
|
+
"StartDate": {
|
|
38790
|
+
"format": "date-time"
|
|
38791
|
+
},
|
|
38792
|
+
"RedriveStatus": {
|
|
38793
|
+
"enum": [
|
|
38794
|
+
"REDRIVABLE",
|
|
38795
|
+
"NOT_REDRIVABLE",
|
|
38796
|
+
"REDRIVABLE_BY_MAP_RUN"
|
|
38797
|
+
]
|
|
38798
|
+
}
|
|
38799
|
+
},
|
|
38800
|
+
"createOnly": [
|
|
38801
|
+
"Input",
|
|
38802
|
+
"Name",
|
|
38803
|
+
"StateMachineArn"
|
|
38804
|
+
],
|
|
38805
|
+
"primaryIdentifier": [
|
|
38806
|
+
"ExecutionArn"
|
|
38807
|
+
]
|
|
38808
|
+
},
|
|
38045
38809
|
"ExecutionControls": {
|
|
38046
38810
|
"resourceType": "AWS::Config::RemediationConfiguration.ExecutionControls",
|
|
38047
38811
|
"kind": "property",
|
|
38048
38812
|
"lexicon": "aws"
|
|
38049
38813
|
},
|
|
38814
|
+
"ExecutionEngineConfig": {
|
|
38815
|
+
"resourceType": "AWS::EMR::NotebookExecution.ExecutionEngineConfig",
|
|
38816
|
+
"kind": "property",
|
|
38817
|
+
"lexicon": "aws"
|
|
38818
|
+
},
|
|
38050
38819
|
"ExecutionPlan": {
|
|
38051
38820
|
"resourceType": "AWS::KendraRanking::ExecutionPlan",
|
|
38052
38821
|
"kind": "resource",
|
|
@@ -38229,32 +38998,9 @@
|
|
|
38229
38998
|
"lexicon": "aws"
|
|
38230
38999
|
},
|
|
38231
39000
|
"Export": {
|
|
38232
|
-
"resourceType": "AWS::BCMDataExports::Export",
|
|
38233
|
-
"kind": "
|
|
38234
|
-
"lexicon": "aws"
|
|
38235
|
-
"attrs": {
|
|
38236
|
-
"ExportArn": "ExportArn",
|
|
38237
|
-
"Export_ExportArn": "Export.ExportArn"
|
|
38238
|
-
},
|
|
38239
|
-
"propertyConstraints": {
|
|
38240
|
-
"ExportArn": {
|
|
38241
|
-
"pattern": "^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$",
|
|
38242
|
-
"minLength": 20,
|
|
38243
|
-
"maxLength": 2048
|
|
38244
|
-
}
|
|
38245
|
-
},
|
|
38246
|
-
"createOnly": [
|
|
38247
|
-
"Export/Name",
|
|
38248
|
-
"Export/RefreshCadence"
|
|
38249
|
-
],
|
|
38250
|
-
"primaryIdentifier": [
|
|
38251
|
-
"ExportArn"
|
|
38252
|
-
],
|
|
38253
|
-
"tagging": {
|
|
38254
|
-
"taggable": true,
|
|
38255
|
-
"tagOnCreate": true,
|
|
38256
|
-
"tagUpdatable": true
|
|
38257
|
-
}
|
|
39001
|
+
"resourceType": "AWS::BCMDataExports::Export.Export",
|
|
39002
|
+
"kind": "property",
|
|
39003
|
+
"lexicon": "aws"
|
|
38258
39004
|
},
|
|
38259
39005
|
"ExportHiddenFieldsOption": {
|
|
38260
39006
|
"resourceType": "AWS::QuickSight::Dashboard.ExportHiddenFieldsOption",
|
|
@@ -38271,36 +39017,6 @@
|
|
|
38271
39017
|
"kind": "property",
|
|
38272
39018
|
"lexicon": "aws"
|
|
38273
39019
|
},
|
|
38274
|
-
"Export_DataQuery": {
|
|
38275
|
-
"resourceType": "AWS::BCMDataExports::Export.DataQuery",
|
|
38276
|
-
"kind": "property",
|
|
38277
|
-
"lexicon": "aws"
|
|
38278
|
-
},
|
|
38279
|
-
"Export_DestinationConfigurations": {
|
|
38280
|
-
"resourceType": "AWS::BCMDataExports::Export.DestinationConfigurations",
|
|
38281
|
-
"kind": "property",
|
|
38282
|
-
"lexicon": "aws"
|
|
38283
|
-
},
|
|
38284
|
-
"Export_Export": {
|
|
38285
|
-
"resourceType": "AWS::BCMDataExports::Export.Export",
|
|
38286
|
-
"kind": "property",
|
|
38287
|
-
"lexicon": "aws"
|
|
38288
|
-
},
|
|
38289
|
-
"Export_RefreshCadence": {
|
|
38290
|
-
"resourceType": "AWS::BCMDataExports::Export.RefreshCadence",
|
|
38291
|
-
"kind": "property",
|
|
38292
|
-
"lexicon": "aws"
|
|
38293
|
-
},
|
|
38294
|
-
"Export_ResourceTag": {
|
|
38295
|
-
"resourceType": "AWS::BCMDataExports::Export.ResourceTag",
|
|
38296
|
-
"kind": "property",
|
|
38297
|
-
"lexicon": "aws"
|
|
38298
|
-
},
|
|
38299
|
-
"Export_S3Destination": {
|
|
38300
|
-
"resourceType": "AWS::BCMDataExports::Export.S3Destination",
|
|
38301
|
-
"kind": "property",
|
|
38302
|
-
"lexicon": "aws"
|
|
38303
|
-
},
|
|
38304
39020
|
"ExportingConfig": {
|
|
38305
39021
|
"resourceType": "AWS::CustomerProfiles::Domain.ExportingConfig",
|
|
38306
39022
|
"kind": "property",
|
|
@@ -42377,6 +43093,63 @@
|
|
|
42377
43093
|
"kind": "property",
|
|
42378
43094
|
"lexicon": "aws"
|
|
42379
43095
|
},
|
|
43096
|
+
"GeneratedTemplate": {
|
|
43097
|
+
"resourceType": "AWS::CloudFormation::GeneratedTemplate",
|
|
43098
|
+
"kind": "resource",
|
|
43099
|
+
"lexicon": "aws",
|
|
43100
|
+
"attrs": {
|
|
43101
|
+
"GeneratedTemplateId": "GeneratedTemplateId",
|
|
43102
|
+
"Status": "Status",
|
|
43103
|
+
"CreationTime": "CreationTime",
|
|
43104
|
+
"LastUpdatedTime": "LastUpdatedTime",
|
|
43105
|
+
"Progress": "Progress",
|
|
43106
|
+
"TotalWarnings": "TotalWarnings"
|
|
43107
|
+
},
|
|
43108
|
+
"propertyConstraints": {
|
|
43109
|
+
"GeneratedTemplateId": {
|
|
43110
|
+
"minLength": 1,
|
|
43111
|
+
"maxLength": 256
|
|
43112
|
+
},
|
|
43113
|
+
"GeneratedTemplateName": {
|
|
43114
|
+
"minLength": 1,
|
|
43115
|
+
"maxLength": 128
|
|
43116
|
+
},
|
|
43117
|
+
"Status": {
|
|
43118
|
+
"enum": [
|
|
43119
|
+
"CREATE_PENDING",
|
|
43120
|
+
"UPDATE_PENDING",
|
|
43121
|
+
"DELETE_PENDING",
|
|
43122
|
+
"CREATE_IN_PROGRESS",
|
|
43123
|
+
"UPDATE_IN_PROGRESS",
|
|
43124
|
+
"DELETE_IN_PROGRESS",
|
|
43125
|
+
"FAILED",
|
|
43126
|
+
"COMPLETE"
|
|
43127
|
+
]
|
|
43128
|
+
},
|
|
43129
|
+
"CreationTime": {
|
|
43130
|
+
"format": "date-time"
|
|
43131
|
+
},
|
|
43132
|
+
"LastUpdatedTime": {
|
|
43133
|
+
"format": "date-time"
|
|
43134
|
+
},
|
|
43135
|
+
"TotalWarnings": {
|
|
43136
|
+
"minimum": 0
|
|
43137
|
+
}
|
|
43138
|
+
},
|
|
43139
|
+
"primaryIdentifier": [
|
|
43140
|
+
"GeneratedTemplateId"
|
|
43141
|
+
]
|
|
43142
|
+
},
|
|
43143
|
+
"GeneratedTemplate_TemplateConfiguration": {
|
|
43144
|
+
"resourceType": "AWS::CloudFormation::GeneratedTemplate.TemplateConfiguration",
|
|
43145
|
+
"kind": "property",
|
|
43146
|
+
"lexicon": "aws"
|
|
43147
|
+
},
|
|
43148
|
+
"GeneratedTemplate_TemplateProgress": {
|
|
43149
|
+
"resourceType": "AWS::CloudFormation::GeneratedTemplate.TemplateProgress",
|
|
43150
|
+
"kind": "property",
|
|
43151
|
+
"lexicon": "aws"
|
|
43152
|
+
},
|
|
42380
43153
|
"GenerativeAISettings": {
|
|
42381
43154
|
"resourceType": "AWS::Lex::Bot.GenerativeAISettings",
|
|
42382
43155
|
"kind": "property",
|
|
@@ -42872,6 +43645,68 @@
|
|
|
42872
43645
|
"kind": "property",
|
|
42873
43646
|
"lexicon": "aws"
|
|
42874
43647
|
},
|
|
43648
|
+
"GlueBlueprint": {
|
|
43649
|
+
"resourceType": "AWS::Glue::Blueprint",
|
|
43650
|
+
"kind": "resource",
|
|
43651
|
+
"lexicon": "aws",
|
|
43652
|
+
"attrs": {
|
|
43653
|
+
"Arn": "Arn",
|
|
43654
|
+
"Status": "Status",
|
|
43655
|
+
"CreatedOn": "CreatedOn",
|
|
43656
|
+
"LastModifiedOn": "LastModifiedOn",
|
|
43657
|
+
"ParameterSpec": "ParameterSpec"
|
|
43658
|
+
},
|
|
43659
|
+
"propertyConstraints": {
|
|
43660
|
+
"Name": {
|
|
43661
|
+
"pattern": "^[\\.\\-_A-Za-z0-9]+$",
|
|
43662
|
+
"minLength": 1,
|
|
43663
|
+
"maxLength": 128
|
|
43664
|
+
},
|
|
43665
|
+
"BlueprintLocation": {
|
|
43666
|
+
"pattern": "^s3://([^/]+)/([^/]+/)*([^/]+)$",
|
|
43667
|
+
"minLength": 1,
|
|
43668
|
+
"maxLength": 8192
|
|
43669
|
+
},
|
|
43670
|
+
"Description": {
|
|
43671
|
+
"minLength": 1,
|
|
43672
|
+
"maxLength": 512
|
|
43673
|
+
},
|
|
43674
|
+
"Status": {
|
|
43675
|
+
"enum": [
|
|
43676
|
+
"CREATING",
|
|
43677
|
+
"ACTIVE",
|
|
43678
|
+
"UPDATING",
|
|
43679
|
+
"FAILED"
|
|
43680
|
+
]
|
|
43681
|
+
},
|
|
43682
|
+
"CreatedOn": {
|
|
43683
|
+
"format": "date-time"
|
|
43684
|
+
},
|
|
43685
|
+
"LastModifiedOn": {
|
|
43686
|
+
"format": "date-time"
|
|
43687
|
+
},
|
|
43688
|
+
"ParameterSpec": {
|
|
43689
|
+
"minLength": 1,
|
|
43690
|
+
"maxLength": 131072
|
|
43691
|
+
}
|
|
43692
|
+
},
|
|
43693
|
+
"createOnly": [
|
|
43694
|
+
"Name"
|
|
43695
|
+
],
|
|
43696
|
+
"primaryIdentifier": [
|
|
43697
|
+
"Arn"
|
|
43698
|
+
],
|
|
43699
|
+
"tagging": {
|
|
43700
|
+
"taggable": true,
|
|
43701
|
+
"tagOnCreate": true,
|
|
43702
|
+
"tagUpdatable": true
|
|
43703
|
+
}
|
|
43704
|
+
},
|
|
43705
|
+
"GlueBlueprint_Tag": {
|
|
43706
|
+
"resourceType": "AWS::Glue::Blueprint.Tag",
|
|
43707
|
+
"kind": "property",
|
|
43708
|
+
"lexicon": "aws"
|
|
43709
|
+
},
|
|
42875
43710
|
"GlueConnection": {
|
|
42876
43711
|
"resourceType": "AWS::Glue::Connection",
|
|
42877
43712
|
"kind": "resource",
|
|
@@ -43588,6 +44423,35 @@
|
|
|
43588
44423
|
"kind": "property",
|
|
43589
44424
|
"lexicon": "aws"
|
|
43590
44425
|
},
|
|
44426
|
+
"GreengrassV2Component": {
|
|
44427
|
+
"resourceType": "AWS::GreengrassV2::Component",
|
|
44428
|
+
"kind": "resource",
|
|
44429
|
+
"lexicon": "aws",
|
|
44430
|
+
"attrs": {
|
|
44431
|
+
"Arn": "Arn"
|
|
44432
|
+
},
|
|
44433
|
+
"propertyConstraints": {
|
|
44434
|
+
"Arn": {
|
|
44435
|
+
"pattern": "^arn:[^:]*:greengrass:[^:]*:(aws|[0-9]+):components:[^:]+$"
|
|
44436
|
+
},
|
|
44437
|
+
"ComponentName": {
|
|
44438
|
+
"minLength": 1,
|
|
44439
|
+
"maxLength": 128
|
|
44440
|
+
}
|
|
44441
|
+
},
|
|
44442
|
+
"createOnly": [
|
|
44443
|
+
"ComponentName",
|
|
44444
|
+
"Tags"
|
|
44445
|
+
],
|
|
44446
|
+
"primaryIdentifier": [
|
|
44447
|
+
"Arn"
|
|
44448
|
+
],
|
|
44449
|
+
"tagging": {
|
|
44450
|
+
"taggable": true,
|
|
44451
|
+
"tagOnCreate": false,
|
|
44452
|
+
"tagUpdatable": false
|
|
44453
|
+
}
|
|
44454
|
+
},
|
|
43591
44455
|
"GreengrassV2Deployment": {
|
|
43592
44456
|
"resourceType": "AWS::GreengrassV2::Deployment",
|
|
43593
44457
|
"kind": "resource",
|
|
@@ -44726,6 +45590,41 @@
|
|
|
44726
45590
|
"kind": "property",
|
|
44727
45591
|
"lexicon": "aws"
|
|
44728
45592
|
},
|
|
45593
|
+
"HarvestJob": {
|
|
45594
|
+
"resourceType": "AWS::MediaPackage::HarvestJob",
|
|
45595
|
+
"kind": "resource",
|
|
45596
|
+
"lexicon": "aws",
|
|
45597
|
+
"attrs": {
|
|
45598
|
+
"Arn": "Arn",
|
|
45599
|
+
"ChannelId": "ChannelId",
|
|
45600
|
+
"CreatedAt": "CreatedAt",
|
|
45601
|
+
"Status": "Status"
|
|
45602
|
+
},
|
|
45603
|
+
"propertyConstraints": {
|
|
45604
|
+
"Status": {
|
|
45605
|
+
"enum": [
|
|
45606
|
+
"IN_PROGRESS",
|
|
45607
|
+
"SUCCEEDED",
|
|
45608
|
+
"FAILED"
|
|
45609
|
+
]
|
|
45610
|
+
}
|
|
45611
|
+
},
|
|
45612
|
+
"createOnly": [
|
|
45613
|
+
"EndTime",
|
|
45614
|
+
"Id",
|
|
45615
|
+
"OriginEndpointId",
|
|
45616
|
+
"S3Destination",
|
|
45617
|
+
"StartTime"
|
|
45618
|
+
],
|
|
45619
|
+
"primaryIdentifier": [
|
|
45620
|
+
"Arn"
|
|
45621
|
+
]
|
|
45622
|
+
},
|
|
45623
|
+
"HarvestJob_S3Destination": {
|
|
45624
|
+
"resourceType": "AWS::MediaPackage::HarvestJob.S3Destination",
|
|
45625
|
+
"kind": "property",
|
|
45626
|
+
"lexicon": "aws"
|
|
45627
|
+
},
|
|
44729
45628
|
"HeaderConfig": {
|
|
44730
45629
|
"resourceType": "AWS::Pinpoint::InAppTemplate.HeaderConfig",
|
|
44731
45630
|
"kind": "property",
|
|
@@ -51636,6 +52535,11 @@
|
|
|
51636
52535
|
"kind": "property",
|
|
51637
52536
|
"lexicon": "aws"
|
|
51638
52537
|
},
|
|
52538
|
+
"IpRuleItem": {
|
|
52539
|
+
"resourceType": "AWS::WorkSpaces::WorkspaceIpGroup.IpRuleItem",
|
|
52540
|
+
"kind": "property",
|
|
52541
|
+
"lexicon": "aws"
|
|
52542
|
+
},
|
|
51639
52543
|
"IpamOrganizationalUnitExclusion": {
|
|
51640
52544
|
"resourceType": "AWS::EC2::IPAM.IpamOrganizationalUnitExclusion",
|
|
51641
52545
|
"kind": "property",
|
|
@@ -54522,6 +55426,88 @@
|
|
|
54522
55426
|
"kind": "property",
|
|
54523
55427
|
"lexicon": "aws"
|
|
54524
55428
|
},
|
|
55429
|
+
"LegalHold": {
|
|
55430
|
+
"resourceType": "AWS::Backup::LegalHold",
|
|
55431
|
+
"kind": "resource",
|
|
55432
|
+
"lexicon": "aws",
|
|
55433
|
+
"attrs": {
|
|
55434
|
+
"Arn": "Arn",
|
|
55435
|
+
"LegalHoldId": "LegalHoldId",
|
|
55436
|
+
"Status": "Status",
|
|
55437
|
+
"CreationDate": "CreationDate"
|
|
55438
|
+
},
|
|
55439
|
+
"propertyConstraints": {
|
|
55440
|
+
"Status": {
|
|
55441
|
+
"enum": [
|
|
55442
|
+
"CREATING",
|
|
55443
|
+
"ACTIVE",
|
|
55444
|
+
"CANCELING",
|
|
55445
|
+
"CANCELED"
|
|
55446
|
+
]
|
|
55447
|
+
},
|
|
55448
|
+
"CreationDate": {
|
|
55449
|
+
"format": "date-time"
|
|
55450
|
+
}
|
|
55451
|
+
},
|
|
55452
|
+
"createOnly": [
|
|
55453
|
+
"Title",
|
|
55454
|
+
"Description",
|
|
55455
|
+
"RecoveryPointSelection"
|
|
55456
|
+
],
|
|
55457
|
+
"primaryIdentifier": [
|
|
55458
|
+
"Arn"
|
|
55459
|
+
],
|
|
55460
|
+
"tagging": {
|
|
55461
|
+
"taggable": true,
|
|
55462
|
+
"tagOnCreate": true,
|
|
55463
|
+
"tagUpdatable": true
|
|
55464
|
+
}
|
|
55465
|
+
},
|
|
55466
|
+
"Lens": {
|
|
55467
|
+
"resourceType": "AWS::WellArchitected::Lens",
|
|
55468
|
+
"kind": "resource",
|
|
55469
|
+
"lexicon": "aws",
|
|
55470
|
+
"attrs": {
|
|
55471
|
+
"LensArn": "LensArn",
|
|
55472
|
+
"LensId": "LensId",
|
|
55473
|
+
"Name": "Name",
|
|
55474
|
+
"Description": "Description",
|
|
55475
|
+
"Owner": "Owner"
|
|
55476
|
+
},
|
|
55477
|
+
"propertyConstraints": {
|
|
55478
|
+
"JSONString": {
|
|
55479
|
+
"minLength": 2,
|
|
55480
|
+
"maxLength": 500000
|
|
55481
|
+
},
|
|
55482
|
+
"LensVersion": {
|
|
55483
|
+
"minLength": 1,
|
|
55484
|
+
"maxLength": 32
|
|
55485
|
+
},
|
|
55486
|
+
"Name": {
|
|
55487
|
+
"minLength": 1,
|
|
55488
|
+
"maxLength": 128
|
|
55489
|
+
},
|
|
55490
|
+
"Description": {
|
|
55491
|
+
"minLength": 1,
|
|
55492
|
+
"maxLength": 1024
|
|
55493
|
+
}
|
|
55494
|
+
},
|
|
55495
|
+
"createOnly": [
|
|
55496
|
+
"JSONString",
|
|
55497
|
+
"LensVersion"
|
|
55498
|
+
],
|
|
55499
|
+
"writeOnly": [
|
|
55500
|
+
"JSONString"
|
|
55501
|
+
],
|
|
55502
|
+
"primaryIdentifier": [
|
|
55503
|
+
"LensArn"
|
|
55504
|
+
],
|
|
55505
|
+
"tagging": {
|
|
55506
|
+
"taggable": true,
|
|
55507
|
+
"tagOnCreate": true,
|
|
55508
|
+
"tagUpdatable": true
|
|
55509
|
+
}
|
|
55510
|
+
},
|
|
54525
55511
|
"LexConfiguration": {
|
|
54526
55512
|
"resourceType": "AWS::Chime::AppInstanceBot.LexConfiguration",
|
|
54527
55513
|
"kind": "property",
|
|
@@ -58280,6 +59266,42 @@
|
|
|
58280
59266
|
"kind": "property",
|
|
58281
59267
|
"lexicon": "aws"
|
|
58282
59268
|
},
|
|
59269
|
+
"MacieSession": {
|
|
59270
|
+
"resourceType": "AWS::Macie::Session",
|
|
59271
|
+
"kind": "resource",
|
|
59272
|
+
"lexicon": "aws",
|
|
59273
|
+
"attrs": {
|
|
59274
|
+
"AwsAccountId": "AwsAccountId",
|
|
59275
|
+
"ServiceRole": "ServiceRole",
|
|
59276
|
+
"AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
|
|
59277
|
+
},
|
|
59278
|
+
"propertyConstraints": {
|
|
59279
|
+
"Status": {
|
|
59280
|
+
"default": "ENABLED",
|
|
59281
|
+
"enum": [
|
|
59282
|
+
"ENABLED",
|
|
59283
|
+
"PAUSED"
|
|
59284
|
+
]
|
|
59285
|
+
},
|
|
59286
|
+
"FindingPublishingFrequency": {
|
|
59287
|
+
"default": "SIX_HOURS",
|
|
59288
|
+
"enum": [
|
|
59289
|
+
"FIFTEEN_MINUTES",
|
|
59290
|
+
"ONE_HOUR",
|
|
59291
|
+
"SIX_HOURS"
|
|
59292
|
+
]
|
|
59293
|
+
},
|
|
59294
|
+
"AutomatedDiscoveryStatus": {
|
|
59295
|
+
"enum": [
|
|
59296
|
+
"ENABLED",
|
|
59297
|
+
"DISABLED"
|
|
59298
|
+
]
|
|
59299
|
+
}
|
|
59300
|
+
},
|
|
59301
|
+
"primaryIdentifier": [
|
|
59302
|
+
"AwsAccountId"
|
|
59303
|
+
]
|
|
59304
|
+
},
|
|
58283
59305
|
"Macro": {
|
|
58284
59306
|
"resourceType": "AWS::CloudFormation::Macro",
|
|
58285
59307
|
"kind": "resource",
|
|
@@ -58992,6 +60014,38 @@
|
|
|
58992
60014
|
"ManagedNotificationConfigurationArn"
|
|
58993
60015
|
]
|
|
58994
60016
|
},
|
|
60017
|
+
"ManagedNotificationConfiguration": {
|
|
60018
|
+
"resourceType": "AWS::UserNotifications::ManagedNotificationConfiguration",
|
|
60019
|
+
"kind": "resource",
|
|
60020
|
+
"lexicon": "aws",
|
|
60021
|
+
"attrs": {
|
|
60022
|
+
"Arn": "Arn",
|
|
60023
|
+
"Name": "Name",
|
|
60024
|
+
"Description": "Description"
|
|
60025
|
+
},
|
|
60026
|
+
"propertyConstraints": {
|
|
60027
|
+
"Arn": {
|
|
60028
|
+
"pattern": "^arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9\\-]{3,64}/sub-category/[a-zA-Z0-9\\-]{3,64}$"
|
|
60029
|
+
},
|
|
60030
|
+
"Name": {
|
|
60031
|
+
"pattern": "^[A-Za-z0-9\\-]+$",
|
|
60032
|
+
"minLength": 1,
|
|
60033
|
+
"maxLength": 64
|
|
60034
|
+
},
|
|
60035
|
+
"Description": {
|
|
60036
|
+
"pattern": "^[^\\u0001-\\u001F\\u007F-\\u009F]*$",
|
|
60037
|
+
"minLength": 0,
|
|
60038
|
+
"maxLength": 256
|
|
60039
|
+
}
|
|
60040
|
+
},
|
|
60041
|
+
"createOnly": [
|
|
60042
|
+
"Category",
|
|
60043
|
+
"SubCategory"
|
|
60044
|
+
],
|
|
60045
|
+
"primaryIdentifier": [
|
|
60046
|
+
"Arn"
|
|
60047
|
+
]
|
|
60048
|
+
},
|
|
58995
60049
|
"ManagedPersistenceMonitoringConfiguration": {
|
|
58996
60050
|
"resourceType": "AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration",
|
|
58997
60051
|
"kind": "property",
|
|
@@ -59151,6 +60205,82 @@
|
|
|
59151
60205
|
"kind": "property",
|
|
59152
60206
|
"lexicon": "aws"
|
|
59153
60207
|
},
|
|
60208
|
+
"MapRun": {
|
|
60209
|
+
"resourceType": "AWS::StepFunctions::MapRun",
|
|
60210
|
+
"kind": "resource",
|
|
60211
|
+
"lexicon": "aws",
|
|
60212
|
+
"attrs": {
|
|
60213
|
+
"MapRunArn": "MapRunArn",
|
|
60214
|
+
"Status": "Status",
|
|
60215
|
+
"StartDate": "StartDate",
|
|
60216
|
+
"StopDate": "StopDate",
|
|
60217
|
+
"MaxConcurrency": "MaxConcurrency",
|
|
60218
|
+
"ToleratedFailurePercentage": "ToleratedFailurePercentage",
|
|
60219
|
+
"ToleratedFailureCount": "ToleratedFailureCount",
|
|
60220
|
+
"ItemCounts": "ItemCounts",
|
|
60221
|
+
"ExecutionCounts": "ExecutionCounts"
|
|
60222
|
+
},
|
|
60223
|
+
"propertyConstraints": {
|
|
60224
|
+
"MapRunArn": {
|
|
60225
|
+
"minLength": 1,
|
|
60226
|
+
"maxLength": 2000
|
|
60227
|
+
},
|
|
60228
|
+
"ExecutionArn": {
|
|
60229
|
+
"minLength": 1,
|
|
60230
|
+
"maxLength": 256
|
|
60231
|
+
},
|
|
60232
|
+
"Status": {
|
|
60233
|
+
"enum": [
|
|
60234
|
+
"RUNNING",
|
|
60235
|
+
"SUCCEEDED",
|
|
60236
|
+
"FAILED",
|
|
60237
|
+
"ABORTED"
|
|
60238
|
+
]
|
|
60239
|
+
},
|
|
60240
|
+
"StartDate": {
|
|
60241
|
+
"format": "date-time"
|
|
60242
|
+
},
|
|
60243
|
+
"StopDate": {
|
|
60244
|
+
"format": "date-time"
|
|
60245
|
+
},
|
|
60246
|
+
"MaxConcurrency": {
|
|
60247
|
+
"minimum": 0
|
|
60248
|
+
},
|
|
60249
|
+
"ToleratedFailurePercentage": {
|
|
60250
|
+
"minimum": 0,
|
|
60251
|
+
"maximum": 100
|
|
60252
|
+
},
|
|
60253
|
+
"ToleratedFailureCount": {
|
|
60254
|
+
"minimum": 0
|
|
60255
|
+
}
|
|
60256
|
+
},
|
|
60257
|
+
"createOnly": [
|
|
60258
|
+
"ExecutionArn"
|
|
60259
|
+
],
|
|
60260
|
+
"primaryIdentifier": [
|
|
60261
|
+
"MapRunArn"
|
|
60262
|
+
]
|
|
60263
|
+
},
|
|
60264
|
+
"MapRunExecutionCounts": {
|
|
60265
|
+
"resourceType": "AWS::StepFunctions::MapRun.MapRunExecutionCounts",
|
|
60266
|
+
"kind": "property",
|
|
60267
|
+
"lexicon": "aws"
|
|
60268
|
+
},
|
|
60269
|
+
"MapRunItemCounts": {
|
|
60270
|
+
"resourceType": "AWS::StepFunctions::MapRun.MapRunItemCounts",
|
|
60271
|
+
"kind": "property",
|
|
60272
|
+
"lexicon": "aws"
|
|
60273
|
+
},
|
|
60274
|
+
"MapRun_MapRunExecutionCounts": {
|
|
60275
|
+
"resourceType": "AWS::StepFunctions::MapRun.MapRunExecutionCounts",
|
|
60276
|
+
"kind": "property",
|
|
60277
|
+
"lexicon": "aws"
|
|
60278
|
+
},
|
|
60279
|
+
"MapRun_MapRunItemCounts": {
|
|
60280
|
+
"resourceType": "AWS::StepFunctions::MapRun.MapRunItemCounts",
|
|
60281
|
+
"kind": "property",
|
|
60282
|
+
"lexicon": "aws"
|
|
60283
|
+
},
|
|
59154
60284
|
"Map_MapConfiguration": {
|
|
59155
60285
|
"resourceType": "AWS::Location::Map.MapConfiguration",
|
|
59156
60286
|
"kind": "property",
|
|
@@ -59497,6 +60627,11 @@
|
|
|
59497
60627
|
"kind": "property",
|
|
59498
60628
|
"lexicon": "aws"
|
|
59499
60629
|
},
|
|
60630
|
+
"Media": {
|
|
60631
|
+
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Media",
|
|
60632
|
+
"kind": "property",
|
|
60633
|
+
"lexicon": "aws"
|
|
60634
|
+
},
|
|
59500
60635
|
"MediaConcurrency": {
|
|
59501
60636
|
"resourceType": "AWS::Connect::RoutingProfile.MediaConcurrency",
|
|
59502
60637
|
"kind": "property",
|
|
@@ -60834,6 +61969,111 @@
|
|
|
60834
61969
|
"kind": "property",
|
|
60835
61970
|
"lexicon": "aws"
|
|
60836
61971
|
},
|
|
61972
|
+
"MedicalTranscript": {
|
|
61973
|
+
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscript",
|
|
61974
|
+
"kind": "property",
|
|
61975
|
+
"lexicon": "aws"
|
|
61976
|
+
},
|
|
61977
|
+
"MedicalTranscriptionJob": {
|
|
61978
|
+
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob",
|
|
61979
|
+
"kind": "resource",
|
|
61980
|
+
"lexicon": "aws",
|
|
61981
|
+
"attrs": {
|
|
61982
|
+
"Arn": "Arn",
|
|
61983
|
+
"TranscriptionJobStatus": "TranscriptionJobStatus",
|
|
61984
|
+
"Transcript": "Transcript",
|
|
61985
|
+
"CreationTime": "CreationTime"
|
|
61986
|
+
},
|
|
61987
|
+
"propertyConstraints": {
|
|
61988
|
+
"MedicalTranscriptionJobName": {
|
|
61989
|
+
"pattern": "^[0-9a-zA-Z._-]+$",
|
|
61990
|
+
"minLength": 1,
|
|
61991
|
+
"maxLength": 200
|
|
61992
|
+
},
|
|
61993
|
+
"TranscriptionJobStatus": {
|
|
61994
|
+
"enum": [
|
|
61995
|
+
"QUEUED",
|
|
61996
|
+
"IN_PROGRESS",
|
|
61997
|
+
"FAILED",
|
|
61998
|
+
"COMPLETED"
|
|
61999
|
+
]
|
|
62000
|
+
},
|
|
62001
|
+
"MediaSampleRateHertz": {
|
|
62002
|
+
"minimum": 16000,
|
|
62003
|
+
"maximum": 48000
|
|
62004
|
+
},
|
|
62005
|
+
"MediaFormat": {
|
|
62006
|
+
"enum": [
|
|
62007
|
+
"mp3",
|
|
62008
|
+
"mp4",
|
|
62009
|
+
"wav",
|
|
62010
|
+
"flac",
|
|
62011
|
+
"ogg",
|
|
62012
|
+
"amr",
|
|
62013
|
+
"webm",
|
|
62014
|
+
"m4a"
|
|
62015
|
+
]
|
|
62016
|
+
},
|
|
62017
|
+
"CreationTime": {
|
|
62018
|
+
"format": "date-time"
|
|
62019
|
+
},
|
|
62020
|
+
"Specialty": {
|
|
62021
|
+
"enum": [
|
|
62022
|
+
"PRIMARYCARE"
|
|
62023
|
+
]
|
|
62024
|
+
},
|
|
62025
|
+
"Type": {
|
|
62026
|
+
"enum": [
|
|
62027
|
+
"CONVERSATION",
|
|
62028
|
+
"DICTATION"
|
|
62029
|
+
]
|
|
62030
|
+
}
|
|
62031
|
+
},
|
|
62032
|
+
"createOnly": [
|
|
62033
|
+
"LanguageCode",
|
|
62034
|
+
"Media",
|
|
62035
|
+
"MediaFormat",
|
|
62036
|
+
"MediaSampleRateHertz",
|
|
62037
|
+
"MedicalTranscriptionJobName",
|
|
62038
|
+
"Settings",
|
|
62039
|
+
"Specialty",
|
|
62040
|
+
"Tags",
|
|
62041
|
+
"Type"
|
|
62042
|
+
],
|
|
62043
|
+
"primaryIdentifier": [
|
|
62044
|
+
"Arn"
|
|
62045
|
+
],
|
|
62046
|
+
"tagging": {
|
|
62047
|
+
"taggable": true,
|
|
62048
|
+
"tagOnCreate": false,
|
|
62049
|
+
"tagUpdatable": false
|
|
62050
|
+
}
|
|
62051
|
+
},
|
|
62052
|
+
"MedicalTranscriptionJob_Media": {
|
|
62053
|
+
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Media",
|
|
62054
|
+
"kind": "property",
|
|
62055
|
+
"lexicon": "aws"
|
|
62056
|
+
},
|
|
62057
|
+
"MedicalTranscriptionJob_MedicalTranscript": {
|
|
62058
|
+
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscript",
|
|
62059
|
+
"kind": "property",
|
|
62060
|
+
"lexicon": "aws"
|
|
62061
|
+
},
|
|
62062
|
+
"MedicalTranscriptionJob_MedicalTranscriptionSetting": {
|
|
62063
|
+
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscriptionSetting",
|
|
62064
|
+
"kind": "property",
|
|
62065
|
+
"lexicon": "aws"
|
|
62066
|
+
},
|
|
62067
|
+
"MedicalTranscriptionJob_Tag": {
|
|
62068
|
+
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Tag",
|
|
62069
|
+
"kind": "property",
|
|
62070
|
+
"lexicon": "aws"
|
|
62071
|
+
},
|
|
62072
|
+
"MedicalTranscriptionSetting": {
|
|
62073
|
+
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscriptionSetting",
|
|
62074
|
+
"kind": "property",
|
|
62075
|
+
"lexicon": "aws"
|
|
62076
|
+
},
|
|
60837
62077
|
"Member": {
|
|
60838
62078
|
"resourceType": "AWS::DataZone::Project.Member",
|
|
60839
62079
|
"kind": "property",
|
|
@@ -63627,6 +64867,16 @@
|
|
|
63627
64867
|
"kind": "property",
|
|
63628
64868
|
"lexicon": "aws"
|
|
63629
64869
|
},
|
|
64870
|
+
"MonitorLocalResource": {
|
|
64871
|
+
"resourceType": "AWS::NetworkFlowMonitor::Monitor.MonitorLocalResource",
|
|
64872
|
+
"kind": "property",
|
|
64873
|
+
"lexicon": "aws"
|
|
64874
|
+
},
|
|
64875
|
+
"MonitorRemoteResource": {
|
|
64876
|
+
"resourceType": "AWS::NetworkFlowMonitor::Monitor.MonitorRemoteResource",
|
|
64877
|
+
"kind": "property",
|
|
64878
|
+
"lexicon": "aws"
|
|
64879
|
+
},
|
|
63630
64880
|
"MonitoredRequestCountMetric": {
|
|
63631
64881
|
"resourceType": "AWS::ApplicationSignals::ServiceLevelObjective.MonitoredRequestCountMetric",
|
|
63632
64882
|
"kind": "property",
|
|
@@ -64032,6 +65282,20 @@
|
|
|
64032
65282
|
"kind": "property",
|
|
64033
65283
|
"lexicon": "aws"
|
|
64034
65284
|
},
|
|
65285
|
+
"MultiRegionParameterGroup": {
|
|
65286
|
+
"resourceType": "AWS::MemoryDB::MultiRegionParameterGroup",
|
|
65287
|
+
"kind": "resource",
|
|
65288
|
+
"lexicon": "aws",
|
|
65289
|
+
"attrs": {
|
|
65290
|
+
"Arn": "Arn",
|
|
65291
|
+
"MultiRegionParameterGroupName": "MultiRegionParameterGroupName",
|
|
65292
|
+
"Family": "Family",
|
|
65293
|
+
"Description": "Description"
|
|
65294
|
+
},
|
|
65295
|
+
"primaryIdentifier": [
|
|
65296
|
+
"Arn"
|
|
65297
|
+
]
|
|
65298
|
+
},
|
|
64035
65299
|
"MultiRegionTargets": {
|
|
64036
65300
|
"resourceType": "AWS::ResilienceHubV2::Policy.MultiRegionTargets",
|
|
64037
65301
|
"kind": "property",
|
|
@@ -64998,6 +66262,79 @@
|
|
|
64998
66262
|
"kind": "property",
|
|
64999
66263
|
"lexicon": "aws"
|
|
65000
66264
|
},
|
|
66265
|
+
"NetworkFlowMonitorMonitor": {
|
|
66266
|
+
"resourceType": "AWS::NetworkFlowMonitor::Monitor",
|
|
66267
|
+
"kind": "resource",
|
|
66268
|
+
"lexicon": "aws",
|
|
66269
|
+
"attrs": {
|
|
66270
|
+
"Arn": "Arn",
|
|
66271
|
+
"MonitorStatus": "MonitorStatus",
|
|
66272
|
+
"CreatedAt": "CreatedAt",
|
|
66273
|
+
"ModifiedAt": "ModifiedAt"
|
|
66274
|
+
},
|
|
66275
|
+
"propertyConstraints": {
|
|
66276
|
+
"Arn": {
|
|
66277
|
+
"pattern": "^arn:.*$",
|
|
66278
|
+
"minLength": 20,
|
|
66279
|
+
"maxLength": 512
|
|
66280
|
+
},
|
|
66281
|
+
"MonitorName": {
|
|
66282
|
+
"pattern": "^[a-zA-Z0-9_.-]+$",
|
|
66283
|
+
"minLength": 1,
|
|
66284
|
+
"maxLength": 255
|
|
66285
|
+
},
|
|
66286
|
+
"ScopeArn": {
|
|
66287
|
+
"pattern": "^arn:.*$",
|
|
66288
|
+
"minLength": 20,
|
|
66289
|
+
"maxLength": 2048
|
|
66290
|
+
},
|
|
66291
|
+
"MonitorStatus": {
|
|
66292
|
+
"enum": [
|
|
66293
|
+
"PENDING",
|
|
66294
|
+
"ACTIVE",
|
|
66295
|
+
"INACTIVE",
|
|
66296
|
+
"ERROR",
|
|
66297
|
+
"DELETING"
|
|
66298
|
+
]
|
|
66299
|
+
},
|
|
66300
|
+
"CreatedAt": {
|
|
66301
|
+
"format": "date-time"
|
|
66302
|
+
},
|
|
66303
|
+
"ModifiedAt": {
|
|
66304
|
+
"format": "date-time"
|
|
66305
|
+
}
|
|
66306
|
+
},
|
|
66307
|
+
"createOnly": [
|
|
66308
|
+
"MonitorName",
|
|
66309
|
+
"ScopeArn"
|
|
66310
|
+
],
|
|
66311
|
+
"writeOnly": [
|
|
66312
|
+
"ScopeArn"
|
|
66313
|
+
],
|
|
66314
|
+
"primaryIdentifier": [
|
|
66315
|
+
"Arn"
|
|
66316
|
+
],
|
|
66317
|
+
"tagging": {
|
|
66318
|
+
"taggable": true,
|
|
66319
|
+
"tagOnCreate": true,
|
|
66320
|
+
"tagUpdatable": true
|
|
66321
|
+
}
|
|
66322
|
+
},
|
|
66323
|
+
"NetworkFlowMonitorMonitor_MonitorLocalResource": {
|
|
66324
|
+
"resourceType": "AWS::NetworkFlowMonitor::Monitor.MonitorLocalResource",
|
|
66325
|
+
"kind": "property",
|
|
66326
|
+
"lexicon": "aws"
|
|
66327
|
+
},
|
|
66328
|
+
"NetworkFlowMonitorMonitor_MonitorRemoteResource": {
|
|
66329
|
+
"resourceType": "AWS::NetworkFlowMonitor::Monitor.MonitorRemoteResource",
|
|
66330
|
+
"kind": "property",
|
|
66331
|
+
"lexicon": "aws"
|
|
66332
|
+
},
|
|
66333
|
+
"NetworkFlowMonitorMonitor_Tag": {
|
|
66334
|
+
"resourceType": "AWS::NetworkFlowMonitor::Monitor.Tag",
|
|
66335
|
+
"kind": "property",
|
|
66336
|
+
"lexicon": "aws"
|
|
66337
|
+
},
|
|
65001
66338
|
"NetworkFrameworkConfiguration": {
|
|
65002
66339
|
"resourceType": "AWS::ManagedBlockchain::Member.NetworkFrameworkConfiguration",
|
|
65003
66340
|
"kind": "property",
|
|
@@ -65783,6 +67120,91 @@
|
|
|
65783
67120
|
"kind": "property",
|
|
65784
67121
|
"lexicon": "aws"
|
|
65785
67122
|
},
|
|
67123
|
+
"NotebookExecution": {
|
|
67124
|
+
"resourceType": "AWS::EMR::NotebookExecution",
|
|
67125
|
+
"kind": "resource",
|
|
67126
|
+
"lexicon": "aws",
|
|
67127
|
+
"attrs": {
|
|
67128
|
+
"NotebookExecutionId": "NotebookExecutionId",
|
|
67129
|
+
"Arn": "Arn",
|
|
67130
|
+
"Status": "Status",
|
|
67131
|
+
"StartTime": "StartTime"
|
|
67132
|
+
},
|
|
67133
|
+
"propertyConstraints": {
|
|
67134
|
+
"NotebookExecutionId": {
|
|
67135
|
+
"maxLength": 256
|
|
67136
|
+
},
|
|
67137
|
+
"Arn": {
|
|
67138
|
+
"maxLength": 256
|
|
67139
|
+
},
|
|
67140
|
+
"NotebookExecutionName": {
|
|
67141
|
+
"maxLength": 256
|
|
67142
|
+
},
|
|
67143
|
+
"NotebookParams": {
|
|
67144
|
+
"maxLength": 10280
|
|
67145
|
+
},
|
|
67146
|
+
"OutputNotebookFormat": {
|
|
67147
|
+
"enum": [
|
|
67148
|
+
"HTML"
|
|
67149
|
+
]
|
|
67150
|
+
},
|
|
67151
|
+
"Status": {
|
|
67152
|
+
"enum": [
|
|
67153
|
+
"START_PENDING",
|
|
67154
|
+
"STARTING",
|
|
67155
|
+
"RUNNING",
|
|
67156
|
+
"FINISHING",
|
|
67157
|
+
"FINISHED",
|
|
67158
|
+
"FAILING",
|
|
67159
|
+
"FAILED",
|
|
67160
|
+
"STOP_PENDING",
|
|
67161
|
+
"STOPPING",
|
|
67162
|
+
"STOPPED"
|
|
67163
|
+
]
|
|
67164
|
+
},
|
|
67165
|
+
"StartTime": {
|
|
67166
|
+
"format": "date-time"
|
|
67167
|
+
}
|
|
67168
|
+
},
|
|
67169
|
+
"createOnly": [
|
|
67170
|
+
"EnvironmentVariables",
|
|
67171
|
+
"ExecutionEngine",
|
|
67172
|
+
"NotebookExecutionName",
|
|
67173
|
+
"NotebookParams",
|
|
67174
|
+
"NotebookS3Location",
|
|
67175
|
+
"OutputNotebookFormat",
|
|
67176
|
+
"OutputNotebookS3Location",
|
|
67177
|
+
"Tags"
|
|
67178
|
+
],
|
|
67179
|
+
"primaryIdentifier": [
|
|
67180
|
+
"Arn"
|
|
67181
|
+
],
|
|
67182
|
+
"tagging": {
|
|
67183
|
+
"taggable": true,
|
|
67184
|
+
"tagOnCreate": false,
|
|
67185
|
+
"tagUpdatable": false
|
|
67186
|
+
}
|
|
67187
|
+
},
|
|
67188
|
+
"NotebookExecution_ExecutionEngineConfig": {
|
|
67189
|
+
"resourceType": "AWS::EMR::NotebookExecution.ExecutionEngineConfig",
|
|
67190
|
+
"kind": "property",
|
|
67191
|
+
"lexicon": "aws"
|
|
67192
|
+
},
|
|
67193
|
+
"NotebookExecution_NotebookS3Location": {
|
|
67194
|
+
"resourceType": "AWS::EMR::NotebookExecution.NotebookS3Location",
|
|
67195
|
+
"kind": "property",
|
|
67196
|
+
"lexicon": "aws"
|
|
67197
|
+
},
|
|
67198
|
+
"NotebookExecution_OutputNotebookS3Location": {
|
|
67199
|
+
"resourceType": "AWS::EMR::NotebookExecution.OutputNotebookS3Location",
|
|
67200
|
+
"kind": "property",
|
|
67201
|
+
"lexicon": "aws"
|
|
67202
|
+
},
|
|
67203
|
+
"NotebookExecution_Tag": {
|
|
67204
|
+
"resourceType": "AWS::EMR::NotebookExecution.Tag",
|
|
67205
|
+
"kind": "property",
|
|
67206
|
+
"lexicon": "aws"
|
|
67207
|
+
},
|
|
65786
67208
|
"NotebookInstance": {
|
|
65787
67209
|
"resourceType": "AWS::SageMaker::NotebookInstance",
|
|
65788
67210
|
"kind": "resource",
|
|
@@ -65851,6 +67273,11 @@
|
|
|
65851
67273
|
"kind": "property",
|
|
65852
67274
|
"lexicon": "aws"
|
|
65853
67275
|
},
|
|
67276
|
+
"NotebookS3Location": {
|
|
67277
|
+
"resourceType": "AWS::EMR::NotebookExecution.NotebookS3Location",
|
|
67278
|
+
"kind": "property",
|
|
67279
|
+
"lexicon": "aws"
|
|
67280
|
+
},
|
|
65854
67281
|
"Notification": {
|
|
65855
67282
|
"resourceType": "AWS::Connect::Notification",
|
|
65856
67283
|
"kind": "resource",
|
|
@@ -66770,6 +68197,39 @@
|
|
|
66770
68197
|
"kind": "property",
|
|
66771
68198
|
"lexicon": "aws"
|
|
66772
68199
|
},
|
|
68200
|
+
"Objective": {
|
|
68201
|
+
"resourceType": "AWS::ControlCatalog::Objective",
|
|
68202
|
+
"kind": "resource",
|
|
68203
|
+
"lexicon": "aws",
|
|
68204
|
+
"attrs": {
|
|
68205
|
+
"Arn": "Arn",
|
|
68206
|
+
"ObjectiveId": "ObjectiveId",
|
|
68207
|
+
"Name": "Name",
|
|
68208
|
+
"Description": "Description",
|
|
68209
|
+
"Domain": "Domain",
|
|
68210
|
+
"CreateTime": "CreateTime",
|
|
68211
|
+
"LastUpdateTime": "LastUpdateTime"
|
|
68212
|
+
},
|
|
68213
|
+
"propertyConstraints": {
|
|
68214
|
+
"Arn": {
|
|
68215
|
+
"pattern": "^arn:(aws(?:[-a-z]*)?):controlcatalog:::objective/[0-9a-z]+$",
|
|
68216
|
+
"minLength": 36,
|
|
68217
|
+
"maxLength": 2048
|
|
68218
|
+
},
|
|
68219
|
+
"ObjectiveId": {
|
|
68220
|
+
"pattern": "^[0-9a-z]+$"
|
|
68221
|
+
},
|
|
68222
|
+
"CreateTime": {
|
|
68223
|
+
"format": "date-time"
|
|
68224
|
+
},
|
|
68225
|
+
"LastUpdateTime": {
|
|
68226
|
+
"format": "date-time"
|
|
68227
|
+
}
|
|
68228
|
+
},
|
|
68229
|
+
"primaryIdentifier": [
|
|
68230
|
+
"Arn"
|
|
68231
|
+
]
|
|
68232
|
+
},
|
|
66773
68233
|
"ObjectiveFunction": {
|
|
66774
68234
|
"resourceType": "AWS::SageMaker::ModelCard.ObjectiveFunction",
|
|
66775
68235
|
"kind": "property",
|
|
@@ -67014,6 +68474,44 @@
|
|
|
67014
68474
|
"kind": "property",
|
|
67015
68475
|
"lexicon": "aws"
|
|
67016
68476
|
},
|
|
68477
|
+
"Offering": {
|
|
68478
|
+
"resourceType": "AWS::MediaLive::Offering",
|
|
68479
|
+
"kind": "resource",
|
|
68480
|
+
"lexicon": "aws",
|
|
68481
|
+
"attrs": {
|
|
68482
|
+
"Arn": "Arn",
|
|
68483
|
+
"OfferingId": "OfferingId",
|
|
68484
|
+
"CurrencyCode": "CurrencyCode",
|
|
68485
|
+
"Duration": "Duration",
|
|
68486
|
+
"DurationUnits": "DurationUnits",
|
|
68487
|
+
"FixedPrice": "FixedPrice",
|
|
68488
|
+
"OfferingDescription": "OfferingDescription",
|
|
68489
|
+
"OfferingType": "OfferingType",
|
|
68490
|
+
"Region": "Region",
|
|
68491
|
+
"ResourceSpecification": "ResourceSpecification",
|
|
68492
|
+
"UsagePrice": "UsagePrice"
|
|
68493
|
+
},
|
|
68494
|
+
"propertyConstraints": {
|
|
68495
|
+
"DurationUnits": {
|
|
68496
|
+
"enum": [
|
|
68497
|
+
"MONTHS"
|
|
68498
|
+
]
|
|
68499
|
+
},
|
|
68500
|
+
"OfferingType": {
|
|
68501
|
+
"enum": [
|
|
68502
|
+
"NO_UPFRONT"
|
|
68503
|
+
]
|
|
68504
|
+
}
|
|
68505
|
+
},
|
|
68506
|
+
"primaryIdentifier": [
|
|
68507
|
+
"Arn"
|
|
68508
|
+
]
|
|
68509
|
+
},
|
|
68510
|
+
"Offering_ReservationResourceSpecification": {
|
|
68511
|
+
"resourceType": "AWS::MediaLive::Offering.ReservationResourceSpecification",
|
|
68512
|
+
"kind": "property",
|
|
68513
|
+
"lexicon": "aws"
|
|
68514
|
+
},
|
|
67017
68515
|
"OidcIdentityProviderConfig": {
|
|
67018
68516
|
"resourceType": "AWS::EKS::IdentityProviderConfig.OidcIdentityProviderConfig",
|
|
67019
68517
|
"kind": "property",
|
|
@@ -67914,6 +69412,49 @@
|
|
|
67914
69412
|
"kind": "property",
|
|
67915
69413
|
"lexicon": "aws"
|
|
67916
69414
|
},
|
|
69415
|
+
"OpsItem": {
|
|
69416
|
+
"resourceType": "AWS::SSM::OpsItem",
|
|
69417
|
+
"kind": "resource",
|
|
69418
|
+
"lexicon": "aws",
|
|
69419
|
+
"attrs": {
|
|
69420
|
+
"OpsItemId": "OpsItemId",
|
|
69421
|
+
"OpsItemArn": "OpsItemArn",
|
|
69422
|
+
"Status": "Status",
|
|
69423
|
+
"CreatedBy": "CreatedBy",
|
|
69424
|
+
"CreatedTime": "CreatedTime",
|
|
69425
|
+
"LastModifiedBy": "LastModifiedBy",
|
|
69426
|
+
"LastModifiedTime": "LastModifiedTime",
|
|
69427
|
+
"OpsItemType": "OpsItemType",
|
|
69428
|
+
"Version": "Version"
|
|
69429
|
+
},
|
|
69430
|
+
"propertyConstraints": {
|
|
69431
|
+
"OpsItemId": {
|
|
69432
|
+
"pattern": "^(oi)-[0-9a-f]{12}$"
|
|
69433
|
+
},
|
|
69434
|
+
"CreatedTime": {
|
|
69435
|
+
"format": "date-time"
|
|
69436
|
+
},
|
|
69437
|
+
"LastModifiedTime": {
|
|
69438
|
+
"format": "date-time"
|
|
69439
|
+
}
|
|
69440
|
+
},
|
|
69441
|
+
"createOnly": [
|
|
69442
|
+
"Source"
|
|
69443
|
+
],
|
|
69444
|
+
"primaryIdentifier": [
|
|
69445
|
+
"OpsItemArn"
|
|
69446
|
+
],
|
|
69447
|
+
"tagging": {
|
|
69448
|
+
"taggable": true,
|
|
69449
|
+
"tagOnCreate": true,
|
|
69450
|
+
"tagUpdatable": true
|
|
69451
|
+
}
|
|
69452
|
+
},
|
|
69453
|
+
"OpsItem_Tag": {
|
|
69454
|
+
"resourceType": "AWS::SSM::OpsItem.Tag",
|
|
69455
|
+
"kind": "property",
|
|
69456
|
+
"lexicon": "aws"
|
|
69457
|
+
},
|
|
67917
69458
|
"OptOutList": {
|
|
67918
69459
|
"resourceType": "AWS::SMSVOICE::OptOutList",
|
|
67919
69460
|
"kind": "resource",
|
|
@@ -69069,6 +70610,11 @@
|
|
|
69069
70610
|
"kind": "property",
|
|
69070
70611
|
"lexicon": "aws"
|
|
69071
70612
|
},
|
|
70613
|
+
"OutputNotebookS3Location": {
|
|
70614
|
+
"resourceType": "AWS::EMR::NotebookExecution.OutputNotebookS3Location",
|
|
70615
|
+
"kind": "property",
|
|
70616
|
+
"lexicon": "aws"
|
|
70617
|
+
},
|
|
69072
70618
|
"OutputSource": {
|
|
69073
70619
|
"resourceType": "AWS::EntityResolution::MatchingWorkflow.OutputSource",
|
|
69074
70620
|
"kind": "property",
|
|
@@ -69390,32 +70936,6 @@
|
|
|
69390
70936
|
"kind": "property",
|
|
69391
70937
|
"lexicon": "aws"
|
|
69392
70938
|
},
|
|
69393
|
-
"Package": {
|
|
69394
|
-
"resourceType": "AWS::Panorama::Package",
|
|
69395
|
-
"kind": "resource",
|
|
69396
|
-
"lexicon": "aws",
|
|
69397
|
-
"attrs": {
|
|
69398
|
-
"PackageId": "PackageId",
|
|
69399
|
-
"Arn": "Arn",
|
|
69400
|
-
"CreatedTime": "CreatedTime",
|
|
69401
|
-
"StorageLocation_Bucket": "StorageLocation.Bucket",
|
|
69402
|
-
"StorageLocation_RepoPrefixLocation": "StorageLocation.RepoPrefixLocation",
|
|
69403
|
-
"StorageLocation_GeneratedPrefixLocation": "StorageLocation.GeneratedPrefixLocation",
|
|
69404
|
-
"StorageLocation_BinaryPrefixLocation": "StorageLocation.BinaryPrefixLocation",
|
|
69405
|
-
"StorageLocation_ManifestPrefixLocation": "StorageLocation.ManifestPrefixLocation"
|
|
69406
|
-
},
|
|
69407
|
-
"createOnly": [
|
|
69408
|
-
"PackageName"
|
|
69409
|
-
],
|
|
69410
|
-
"primaryIdentifier": [
|
|
69411
|
-
"PackageId"
|
|
69412
|
-
],
|
|
69413
|
-
"tagging": {
|
|
69414
|
-
"taggable": true,
|
|
69415
|
-
"tagOnCreate": true,
|
|
69416
|
-
"tagUpdatable": true
|
|
69417
|
-
}
|
|
69418
|
-
},
|
|
69419
70939
|
"PackageGroup": {
|
|
69420
70940
|
"resourceType": "AWS::CodeArtifact::PackageGroup",
|
|
69421
70941
|
"kind": "resource",
|
|
@@ -69512,11 +71032,6 @@
|
|
|
69512
71032
|
"kind": "property",
|
|
69513
71033
|
"lexicon": "aws"
|
|
69514
71034
|
},
|
|
69515
|
-
"Package_StorageLocation": {
|
|
69516
|
-
"resourceType": "AWS::Panorama::Package.StorageLocation",
|
|
69517
|
-
"kind": "property",
|
|
69518
|
-
"lexicon": "aws"
|
|
69519
|
-
},
|
|
69520
71035
|
"PackagingConfiguration": {
|
|
69521
71036
|
"resourceType": "AWS::MediaPackage::PackagingConfiguration",
|
|
69522
71037
|
"kind": "resource",
|
|
@@ -69670,6 +71185,37 @@
|
|
|
69670
71185
|
"kind": "property",
|
|
69671
71186
|
"lexicon": "aws"
|
|
69672
71187
|
},
|
|
71188
|
+
"PanoramaPackage": {
|
|
71189
|
+
"resourceType": "AWS::Panorama::Package",
|
|
71190
|
+
"kind": "resource",
|
|
71191
|
+
"lexicon": "aws",
|
|
71192
|
+
"attrs": {
|
|
71193
|
+
"PackageId": "PackageId",
|
|
71194
|
+
"Arn": "Arn",
|
|
71195
|
+
"CreatedTime": "CreatedTime",
|
|
71196
|
+
"StorageLocation_Bucket": "StorageLocation.Bucket",
|
|
71197
|
+
"StorageLocation_RepoPrefixLocation": "StorageLocation.RepoPrefixLocation",
|
|
71198
|
+
"StorageLocation_GeneratedPrefixLocation": "StorageLocation.GeneratedPrefixLocation",
|
|
71199
|
+
"StorageLocation_BinaryPrefixLocation": "StorageLocation.BinaryPrefixLocation",
|
|
71200
|
+
"StorageLocation_ManifestPrefixLocation": "StorageLocation.ManifestPrefixLocation"
|
|
71201
|
+
},
|
|
71202
|
+
"createOnly": [
|
|
71203
|
+
"PackageName"
|
|
71204
|
+
],
|
|
71205
|
+
"primaryIdentifier": [
|
|
71206
|
+
"PackageId"
|
|
71207
|
+
],
|
|
71208
|
+
"tagging": {
|
|
71209
|
+
"taggable": true,
|
|
71210
|
+
"tagOnCreate": true,
|
|
71211
|
+
"tagUpdatable": true
|
|
71212
|
+
}
|
|
71213
|
+
},
|
|
71214
|
+
"PanoramaPackage_StorageLocation": {
|
|
71215
|
+
"resourceType": "AWS::Panorama::Package.StorageLocation",
|
|
71216
|
+
"kind": "property",
|
|
71217
|
+
"lexicon": "aws"
|
|
71218
|
+
},
|
|
69673
71219
|
"ParallelismConfiguration": {
|
|
69674
71220
|
"resourceType": "AWS::KinesisAnalyticsV2::Application.ParallelismConfiguration",
|
|
69675
71221
|
"kind": "property",
|
|
@@ -70908,6 +72454,58 @@
|
|
|
70908
72454
|
"kind": "property",
|
|
70909
72455
|
"lexicon": "aws"
|
|
70910
72456
|
},
|
|
72457
|
+
"PersonalizeRecipe": {
|
|
72458
|
+
"resourceType": "AWS::Personalize::Recipe",
|
|
72459
|
+
"kind": "resource",
|
|
72460
|
+
"lexicon": "aws",
|
|
72461
|
+
"attrs": {
|
|
72462
|
+
"RecipeArn": "RecipeArn",
|
|
72463
|
+
"AlgorithmArn": "AlgorithmArn",
|
|
72464
|
+
"FeatureTransformationArn": "FeatureTransformationArn",
|
|
72465
|
+
"Status": "Status",
|
|
72466
|
+
"Description": "Description",
|
|
72467
|
+
"RecipeType": "RecipeType",
|
|
72468
|
+
"CreationDateTime": "CreationDateTime",
|
|
72469
|
+
"LastUpdatedDateTime": "LastUpdatedDateTime"
|
|
72470
|
+
},
|
|
72471
|
+
"propertyConstraints": {
|
|
72472
|
+
"RecipeArn": {
|
|
72473
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72474
|
+
"maxLength": 256
|
|
72475
|
+
},
|
|
72476
|
+
"Name": {
|
|
72477
|
+
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
|
|
72478
|
+
"minLength": 1,
|
|
72479
|
+
"maxLength": 63
|
|
72480
|
+
},
|
|
72481
|
+
"AlgorithmArn": {
|
|
72482
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72483
|
+
"maxLength": 256
|
|
72484
|
+
},
|
|
72485
|
+
"FeatureTransformationArn": {
|
|
72486
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72487
|
+
"maxLength": 256
|
|
72488
|
+
},
|
|
72489
|
+
"Status": {
|
|
72490
|
+
"maxLength": 256
|
|
72491
|
+
},
|
|
72492
|
+
"RecipeType": {
|
|
72493
|
+
"maxLength": 256
|
|
72494
|
+
},
|
|
72495
|
+
"CreationDateTime": {
|
|
72496
|
+
"format": "date-time"
|
|
72497
|
+
},
|
|
72498
|
+
"LastUpdatedDateTime": {
|
|
72499
|
+
"format": "date-time"
|
|
72500
|
+
}
|
|
72501
|
+
},
|
|
72502
|
+
"createOnly": [
|
|
72503
|
+
"Name"
|
|
72504
|
+
],
|
|
72505
|
+
"primaryIdentifier": [
|
|
72506
|
+
"RecipeArn"
|
|
72507
|
+
]
|
|
72508
|
+
},
|
|
70911
72509
|
"PersonalizeSchema": {
|
|
70912
72510
|
"resourceType": "AWS::Personalize::Schema",
|
|
70913
72511
|
"kind": "resource",
|
|
@@ -71755,6 +73353,25 @@
|
|
|
71755
73353
|
"kind": "property",
|
|
71756
73354
|
"lexicon": "aws"
|
|
71757
73355
|
},
|
|
73356
|
+
"PipelineBlueprint": {
|
|
73357
|
+
"resourceType": "AWS::OSIS::PipelineBlueprint",
|
|
73358
|
+
"kind": "resource",
|
|
73359
|
+
"lexicon": "aws",
|
|
73360
|
+
"attrs": {
|
|
73361
|
+
"Arn": "Arn",
|
|
73362
|
+
"PipelineConfigurationBody": "PipelineConfigurationBody",
|
|
73363
|
+
"DisplayName": "DisplayName",
|
|
73364
|
+
"DisplayDescription": "DisplayDescription",
|
|
73365
|
+
"Service": "Service",
|
|
73366
|
+
"UseCase": "UseCase"
|
|
73367
|
+
},
|
|
73368
|
+
"createOnly": [
|
|
73369
|
+
"BlueprintName"
|
|
73370
|
+
],
|
|
73371
|
+
"primaryIdentifier": [
|
|
73372
|
+
"Arn"
|
|
73373
|
+
]
|
|
73374
|
+
},
|
|
71758
73375
|
"PipelineConfig": {
|
|
71759
73376
|
"resourceType": "AWS::AppSync::Resolver.PipelineConfig",
|
|
71760
73377
|
"kind": "property",
|
|
@@ -73736,6 +75353,11 @@
|
|
|
73736
75353
|
"ProfileName"
|
|
73737
75354
|
]
|
|
73738
75355
|
},
|
|
75356
|
+
"ProfileQuestionUpdate": {
|
|
75357
|
+
"resourceType": "AWS::WellArchitected::Profile.ProfileQuestionUpdate",
|
|
75358
|
+
"kind": "property",
|
|
75359
|
+
"lexicon": "aws"
|
|
75360
|
+
},
|
|
73739
75361
|
"ProfileResourceAssociation": {
|
|
73740
75362
|
"resourceType": "AWS::Route53Profiles::ProfileResourceAssociation",
|
|
73741
75363
|
"kind": "resource",
|
|
@@ -75608,6 +77230,109 @@
|
|
|
75608
77230
|
"kind": "property",
|
|
75609
77231
|
"lexicon": "aws"
|
|
75610
77232
|
},
|
|
77233
|
+
"QuickSightAgent": {
|
|
77234
|
+
"resourceType": "AWS::QuickSight::Agent",
|
|
77235
|
+
"kind": "resource",
|
|
77236
|
+
"lexicon": "aws",
|
|
77237
|
+
"attrs": {
|
|
77238
|
+
"Arn": "Arn",
|
|
77239
|
+
"AgentStatus": "AgentStatus",
|
|
77240
|
+
"CreatedAt": "CreatedAt",
|
|
77241
|
+
"UpdatedAt": "UpdatedAt",
|
|
77242
|
+
"Creator": "Creator",
|
|
77243
|
+
"CustomPromptInterface": "CustomPromptInterface",
|
|
77244
|
+
"ErrorMessage": "ErrorMessage"
|
|
77245
|
+
},
|
|
77246
|
+
"propertyConstraints": {
|
|
77247
|
+
"AwsAccountId": {
|
|
77248
|
+
"pattern": "^[0-9]{12}$",
|
|
77249
|
+
"minLength": 12,
|
|
77250
|
+
"maxLength": 12
|
|
77251
|
+
},
|
|
77252
|
+
"AgentId": {
|
|
77253
|
+
"pattern": "^[0-9a-zA-Z-_.+]+$",
|
|
77254
|
+
"minLength": 1,
|
|
77255
|
+
"maxLength": 256
|
|
77256
|
+
},
|
|
77257
|
+
"Name": {
|
|
77258
|
+
"minLength": 1,
|
|
77259
|
+
"maxLength": 50
|
|
77260
|
+
},
|
|
77261
|
+
"Description": {
|
|
77262
|
+
"minLength": 0,
|
|
77263
|
+
"maxLength": 1000
|
|
77264
|
+
},
|
|
77265
|
+
"IconId": {
|
|
77266
|
+
"minLength": 1,
|
|
77267
|
+
"maxLength": 200
|
|
77268
|
+
},
|
|
77269
|
+
"WelcomeMessage": {
|
|
77270
|
+
"maxLength": 300
|
|
77271
|
+
},
|
|
77272
|
+
"AgentLifecycle": {
|
|
77273
|
+
"enum": [
|
|
77274
|
+
"PREVIEW",
|
|
77275
|
+
"PUBLISHED"
|
|
77276
|
+
]
|
|
77277
|
+
},
|
|
77278
|
+
"AgentStatus": {
|
|
77279
|
+
"enum": [
|
|
77280
|
+
"ACTIVE",
|
|
77281
|
+
"CREATING",
|
|
77282
|
+
"UPDATING",
|
|
77283
|
+
"FAILED"
|
|
77284
|
+
]
|
|
77285
|
+
},
|
|
77286
|
+
"CreatedAt": {
|
|
77287
|
+
"format": "date-time"
|
|
77288
|
+
},
|
|
77289
|
+
"UpdatedAt": {
|
|
77290
|
+
"format": "date-time"
|
|
77291
|
+
}
|
|
77292
|
+
},
|
|
77293
|
+
"createOnly": [
|
|
77294
|
+
"AwsAccountId",
|
|
77295
|
+
"AgentId",
|
|
77296
|
+
"AgentLifecycle"
|
|
77297
|
+
],
|
|
77298
|
+
"writeOnly": [
|
|
77299
|
+
"CustomPromptInput"
|
|
77300
|
+
],
|
|
77301
|
+
"primaryIdentifier": [
|
|
77302
|
+
"AwsAccountId",
|
|
77303
|
+
"AgentId"
|
|
77304
|
+
],
|
|
77305
|
+
"tagging": {
|
|
77306
|
+
"taggable": true,
|
|
77307
|
+
"tagOnCreate": true,
|
|
77308
|
+
"tagUpdatable": true
|
|
77309
|
+
}
|
|
77310
|
+
},
|
|
77311
|
+
"QuickSightAgent_AgentTag": {
|
|
77312
|
+
"resourceType": "AWS::QuickSight::Agent.AgentTag",
|
|
77313
|
+
"kind": "property",
|
|
77314
|
+
"lexicon": "aws"
|
|
77315
|
+
},
|
|
77316
|
+
"QuickSightAgent_CustomPromptInput": {
|
|
77317
|
+
"resourceType": "AWS::QuickSight::Agent.CustomPromptInput",
|
|
77318
|
+
"kind": "property",
|
|
77319
|
+
"lexicon": "aws"
|
|
77320
|
+
},
|
|
77321
|
+
"QuickSightAgent_CustomPromptInputParameters": {
|
|
77322
|
+
"resourceType": "AWS::QuickSight::Agent.CustomPromptInputParameters",
|
|
77323
|
+
"kind": "property",
|
|
77324
|
+
"lexicon": "aws"
|
|
77325
|
+
},
|
|
77326
|
+
"QuickSightAgent_CustomPromptInterface": {
|
|
77327
|
+
"resourceType": "AWS::QuickSight::Agent.CustomPromptInterface",
|
|
77328
|
+
"kind": "property",
|
|
77329
|
+
"lexicon": "aws"
|
|
77330
|
+
},
|
|
77331
|
+
"QuickSightAgent_CustomPromptProfile": {
|
|
77332
|
+
"resourceType": "AWS::QuickSight::Agent.CustomPromptProfile",
|
|
77333
|
+
"kind": "property",
|
|
77334
|
+
"lexicon": "aws"
|
|
77335
|
+
},
|
|
75611
77336
|
"QuickSightConfiguration": {
|
|
75612
77337
|
"resourceType": "AWS::QBusiness::Application.QuickSightConfiguration",
|
|
75613
77338
|
"kind": "property",
|
|
@@ -77611,30 +79336,9 @@
|
|
|
77611
79336
|
"lexicon": "aws"
|
|
77612
79337
|
},
|
|
77613
79338
|
"Recipe": {
|
|
77614
|
-
"resourceType": "AWS::DataBrew::Recipe",
|
|
77615
|
-
"kind": "
|
|
77616
|
-
"lexicon": "aws"
|
|
77617
|
-
"propertyConstraints": {
|
|
77618
|
-
"Description": {
|
|
77619
|
-
"minLength": 0,
|
|
77620
|
-
"maxLength": 1024
|
|
77621
|
-
},
|
|
77622
|
-
"Name": {
|
|
77623
|
-
"minLength": 1,
|
|
77624
|
-
"maxLength": 255
|
|
77625
|
-
}
|
|
77626
|
-
},
|
|
77627
|
-
"createOnly": [
|
|
77628
|
-
"Name"
|
|
77629
|
-
],
|
|
77630
|
-
"primaryIdentifier": [
|
|
77631
|
-
"Name"
|
|
77632
|
-
],
|
|
77633
|
-
"tagging": {
|
|
77634
|
-
"taggable": true,
|
|
77635
|
-
"tagOnCreate": true,
|
|
77636
|
-
"tagUpdatable": true
|
|
77637
|
-
}
|
|
79339
|
+
"resourceType": "AWS::DataBrew::Job.Recipe",
|
|
79340
|
+
"kind": "property",
|
|
79341
|
+
"lexicon": "aws"
|
|
77638
79342
|
},
|
|
77639
79343
|
"RecipeSelection": {
|
|
77640
79344
|
"resourceType": "AWS::ImageBuilder::LifecyclePolicy.RecipeSelection",
|
|
@@ -77646,26 +79350,6 @@
|
|
|
77646
79350
|
"kind": "property",
|
|
77647
79351
|
"lexicon": "aws"
|
|
77648
79352
|
},
|
|
77649
|
-
"Recipe_Action": {
|
|
77650
|
-
"resourceType": "AWS::DataBrew::Recipe.Action",
|
|
77651
|
-
"kind": "property",
|
|
77652
|
-
"lexicon": "aws"
|
|
77653
|
-
},
|
|
77654
|
-
"Recipe_ConditionExpression": {
|
|
77655
|
-
"resourceType": "AWS::DataBrew::Recipe.ConditionExpression",
|
|
77656
|
-
"kind": "property",
|
|
77657
|
-
"lexicon": "aws"
|
|
77658
|
-
},
|
|
77659
|
-
"Recipe_RecipeStep": {
|
|
77660
|
-
"resourceType": "AWS::DataBrew::Recipe.RecipeStep",
|
|
77661
|
-
"kind": "property",
|
|
77662
|
-
"lexicon": "aws"
|
|
77663
|
-
},
|
|
77664
|
-
"Recipe_Tag": {
|
|
77665
|
-
"resourceType": "AWS::DataBrew::Recipe.Tag",
|
|
77666
|
-
"kind": "property",
|
|
77667
|
-
"lexicon": "aws"
|
|
77668
|
-
},
|
|
77669
79353
|
"RecommendationConfiguration": {
|
|
77670
79354
|
"resourceType": "AWS::DataZone::DataSource.RecommendationConfiguration",
|
|
77671
79355
|
"kind": "property",
|
|
@@ -78265,6 +79949,45 @@
|
|
|
78265
79949
|
"kind": "property",
|
|
78266
79950
|
"lexicon": "aws"
|
|
78267
79951
|
},
|
|
79952
|
+
"RecoveryPoint": {
|
|
79953
|
+
"resourceType": "AWS::RedshiftServerless::RecoveryPoint",
|
|
79954
|
+
"kind": "resource",
|
|
79955
|
+
"lexicon": "aws",
|
|
79956
|
+
"attrs": {
|
|
79957
|
+
"Arn": "Arn",
|
|
79958
|
+
"RecoveryPointId": "RecoveryPointId",
|
|
79959
|
+
"RecoveryPointCreateTime": "RecoveryPointCreateTime",
|
|
79960
|
+
"TotalSizeInMegaBytes": "TotalSizeInMegaBytes",
|
|
79961
|
+
"NamespaceArn": "NamespaceArn",
|
|
79962
|
+
"Tags": "Tags"
|
|
79963
|
+
},
|
|
79964
|
+
"propertyConstraints": {
|
|
79965
|
+
"RecoveryPointCreateTime": {
|
|
79966
|
+
"format": "date-time"
|
|
79967
|
+
},
|
|
79968
|
+
"NamespaceName": {
|
|
79969
|
+
"pattern": "^[a-z0-9-]+$",
|
|
79970
|
+
"minLength": 3,
|
|
79971
|
+
"maxLength": 64
|
|
79972
|
+
}
|
|
79973
|
+
},
|
|
79974
|
+
"createOnly": [
|
|
79975
|
+
"NamespaceName"
|
|
79976
|
+
],
|
|
79977
|
+
"primaryIdentifier": [
|
|
79978
|
+
"Arn"
|
|
79979
|
+
],
|
|
79980
|
+
"tagging": {
|
|
79981
|
+
"taggable": true,
|
|
79982
|
+
"tagOnCreate": false,
|
|
79983
|
+
"tagUpdatable": false
|
|
79984
|
+
}
|
|
79985
|
+
},
|
|
79986
|
+
"RecoveryPoint_Tag": {
|
|
79987
|
+
"resourceType": "AWS::RedshiftServerless::RecoveryPoint.Tag",
|
|
79988
|
+
"kind": "property",
|
|
79989
|
+
"lexicon": "aws"
|
|
79990
|
+
},
|
|
78268
79991
|
"RecrawlPolicy": {
|
|
78269
79992
|
"resourceType": "AWS::Glue::Crawler.RecrawlPolicy",
|
|
78270
79993
|
"kind": "property",
|
|
@@ -78359,8 +80082,8 @@
|
|
|
78359
80082
|
],
|
|
78360
80083
|
"tagging": {
|
|
78361
80084
|
"taggable": true,
|
|
78362
|
-
"tagOnCreate":
|
|
78363
|
-
"tagUpdatable":
|
|
80085
|
+
"tagOnCreate": true,
|
|
80086
|
+
"tagUpdatable": true
|
|
78364
80087
|
}
|
|
78365
80088
|
},
|
|
78366
80089
|
"RedshiftCluster_Endpoint": {
|
|
@@ -78992,6 +80715,90 @@
|
|
|
78992
80715
|
"kind": "property",
|
|
78993
80716
|
"lexicon": "aws"
|
|
78994
80717
|
},
|
|
80718
|
+
"Reference": {
|
|
80719
|
+
"resourceType": "AWS::Omics::Reference",
|
|
80720
|
+
"kind": "resource",
|
|
80721
|
+
"lexicon": "aws",
|
|
80722
|
+
"attrs": {
|
|
80723
|
+
"Arn": "Arn",
|
|
80724
|
+
"Id": "Id",
|
|
80725
|
+
"Md5": "Md5",
|
|
80726
|
+
"Status": "Status",
|
|
80727
|
+
"CreationTime": "CreationTime",
|
|
80728
|
+
"UpdateTime": "UpdateTime",
|
|
80729
|
+
"CreationType": "CreationType",
|
|
80730
|
+
"CreationJobId": "CreationJobId"
|
|
80731
|
+
},
|
|
80732
|
+
"propertyConstraints": {
|
|
80733
|
+
"Arn": {
|
|
80734
|
+
"pattern": "^arn:.+$",
|
|
80735
|
+
"minLength": 1,
|
|
80736
|
+
"maxLength": 127
|
|
80737
|
+
},
|
|
80738
|
+
"Id": {
|
|
80739
|
+
"pattern": "^[0-9]+$",
|
|
80740
|
+
"minLength": 10,
|
|
80741
|
+
"maxLength": 36
|
|
80742
|
+
},
|
|
80743
|
+
"ReferenceStoreId": {
|
|
80744
|
+
"pattern": "^[0-9]+$",
|
|
80745
|
+
"minLength": 10,
|
|
80746
|
+
"maxLength": 36
|
|
80747
|
+
},
|
|
80748
|
+
"Name": {
|
|
80749
|
+
"pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$",
|
|
80750
|
+
"minLength": 3,
|
|
80751
|
+
"maxLength": 255
|
|
80752
|
+
},
|
|
80753
|
+
"Description": {
|
|
80754
|
+
"pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$",
|
|
80755
|
+
"minLength": 1,
|
|
80756
|
+
"maxLength": 255
|
|
80757
|
+
},
|
|
80758
|
+
"Md5": {
|
|
80759
|
+
"pattern": "^[\\p{L}||\\p{N}]+$",
|
|
80760
|
+
"minLength": 1,
|
|
80761
|
+
"maxLength": 255
|
|
80762
|
+
},
|
|
80763
|
+
"Status": {
|
|
80764
|
+
"enum": [
|
|
80765
|
+
"ACTIVE",
|
|
80766
|
+
"DELETING",
|
|
80767
|
+
"DELETED"
|
|
80768
|
+
]
|
|
80769
|
+
},
|
|
80770
|
+
"CreationTime": {
|
|
80771
|
+
"format": "date-time"
|
|
80772
|
+
},
|
|
80773
|
+
"UpdateTime": {
|
|
80774
|
+
"format": "date-time"
|
|
80775
|
+
},
|
|
80776
|
+
"CreationType": {
|
|
80777
|
+
"enum": [
|
|
80778
|
+
"IMPORT"
|
|
80779
|
+
]
|
|
80780
|
+
},
|
|
80781
|
+
"CreationJobId": {
|
|
80782
|
+
"pattern": "^[a-zA-Z0-9]+$",
|
|
80783
|
+
"minLength": 1,
|
|
80784
|
+
"maxLength": 127
|
|
80785
|
+
}
|
|
80786
|
+
},
|
|
80787
|
+
"createOnly": [
|
|
80788
|
+
"Description",
|
|
80789
|
+
"Name",
|
|
80790
|
+
"ReferenceStoreId",
|
|
80791
|
+
"Tags"
|
|
80792
|
+
],
|
|
80793
|
+
"primaryIdentifier": [
|
|
80794
|
+
"Arn"
|
|
80795
|
+
],
|
|
80796
|
+
"tagging": {
|
|
80797
|
+
"taggable": true,
|
|
80798
|
+
"tagOnCreate": false,
|
|
80799
|
+
"tagUpdatable": false
|
|
80800
|
+
}
|
|
80801
|
+
},
|
|
78995
80802
|
"ReferenceSets": {
|
|
78996
80803
|
"resourceType": "AWS::NetworkFirewall::RuleGroup.ReferenceSets",
|
|
78997
80804
|
"kind": "property",
|
|
@@ -79131,11 +80938,67 @@
|
|
|
79131
80938
|
"kind": "property",
|
|
79132
80939
|
"lexicon": "aws"
|
|
79133
80940
|
},
|
|
80941
|
+
"Registration": {
|
|
80942
|
+
"resourceType": "AWS::SMSVOICE::Registration",
|
|
80943
|
+
"kind": "resource",
|
|
80944
|
+
"lexicon": "aws",
|
|
80945
|
+
"attrs": {
|
|
80946
|
+
"RegistrationArn": "RegistrationArn",
|
|
80947
|
+
"RegistrationId": "RegistrationId",
|
|
80948
|
+
"RegistrationStatus": "RegistrationStatus",
|
|
80949
|
+
"CurrentVersionNumber": "CurrentVersionNumber",
|
|
80950
|
+
"CreatedTimestamp": "CreatedTimestamp"
|
|
80951
|
+
},
|
|
80952
|
+
"propertyConstraints": {
|
|
80953
|
+
"RegistrationType": {
|
|
80954
|
+
"pattern": "^[A-Za-z0-9_]+$",
|
|
80955
|
+
"minLength": 1,
|
|
80956
|
+
"maxLength": 64
|
|
80957
|
+
},
|
|
80958
|
+
"RegistrationStatus": {
|
|
80959
|
+
"enum": [
|
|
80960
|
+
"CREATED",
|
|
80961
|
+
"SUBMITTED",
|
|
80962
|
+
"AWS_REVIEWING",
|
|
80963
|
+
"REVIEWING",
|
|
80964
|
+
"REQUIRES_AUTHENTICATION",
|
|
80965
|
+
"PROVISIONING",
|
|
80966
|
+
"COMPLETE",
|
|
80967
|
+
"REQUIRES_UPDATES",
|
|
80968
|
+
"CLOSED",
|
|
80969
|
+
"DELETED"
|
|
80970
|
+
]
|
|
80971
|
+
},
|
|
80972
|
+
"CurrentVersionNumber": {
|
|
80973
|
+
"minimum": 1,
|
|
80974
|
+
"maximum": 100000
|
|
80975
|
+
},
|
|
80976
|
+
"CreatedTimestamp": {
|
|
80977
|
+
"format": "date-time"
|
|
80978
|
+
}
|
|
80979
|
+
},
|
|
80980
|
+
"createOnly": [
|
|
80981
|
+
"RegistrationType"
|
|
80982
|
+
],
|
|
80983
|
+
"primaryIdentifier": [
|
|
80984
|
+
"RegistrationArn"
|
|
80985
|
+
],
|
|
80986
|
+
"tagging": {
|
|
80987
|
+
"taggable": true,
|
|
80988
|
+
"tagOnCreate": true,
|
|
80989
|
+
"tagUpdatable": true
|
|
80990
|
+
}
|
|
80991
|
+
},
|
|
79134
80992
|
"RegistrationConfig": {
|
|
79135
80993
|
"resourceType": "AWS::IoT::CACertificate.RegistrationConfig",
|
|
79136
80994
|
"kind": "property",
|
|
79137
80995
|
"lexicon": "aws"
|
|
79138
80996
|
},
|
|
80997
|
+
"Registration_Tag": {
|
|
80998
|
+
"resourceType": "AWS::SMSVOICE::Registration.Tag",
|
|
80999
|
+
"kind": "property",
|
|
81000
|
+
"lexicon": "aws"
|
|
81001
|
+
},
|
|
79139
81002
|
"Registry": {
|
|
79140
81003
|
"resourceType": "AWS::Glue::Schema.Registry",
|
|
79141
81004
|
"kind": "property",
|
|
@@ -79291,6 +81154,60 @@
|
|
|
79291
81154
|
"kind": "property",
|
|
79292
81155
|
"lexicon": "aws"
|
|
79293
81156
|
},
|
|
81157
|
+
"Replay": {
|
|
81158
|
+
"resourceType": "AWS::Events::Replay",
|
|
81159
|
+
"kind": "resource",
|
|
81160
|
+
"lexicon": "aws",
|
|
81161
|
+
"attrs": {
|
|
81162
|
+
"ReplayArn": "ReplayArn",
|
|
81163
|
+
"State": "State",
|
|
81164
|
+
"ReplayStartTime": "ReplayStartTime"
|
|
81165
|
+
},
|
|
81166
|
+
"propertyConstraints": {
|
|
81167
|
+
"ReplayName": {
|
|
81168
|
+
"pattern": "^[\\.\\-_A-Za-z0-9]+$",
|
|
81169
|
+
"minLength": 1,
|
|
81170
|
+
"maxLength": 64
|
|
81171
|
+
},
|
|
81172
|
+
"ReplayArn": {
|
|
81173
|
+
"minLength": 1,
|
|
81174
|
+
"maxLength": 1600
|
|
81175
|
+
},
|
|
81176
|
+
"EventSourceArn": {
|
|
81177
|
+
"minLength": 1,
|
|
81178
|
+
"maxLength": 1600
|
|
81179
|
+
},
|
|
81180
|
+
"EventStartTime": {
|
|
81181
|
+
"format": "date-time"
|
|
81182
|
+
},
|
|
81183
|
+
"EventEndTime": {
|
|
81184
|
+
"format": "date-time"
|
|
81185
|
+
},
|
|
81186
|
+
"State": {
|
|
81187
|
+
"enum": [
|
|
81188
|
+
"STARTING",
|
|
81189
|
+
"RUNNING",
|
|
81190
|
+
"CANCELLING",
|
|
81191
|
+
"COMPLETED",
|
|
81192
|
+
"CANCELLED",
|
|
81193
|
+
"FAILED"
|
|
81194
|
+
]
|
|
81195
|
+
},
|
|
81196
|
+
"ReplayStartTime": {
|
|
81197
|
+
"format": "date-time"
|
|
81198
|
+
}
|
|
81199
|
+
},
|
|
81200
|
+
"createOnly": [
|
|
81201
|
+
"Destination",
|
|
81202
|
+
"EventEndTime",
|
|
81203
|
+
"EventSourceArn",
|
|
81204
|
+
"EventStartTime",
|
|
81205
|
+
"ReplayName"
|
|
81206
|
+
],
|
|
81207
|
+
"primaryIdentifier": [
|
|
81208
|
+
"ReplayArn"
|
|
81209
|
+
]
|
|
81210
|
+
},
|
|
79294
81211
|
"ReplicaGlobalSecondaryIndexSpecification": {
|
|
79295
81212
|
"resourceType": "AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification",
|
|
79296
81213
|
"kind": "property",
|
|
@@ -79847,6 +81764,64 @@
|
|
|
79847
81764
|
"kind": "property",
|
|
79848
81765
|
"lexicon": "aws"
|
|
79849
81766
|
},
|
|
81767
|
+
"Report": {
|
|
81768
|
+
"resourceType": "AWS::Artifact::Report",
|
|
81769
|
+
"kind": "resource",
|
|
81770
|
+
"lexicon": "aws",
|
|
81771
|
+
"attrs": {
|
|
81772
|
+
"Arn": "Arn",
|
|
81773
|
+
"ReportId": "ReportId",
|
|
81774
|
+
"Name": "Name",
|
|
81775
|
+
"Description": "Description",
|
|
81776
|
+
"PeriodStart": "PeriodStart",
|
|
81777
|
+
"PeriodEnd": "PeriodEnd",
|
|
81778
|
+
"CreatedAt": "CreatedAt",
|
|
81779
|
+
"State": "State",
|
|
81780
|
+
"Series": "Series",
|
|
81781
|
+
"Category": "Category",
|
|
81782
|
+
"CompanyName": "CompanyName",
|
|
81783
|
+
"ProductName": "ProductName",
|
|
81784
|
+
"TermArn": "TermArn",
|
|
81785
|
+
"Version": "Version",
|
|
81786
|
+
"AcceptanceType": "AcceptanceType",
|
|
81787
|
+
"SequenceNumber": "SequenceNumber"
|
|
81788
|
+
},
|
|
81789
|
+
"propertyConstraints": {
|
|
81790
|
+
"ReportId": {
|
|
81791
|
+
"pattern": "^report-[a-zA-Z0-9]{16}$"
|
|
81792
|
+
},
|
|
81793
|
+
"PeriodStart": {
|
|
81794
|
+
"format": "date-time"
|
|
81795
|
+
},
|
|
81796
|
+
"PeriodEnd": {
|
|
81797
|
+
"format": "date-time"
|
|
81798
|
+
},
|
|
81799
|
+
"CreatedAt": {
|
|
81800
|
+
"format": "date-time"
|
|
81801
|
+
},
|
|
81802
|
+
"State": {
|
|
81803
|
+
"enum": [
|
|
81804
|
+
"PUBLISHED",
|
|
81805
|
+
"UNPUBLISHED"
|
|
81806
|
+
]
|
|
81807
|
+
},
|
|
81808
|
+
"Version": {
|
|
81809
|
+
"pattern": "^[0-9]+$"
|
|
81810
|
+
},
|
|
81811
|
+
"AcceptanceType": {
|
|
81812
|
+
"enum": [
|
|
81813
|
+
"PASSTHROUGH",
|
|
81814
|
+
"EXPLICIT"
|
|
81815
|
+
]
|
|
81816
|
+
},
|
|
81817
|
+
"SequenceNumber": {
|
|
81818
|
+
"minimum": 1
|
|
81819
|
+
}
|
|
81820
|
+
},
|
|
81821
|
+
"primaryIdentifier": [
|
|
81822
|
+
"Arn"
|
|
81823
|
+
]
|
|
81824
|
+
},
|
|
79850
81825
|
"ReportConfiguration": {
|
|
79851
81826
|
"resourceType": "AWS::ARCRegionSwitch::Plan.ReportConfiguration",
|
|
79852
81827
|
"kind": "property",
|
|
@@ -80285,11 +82260,102 @@
|
|
|
80285
82260
|
"kind": "property",
|
|
80286
82261
|
"lexicon": "aws"
|
|
80287
82262
|
},
|
|
82263
|
+
"ReservationResourceSpecification": {
|
|
82264
|
+
"resourceType": "AWS::MediaLive::Offering.ReservationResourceSpecification",
|
|
82265
|
+
"kind": "property",
|
|
82266
|
+
"lexicon": "aws"
|
|
82267
|
+
},
|
|
82268
|
+
"ReservedCacheNode": {
|
|
82269
|
+
"resourceType": "AWS::ElastiCache::ReservedCacheNode",
|
|
82270
|
+
"kind": "resource",
|
|
82271
|
+
"lexicon": "aws",
|
|
82272
|
+
"attrs": {
|
|
82273
|
+
"ReservationARN": "ReservationARN",
|
|
82274
|
+
"ReservedCacheNodeId": "ReservedCacheNodeId",
|
|
82275
|
+
"ReservedCacheNodesOfferingId": "ReservedCacheNodesOfferingId",
|
|
82276
|
+
"CacheNodeType": "CacheNodeType",
|
|
82277
|
+
"StartTime": "StartTime",
|
|
82278
|
+
"Duration": "Duration",
|
|
82279
|
+
"FixedPrice": "FixedPrice",
|
|
82280
|
+
"UsagePrice": "UsagePrice",
|
|
82281
|
+
"CacheNodeCount": "CacheNodeCount",
|
|
82282
|
+
"ProductDescription": "ProductDescription",
|
|
82283
|
+
"OfferingType": "OfferingType",
|
|
82284
|
+
"State": "State",
|
|
82285
|
+
"RecurringCharges": "RecurringCharges",
|
|
82286
|
+
"Tags": "Tags"
|
|
82287
|
+
},
|
|
82288
|
+
"propertyConstraints": {
|
|
82289
|
+
"StartTime": {
|
|
82290
|
+
"format": "date-time"
|
|
82291
|
+
}
|
|
82292
|
+
},
|
|
82293
|
+
"primaryIdentifier": [
|
|
82294
|
+
"ReservationARN"
|
|
82295
|
+
],
|
|
82296
|
+
"tagging": {
|
|
82297
|
+
"taggable": true,
|
|
82298
|
+
"tagOnCreate": false,
|
|
82299
|
+
"tagUpdatable": false
|
|
82300
|
+
}
|
|
82301
|
+
},
|
|
82302
|
+
"ReservedCacheNode_RecurringCharge": {
|
|
82303
|
+
"resourceType": "AWS::ElastiCache::ReservedCacheNode.RecurringCharge",
|
|
82304
|
+
"kind": "property",
|
|
82305
|
+
"lexicon": "aws"
|
|
82306
|
+
},
|
|
82307
|
+
"ReservedCacheNode_Tag": {
|
|
82308
|
+
"resourceType": "AWS::ElastiCache::ReservedCacheNode.Tag",
|
|
82309
|
+
"kind": "property",
|
|
82310
|
+
"lexicon": "aws"
|
|
82311
|
+
},
|
|
80288
82312
|
"ReservedCapacityOptionsRequest": {
|
|
80289
82313
|
"resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
|
|
80290
82314
|
"kind": "property",
|
|
80291
82315
|
"lexicon": "aws"
|
|
80292
82316
|
},
|
|
82317
|
+
"ReservedNode": {
|
|
82318
|
+
"resourceType": "AWS::MemoryDB::ReservedNode",
|
|
82319
|
+
"kind": "resource",
|
|
82320
|
+
"lexicon": "aws",
|
|
82321
|
+
"attrs": {
|
|
82322
|
+
"Arn": "Arn",
|
|
82323
|
+
"ReservationId": "ReservationId",
|
|
82324
|
+
"ReservedNodesOfferingId": "ReservedNodesOfferingId",
|
|
82325
|
+
"NodeType": "NodeType",
|
|
82326
|
+
"Duration": "Duration",
|
|
82327
|
+
"FixedPrice": "FixedPrice",
|
|
82328
|
+
"NodeCount": "NodeCount",
|
|
82329
|
+
"OfferingType": "OfferingType",
|
|
82330
|
+
"State": "State",
|
|
82331
|
+
"StartTime": "StartTime",
|
|
82332
|
+
"RecurringCharges": "RecurringCharges",
|
|
82333
|
+
"Tags": "Tags"
|
|
82334
|
+
},
|
|
82335
|
+
"propertyConstraints": {
|
|
82336
|
+
"StartTime": {
|
|
82337
|
+
"format": "date-time"
|
|
82338
|
+
}
|
|
82339
|
+
},
|
|
82340
|
+
"primaryIdentifier": [
|
|
82341
|
+
"Arn"
|
|
82342
|
+
],
|
|
82343
|
+
"tagging": {
|
|
82344
|
+
"taggable": true,
|
|
82345
|
+
"tagOnCreate": false,
|
|
82346
|
+
"tagUpdatable": false
|
|
82347
|
+
}
|
|
82348
|
+
},
|
|
82349
|
+
"ReservedNode_RecurringCharge": {
|
|
82350
|
+
"resourceType": "AWS::MemoryDB::ReservedNode.RecurringCharge",
|
|
82351
|
+
"kind": "property",
|
|
82352
|
+
"lexicon": "aws"
|
|
82353
|
+
},
|
|
82354
|
+
"ReservedNode_Tag": {
|
|
82355
|
+
"resourceType": "AWS::MemoryDB::ReservedNode.Tag",
|
|
82356
|
+
"kind": "property",
|
|
82357
|
+
"lexicon": "aws"
|
|
82358
|
+
},
|
|
80293
82359
|
"ReshardingConfiguration": {
|
|
80294
82360
|
"resourceType": "AWS::ElastiCache::GlobalReplicationGroup.ReshardingConfiguration",
|
|
80295
82361
|
"kind": "property",
|
|
@@ -81581,6 +83647,47 @@
|
|
|
81581
83647
|
"kind": "property",
|
|
81582
83648
|
"lexicon": "aws"
|
|
81583
83649
|
},
|
|
83650
|
+
"ResourceScan": {
|
|
83651
|
+
"resourceType": "AWS::CloudFormation::ResourceScan",
|
|
83652
|
+
"kind": "resource",
|
|
83653
|
+
"lexicon": "aws",
|
|
83654
|
+
"attrs": {
|
|
83655
|
+
"ResourceScanId": "ResourceScanId",
|
|
83656
|
+
"ScanId": "ScanId",
|
|
83657
|
+
"Status": "Status",
|
|
83658
|
+
"StartTime": "StartTime",
|
|
83659
|
+
"PercentageCompleted": "PercentageCompleted"
|
|
83660
|
+
},
|
|
83661
|
+
"propertyConstraints": {
|
|
83662
|
+
"Status": {
|
|
83663
|
+
"enum": [
|
|
83664
|
+
"IN_PROGRESS",
|
|
83665
|
+
"FAILED",
|
|
83666
|
+
"COMPLETE",
|
|
83667
|
+
"EXPIRED"
|
|
83668
|
+
]
|
|
83669
|
+
},
|
|
83670
|
+
"StartTime": {
|
|
83671
|
+
"format": "date-time"
|
|
83672
|
+
}
|
|
83673
|
+
},
|
|
83674
|
+
"createOnly": [
|
|
83675
|
+
"ScanFilters"
|
|
83676
|
+
],
|
|
83677
|
+
"primaryIdentifier": [
|
|
83678
|
+
"ResourceScanId"
|
|
83679
|
+
]
|
|
83680
|
+
},
|
|
83681
|
+
"ResourceScan_ScanFilter": {
|
|
83682
|
+
"resourceType": "AWS::CloudFormation::ResourceScan.ScanFilter",
|
|
83683
|
+
"kind": "property",
|
|
83684
|
+
"lexicon": "aws"
|
|
83685
|
+
},
|
|
83686
|
+
"ResourceServerConfig": {
|
|
83687
|
+
"resourceType": "AWS::SSO::ApplicationProvider.ResourceServerConfig",
|
|
83688
|
+
"kind": "property",
|
|
83689
|
+
"lexicon": "aws"
|
|
83690
|
+
},
|
|
81584
83691
|
"ResourceServerScopeType": {
|
|
81585
83692
|
"resourceType": "AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType",
|
|
81586
83693
|
"kind": "property",
|
|
@@ -81728,6 +83835,11 @@
|
|
|
81728
83835
|
"Id"
|
|
81729
83836
|
]
|
|
81730
83837
|
},
|
|
83838
|
+
"ResourceUri": {
|
|
83839
|
+
"resourceType": "AWS::Glue::UserDefinedFunction.ResourceUri",
|
|
83840
|
+
"kind": "property",
|
|
83841
|
+
"lexicon": "aws"
|
|
83842
|
+
},
|
|
81731
83843
|
"ResourceVersion": {
|
|
81732
83844
|
"resourceType": "AWS::CloudFormation::ResourceVersion",
|
|
81733
83845
|
"kind": "resource",
|
|
@@ -82271,6 +84383,63 @@
|
|
|
82271
84383
|
"kind": "property",
|
|
82272
84384
|
"lexicon": "aws"
|
|
82273
84385
|
},
|
|
84386
|
+
"ReviewTemplate": {
|
|
84387
|
+
"resourceType": "AWS::WellArchitected::ReviewTemplate",
|
|
84388
|
+
"kind": "resource",
|
|
84389
|
+
"lexicon": "aws",
|
|
84390
|
+
"attrs": {
|
|
84391
|
+
"TemplateArn": "TemplateArn",
|
|
84392
|
+
"Owner": "Owner",
|
|
84393
|
+
"UpdatedAt": "UpdatedAt",
|
|
84394
|
+
"UpdateStatus": "UpdateStatus"
|
|
84395
|
+
},
|
|
84396
|
+
"propertyConstraints": {
|
|
84397
|
+
"TemplateArn": {
|
|
84398
|
+
"pattern": "^arn:aws(-us-gov|-iso(-[a-z])?|-cn)?:wellarchitected:[a-z]{2}(-gov|-iso([a-z])?)?-[a-z]+-\\d:\\d{12}:(review-template)/[a-f0-9]{32}$",
|
|
84399
|
+
"minLength": 50,
|
|
84400
|
+
"maxLength": 250
|
|
84401
|
+
},
|
|
84402
|
+
"TemplateName": {
|
|
84403
|
+
"pattern": "^[A-Za-z0-9-_.,:/()@!&?#+''\\s]+$",
|
|
84404
|
+
"minLength": 3,
|
|
84405
|
+
"maxLength": 100
|
|
84406
|
+
},
|
|
84407
|
+
"Description": {
|
|
84408
|
+
"pattern": "^[A-Za-z0-9-_.,:/()@!&?#+''\\s]+$",
|
|
84409
|
+
"minLength": 3,
|
|
84410
|
+
"maxLength": 250
|
|
84411
|
+
},
|
|
84412
|
+
"Notes": {
|
|
84413
|
+
"minLength": 0,
|
|
84414
|
+
"maxLength": 2084
|
|
84415
|
+
},
|
|
84416
|
+
"Owner": {
|
|
84417
|
+
"pattern": "^[0-9]{12}$",
|
|
84418
|
+
"minLength": 12,
|
|
84419
|
+
"maxLength": 12
|
|
84420
|
+
},
|
|
84421
|
+
"UpdatedAt": {
|
|
84422
|
+
"format": "date-time"
|
|
84423
|
+
},
|
|
84424
|
+
"UpdateStatus": {
|
|
84425
|
+
"enum": [
|
|
84426
|
+
"CURRENT",
|
|
84427
|
+
"LENS_NOT_CURRENT"
|
|
84428
|
+
]
|
|
84429
|
+
}
|
|
84430
|
+
},
|
|
84431
|
+
"createOnly": [
|
|
84432
|
+
"Lenses"
|
|
84433
|
+
],
|
|
84434
|
+
"primaryIdentifier": [
|
|
84435
|
+
"TemplateArn"
|
|
84436
|
+
],
|
|
84437
|
+
"tagging": {
|
|
84438
|
+
"taggable": true,
|
|
84439
|
+
"tagOnCreate": true,
|
|
84440
|
+
"tagUpdatable": true
|
|
84441
|
+
}
|
|
84442
|
+
},
|
|
82274
84443
|
"RevisionLocation": {
|
|
82275
84444
|
"resourceType": "AWS::CodeDeploy::DeploymentGroup.RevisionLocation",
|
|
82276
84445
|
"kind": "property",
|
|
@@ -84892,8 +87061,8 @@
|
|
|
84892
87061
|
"kind": "property",
|
|
84893
87062
|
"lexicon": "aws"
|
|
84894
87063
|
},
|
|
84895
|
-
"
|
|
84896
|
-
"resourceType": "AWS::
|
|
87064
|
+
"S3SignedObject": {
|
|
87065
|
+
"resourceType": "AWS::Signer::SigningJob.S3SignedObject",
|
|
84897
87066
|
"kind": "property",
|
|
84898
87067
|
"lexicon": "aws"
|
|
84899
87068
|
},
|
|
@@ -85221,6 +87390,122 @@
|
|
|
85221
87390
|
"kind": "property",
|
|
85222
87391
|
"lexicon": "aws"
|
|
85223
87392
|
},
|
|
87393
|
+
"SCNDataset": {
|
|
87394
|
+
"resourceType": "AWS::SCN::Dataset",
|
|
87395
|
+
"kind": "resource",
|
|
87396
|
+
"lexicon": "aws",
|
|
87397
|
+
"attrs": {
|
|
87398
|
+
"Arn": "Arn",
|
|
87399
|
+
"CreatedTime": "CreatedTime",
|
|
87400
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
87401
|
+
},
|
|
87402
|
+
"propertyConstraints": {
|
|
87403
|
+
"Arn": {
|
|
87404
|
+
"pattern": "^arn:aws:scn(?::([a-z0-9-]+):([0-9]+):instance)?/([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})[-_./A-Za-z0-9]*$",
|
|
87405
|
+
"minLength": 20,
|
|
87406
|
+
"maxLength": 1011
|
|
87407
|
+
},
|
|
87408
|
+
"InstanceId": {
|
|
87409
|
+
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$",
|
|
87410
|
+
"minLength": 36,
|
|
87411
|
+
"maxLength": 36
|
|
87412
|
+
},
|
|
87413
|
+
"Namespace": {
|
|
87414
|
+
"pattern": "^[a-z0-9_]+$",
|
|
87415
|
+
"minLength": 1,
|
|
87416
|
+
"maxLength": 50
|
|
87417
|
+
},
|
|
87418
|
+
"Name": {
|
|
87419
|
+
"pattern": "^[a-z0-9_]+$",
|
|
87420
|
+
"minLength": 1,
|
|
87421
|
+
"maxLength": 75
|
|
87422
|
+
},
|
|
87423
|
+
"Description": {
|
|
87424
|
+
"minLength": 1,
|
|
87425
|
+
"maxLength": 500
|
|
87426
|
+
},
|
|
87427
|
+
"CreatedTime": {
|
|
87428
|
+
"format": "date-time"
|
|
87429
|
+
},
|
|
87430
|
+
"LastModifiedTime": {
|
|
87431
|
+
"format": "date-time"
|
|
87432
|
+
}
|
|
87433
|
+
},
|
|
87434
|
+
"createOnly": [
|
|
87435
|
+
"InstanceId",
|
|
87436
|
+
"Namespace",
|
|
87437
|
+
"Name",
|
|
87438
|
+
"Schema",
|
|
87439
|
+
"PartitionSpec"
|
|
87440
|
+
],
|
|
87441
|
+
"primaryIdentifier": [
|
|
87442
|
+
"Arn"
|
|
87443
|
+
],
|
|
87444
|
+
"tagging": {
|
|
87445
|
+
"taggable": true,
|
|
87446
|
+
"tagOnCreate": true,
|
|
87447
|
+
"tagUpdatable": true
|
|
87448
|
+
}
|
|
87449
|
+
},
|
|
87450
|
+
"SCNDataset_Tag": {
|
|
87451
|
+
"resourceType": "AWS::SCN::Dataset.Tag",
|
|
87452
|
+
"kind": "property",
|
|
87453
|
+
"lexicon": "aws"
|
|
87454
|
+
},
|
|
87455
|
+
"SCNNamespace": {
|
|
87456
|
+
"resourceType": "AWS::SCN::Namespace",
|
|
87457
|
+
"kind": "resource",
|
|
87458
|
+
"lexicon": "aws",
|
|
87459
|
+
"attrs": {
|
|
87460
|
+
"Arn": "Arn",
|
|
87461
|
+
"CreatedTime": "CreatedTime",
|
|
87462
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
87463
|
+
},
|
|
87464
|
+
"propertyConstraints": {
|
|
87465
|
+
"Arn": {
|
|
87466
|
+
"pattern": "^arn:aws:scn(?::([a-z0-9-]+):([0-9]+):instance)?/([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})[-_./A-Za-z0-9]*$",
|
|
87467
|
+
"minLength": 20,
|
|
87468
|
+
"maxLength": 1011
|
|
87469
|
+
},
|
|
87470
|
+
"InstanceId": {
|
|
87471
|
+
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$",
|
|
87472
|
+
"minLength": 36,
|
|
87473
|
+
"maxLength": 36
|
|
87474
|
+
},
|
|
87475
|
+
"Name": {
|
|
87476
|
+
"pattern": "^[a-z0-9_]+$",
|
|
87477
|
+
"minLength": 1,
|
|
87478
|
+
"maxLength": 50
|
|
87479
|
+
},
|
|
87480
|
+
"Description": {
|
|
87481
|
+
"minLength": 1,
|
|
87482
|
+
"maxLength": 500
|
|
87483
|
+
},
|
|
87484
|
+
"CreatedTime": {
|
|
87485
|
+
"format": "date-time"
|
|
87486
|
+
},
|
|
87487
|
+
"LastModifiedTime": {
|
|
87488
|
+
"format": "date-time"
|
|
87489
|
+
}
|
|
87490
|
+
},
|
|
87491
|
+
"createOnly": [
|
|
87492
|
+
"InstanceId",
|
|
87493
|
+
"Name"
|
|
87494
|
+
],
|
|
87495
|
+
"primaryIdentifier": [
|
|
87496
|
+
"Arn"
|
|
87497
|
+
],
|
|
87498
|
+
"tagging": {
|
|
87499
|
+
"taggable": true,
|
|
87500
|
+
"tagOnCreate": true,
|
|
87501
|
+
"tagUpdatable": true
|
|
87502
|
+
}
|
|
87503
|
+
},
|
|
87504
|
+
"SCNNamespace_Tag": {
|
|
87505
|
+
"resourceType": "AWS::SCN::Namespace.Tag",
|
|
87506
|
+
"kind": "property",
|
|
87507
|
+
"lexicon": "aws"
|
|
87508
|
+
},
|
|
85224
87509
|
"SDBDomain": {
|
|
85225
87510
|
"resourceType": "AWS::SDB::Domain",
|
|
85226
87511
|
"kind": "resource",
|
|
@@ -85714,6 +87999,64 @@
|
|
|
85714
87999
|
"ResourceArn"
|
|
85715
88000
|
]
|
|
85716
88001
|
},
|
|
88002
|
+
"SSMSession": {
|
|
88003
|
+
"resourceType": "AWS::SSM::Session",
|
|
88004
|
+
"kind": "resource",
|
|
88005
|
+
"lexicon": "aws",
|
|
88006
|
+
"attrs": {
|
|
88007
|
+
"Arn": "Arn",
|
|
88008
|
+
"SessionId": "SessionId",
|
|
88009
|
+
"Status": "Status",
|
|
88010
|
+
"StartDate": "StartDate",
|
|
88011
|
+
"Owner": "Owner",
|
|
88012
|
+
"AccessType": "AccessType"
|
|
88013
|
+
},
|
|
88014
|
+
"propertyConstraints": {
|
|
88015
|
+
"SessionId": {
|
|
88016
|
+
"minLength": 1,
|
|
88017
|
+
"maxLength": 96
|
|
88018
|
+
},
|
|
88019
|
+
"Target": {
|
|
88020
|
+
"minLength": 1,
|
|
88021
|
+
"maxLength": 400
|
|
88022
|
+
},
|
|
88023
|
+
"Status": {
|
|
88024
|
+
"enum": [
|
|
88025
|
+
"Connected",
|
|
88026
|
+
"Connecting",
|
|
88027
|
+
"Disconnected",
|
|
88028
|
+
"Terminated",
|
|
88029
|
+
"Terminating",
|
|
88030
|
+
"Failed"
|
|
88031
|
+
]
|
|
88032
|
+
},
|
|
88033
|
+
"StartDate": {
|
|
88034
|
+
"format": "date-time"
|
|
88035
|
+
},
|
|
88036
|
+
"Reason": {
|
|
88037
|
+
"pattern": "^.{1,256}$",
|
|
88038
|
+
"minLength": 1,
|
|
88039
|
+
"maxLength": 256
|
|
88040
|
+
},
|
|
88041
|
+
"Owner": {
|
|
88042
|
+
"minLength": 1,
|
|
88043
|
+
"maxLength": 256
|
|
88044
|
+
},
|
|
88045
|
+
"AccessType": {
|
|
88046
|
+
"enum": [
|
|
88047
|
+
"Standard",
|
|
88048
|
+
"JustInTime"
|
|
88049
|
+
]
|
|
88050
|
+
}
|
|
88051
|
+
},
|
|
88052
|
+
"createOnly": [
|
|
88053
|
+
"Reason",
|
|
88054
|
+
"Target"
|
|
88055
|
+
],
|
|
88056
|
+
"primaryIdentifier": [
|
|
88057
|
+
"Arn"
|
|
88058
|
+
]
|
|
88059
|
+
},
|
|
85717
88060
|
"SSOApplication": {
|
|
85718
88061
|
"resourceType": "AWS::SSO::Application",
|
|
85719
88062
|
"kind": "resource",
|
|
@@ -85840,6 +88183,40 @@
|
|
|
85840
88183
|
"kind": "property",
|
|
85841
88184
|
"lexicon": "aws"
|
|
85842
88185
|
},
|
|
88186
|
+
"SafetyLever": {
|
|
88187
|
+
"resourceType": "AWS::FIS::SafetyLever",
|
|
88188
|
+
"kind": "resource",
|
|
88189
|
+
"lexicon": "aws",
|
|
88190
|
+
"attrs": {
|
|
88191
|
+
"Arn": "Arn",
|
|
88192
|
+
"Status": "Status",
|
|
88193
|
+
"Reason": "Reason"
|
|
88194
|
+
},
|
|
88195
|
+
"propertyConstraints": {
|
|
88196
|
+
"Id": {
|
|
88197
|
+
"pattern": "^[\\S]+$",
|
|
88198
|
+
"maxLength": 64
|
|
88199
|
+
},
|
|
88200
|
+
"Arn": {
|
|
88201
|
+
"pattern": "^[\\S]+$",
|
|
88202
|
+
"minLength": 20,
|
|
88203
|
+
"maxLength": 2048
|
|
88204
|
+
},
|
|
88205
|
+
"Status": {
|
|
88206
|
+
"enum": [
|
|
88207
|
+
"disengaged",
|
|
88208
|
+
"engaged",
|
|
88209
|
+
"engaging"
|
|
88210
|
+
]
|
|
88211
|
+
}
|
|
88212
|
+
},
|
|
88213
|
+
"createOnly": [
|
|
88214
|
+
"Id"
|
|
88215
|
+
],
|
|
88216
|
+
"primaryIdentifier": [
|
|
88217
|
+
"Arn"
|
|
88218
|
+
]
|
|
88219
|
+
},
|
|
85843
88220
|
"SafetyRule": {
|
|
85844
88221
|
"resourceType": "AWS::Route53RecoveryControl::SafetyRule",
|
|
85845
88222
|
"kind": "resource",
|
|
@@ -85975,7 +88352,8 @@
|
|
|
85975
88352
|
"ClusterStatus": "ClusterStatus",
|
|
85976
88353
|
"FailureMessage": "FailureMessage",
|
|
85977
88354
|
"InstanceGroups_*_CurrentCount": "InstanceGroups.*.CurrentCount",
|
|
85978
|
-
"RestrictedInstanceGroups_*_CurrentCount": "RestrictedInstanceGroups.*.CurrentCount"
|
|
88355
|
+
"RestrictedInstanceGroups_*_CurrentCount": "RestrictedInstanceGroups.*.CurrentCount",
|
|
88356
|
+
"InstanceGroups_*_AutoPatchConfig_PatchSchedule_NextPatchDate": "InstanceGroups.*.AutoPatchConfig.PatchSchedule.NextPatchDate"
|
|
85979
88357
|
},
|
|
85980
88358
|
"propertyConstraints": {
|
|
85981
88359
|
"ClusterArn": {
|
|
@@ -87009,6 +89387,48 @@
|
|
|
87009
89387
|
"kind": "property",
|
|
87010
89388
|
"lexicon": "aws"
|
|
87011
89389
|
},
|
|
89390
|
+
"Sandbox": {
|
|
89391
|
+
"resourceType": "AWS::CodeBuild::Sandbox",
|
|
89392
|
+
"kind": "resource",
|
|
89393
|
+
"lexicon": "aws",
|
|
89394
|
+
"attrs": {
|
|
89395
|
+
"Arn": "Arn",
|
|
89396
|
+
"Id": "Id",
|
|
89397
|
+
"Status": "Status",
|
|
89398
|
+
"RequestTime": "RequestTime",
|
|
89399
|
+
"StartTime": "StartTime",
|
|
89400
|
+
"EncryptionKey": "EncryptionKey",
|
|
89401
|
+
"ServiceRole": "ServiceRole",
|
|
89402
|
+
"TimeoutInMinutes": "TimeoutInMinutes",
|
|
89403
|
+
"QueuedTimeoutInMinutes": "QueuedTimeoutInMinutes"
|
|
89404
|
+
},
|
|
89405
|
+
"propertyConstraints": {
|
|
89406
|
+
"Id": {
|
|
89407
|
+
"minLength": 1
|
|
89408
|
+
},
|
|
89409
|
+
"ProjectName": {
|
|
89410
|
+
"minLength": 1
|
|
89411
|
+
},
|
|
89412
|
+
"RequestTime": {
|
|
89413
|
+
"format": "date-time"
|
|
89414
|
+
},
|
|
89415
|
+
"StartTime": {
|
|
89416
|
+
"format": "date-time"
|
|
89417
|
+
},
|
|
89418
|
+
"EncryptionKey": {
|
|
89419
|
+
"minLength": 1
|
|
89420
|
+
},
|
|
89421
|
+
"ServiceRole": {
|
|
89422
|
+
"minLength": 1
|
|
89423
|
+
}
|
|
89424
|
+
},
|
|
89425
|
+
"createOnly": [
|
|
89426
|
+
"ProjectName"
|
|
89427
|
+
],
|
|
89428
|
+
"primaryIdentifier": [
|
|
89429
|
+
"Arn"
|
|
89430
|
+
]
|
|
89431
|
+
},
|
|
87012
89432
|
"Sbom": {
|
|
87013
89433
|
"resourceType": "AWS::IoT::SoftwarePackageVersion.Sbom",
|
|
87014
89434
|
"kind": "property",
|
|
@@ -87173,6 +89593,11 @@
|
|
|
87173
89593
|
"kind": "property",
|
|
87174
89594
|
"lexicon": "aws"
|
|
87175
89595
|
},
|
|
89596
|
+
"ScanFilter": {
|
|
89597
|
+
"resourceType": "AWS::CloudFormation::ResourceScan.ScanFilter",
|
|
89598
|
+
"kind": "property",
|
|
89599
|
+
"lexicon": "aws"
|
|
89600
|
+
},
|
|
87176
89601
|
"ScanSettingResourceType": {
|
|
87177
89602
|
"resourceType": "AWS::Backup::BackupPlan.ScanSettingResourceType",
|
|
87178
89603
|
"kind": "property",
|
|
@@ -87891,6 +90316,57 @@
|
|
|
87891
90316
|
"kind": "property",
|
|
87892
90317
|
"lexicon": "aws"
|
|
87893
90318
|
},
|
|
90319
|
+
"SearchJob": {
|
|
90320
|
+
"resourceType": "AWS::BackupSearch::SearchJob",
|
|
90321
|
+
"kind": "resource",
|
|
90322
|
+
"lexicon": "aws",
|
|
90323
|
+
"attrs": {
|
|
90324
|
+
"SearchJobArn": "SearchJobArn",
|
|
90325
|
+
"SearchJobIdentifier": "SearchJobIdentifier",
|
|
90326
|
+
"CreationTime": "CreationTime",
|
|
90327
|
+
"Status": "Status"
|
|
90328
|
+
},
|
|
90329
|
+
"propertyConstraints": {
|
|
90330
|
+
"Name": {
|
|
90331
|
+
"maxLength": 500
|
|
90332
|
+
},
|
|
90333
|
+
"CreationTime": {
|
|
90334
|
+
"format": "date-time"
|
|
90335
|
+
},
|
|
90336
|
+
"Status": {
|
|
90337
|
+
"enum": [
|
|
90338
|
+
"RUNNING",
|
|
90339
|
+
"COMPLETED",
|
|
90340
|
+
"STOPPING",
|
|
90341
|
+
"STOPPED",
|
|
90342
|
+
"FAILED"
|
|
90343
|
+
]
|
|
90344
|
+
}
|
|
90345
|
+
},
|
|
90346
|
+
"createOnly": [
|
|
90347
|
+
"Name",
|
|
90348
|
+
"SearchScope",
|
|
90349
|
+
"Tags"
|
|
90350
|
+
],
|
|
90351
|
+
"primaryIdentifier": [
|
|
90352
|
+
"SearchJobArn"
|
|
90353
|
+
],
|
|
90354
|
+
"tagging": {
|
|
90355
|
+
"taggable": true,
|
|
90356
|
+
"tagOnCreate": false,
|
|
90357
|
+
"tagUpdatable": false
|
|
90358
|
+
}
|
|
90359
|
+
},
|
|
90360
|
+
"SearchJob_SearchScope": {
|
|
90361
|
+
"resourceType": "AWS::BackupSearch::SearchJob.SearchScope",
|
|
90362
|
+
"kind": "property",
|
|
90363
|
+
"lexicon": "aws"
|
|
90364
|
+
},
|
|
90365
|
+
"SearchScope": {
|
|
90366
|
+
"resourceType": "AWS::BackupSearch::SearchJob.SearchScope",
|
|
90367
|
+
"kind": "property",
|
|
90368
|
+
"lexicon": "aws"
|
|
90369
|
+
},
|
|
87894
90370
|
"Secondary": {
|
|
87895
90371
|
"resourceType": "AWS::Events::Endpoint.Secondary",
|
|
87896
90372
|
"kind": "property",
|
|
@@ -89644,6 +92120,11 @@
|
|
|
89644
92120
|
"Id": "Id",
|
|
89645
92121
|
"Arn": "Arn"
|
|
89646
92122
|
},
|
|
92123
|
+
"propertyConstraints": {
|
|
92124
|
+
"Arn": {
|
|
92125
|
+
"pattern": "^arn:[a-zA-Z0-9-]+:servicediscovery:[a-zA-Z0-9-]+:[0-9]{12}:(service|service/[a-zA-Z0-9-_]+|service:[a-zA-Z0-9-_]+)$"
|
|
92126
|
+
}
|
|
92127
|
+
},
|
|
89647
92128
|
"createOnly": [
|
|
89648
92129
|
"HealthCheckCustomConfig",
|
|
89649
92130
|
"Name",
|
|
@@ -89652,7 +92133,12 @@
|
|
|
89652
92133
|
],
|
|
89653
92134
|
"primaryIdentifier": [
|
|
89654
92135
|
"Id"
|
|
89655
|
-
]
|
|
92136
|
+
],
|
|
92137
|
+
"tagging": {
|
|
92138
|
+
"taggable": true,
|
|
92139
|
+
"tagOnCreate": true,
|
|
92140
|
+
"tagUpdatable": true
|
|
92141
|
+
}
|
|
89656
92142
|
},
|
|
89657
92143
|
"ServiceDiscoveryService_DnsConfig": {
|
|
89658
92144
|
"resourceType": "AWS::ServiceDiscovery::Service.DnsConfig",
|
|
@@ -90376,42 +92862,6 @@
|
|
|
90376
92862
|
"kind": "property",
|
|
90377
92863
|
"lexicon": "aws"
|
|
90378
92864
|
},
|
|
90379
|
-
"Session": {
|
|
90380
|
-
"resourceType": "AWS::Macie::Session",
|
|
90381
|
-
"kind": "resource",
|
|
90382
|
-
"lexicon": "aws",
|
|
90383
|
-
"attrs": {
|
|
90384
|
-
"AwsAccountId": "AwsAccountId",
|
|
90385
|
-
"ServiceRole": "ServiceRole",
|
|
90386
|
-
"AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
|
|
90387
|
-
},
|
|
90388
|
-
"propertyConstraints": {
|
|
90389
|
-
"Status": {
|
|
90390
|
-
"default": "ENABLED",
|
|
90391
|
-
"enum": [
|
|
90392
|
-
"ENABLED",
|
|
90393
|
-
"PAUSED"
|
|
90394
|
-
]
|
|
90395
|
-
},
|
|
90396
|
-
"FindingPublishingFrequency": {
|
|
90397
|
-
"default": "SIX_HOURS",
|
|
90398
|
-
"enum": [
|
|
90399
|
-
"FIFTEEN_MINUTES",
|
|
90400
|
-
"ONE_HOUR",
|
|
90401
|
-
"SIX_HOURS"
|
|
90402
|
-
]
|
|
90403
|
-
},
|
|
90404
|
-
"AutomatedDiscoveryStatus": {
|
|
90405
|
-
"enum": [
|
|
90406
|
-
"ENABLED",
|
|
90407
|
-
"DISABLED"
|
|
90408
|
-
]
|
|
90409
|
-
}
|
|
90410
|
-
},
|
|
90411
|
-
"primaryIdentifier": [
|
|
90412
|
-
"AwsAccountId"
|
|
90413
|
-
]
|
|
90414
|
-
},
|
|
90415
92865
|
"SessionConfig": {
|
|
90416
92866
|
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig",
|
|
90417
92867
|
"kind": "property",
|
|
@@ -90803,6 +93253,11 @@
|
|
|
90803
93253
|
"kind": "property",
|
|
90804
93254
|
"lexicon": "aws"
|
|
90805
93255
|
},
|
|
93256
|
+
"SignedObject": {
|
|
93257
|
+
"resourceType": "AWS::Signer::SigningJob.SignedObject",
|
|
93258
|
+
"kind": "property",
|
|
93259
|
+
"lexicon": "aws"
|
|
93260
|
+
},
|
|
90806
93261
|
"SigningConfiguration": {
|
|
90807
93262
|
"resourceType": "AWS::ECR::SigningConfiguration",
|
|
90808
93263
|
"kind": "resource",
|
|
@@ -90829,6 +93284,91 @@
|
|
|
90829
93284
|
"kind": "property",
|
|
90830
93285
|
"lexicon": "aws"
|
|
90831
93286
|
},
|
|
93287
|
+
"SigningJob": {
|
|
93288
|
+
"resourceType": "AWS::Signer::SigningJob",
|
|
93289
|
+
"kind": "resource",
|
|
93290
|
+
"lexicon": "aws",
|
|
93291
|
+
"attrs": {
|
|
93292
|
+
"Arn": "Arn",
|
|
93293
|
+
"JobId": "JobId",
|
|
93294
|
+
"Source": "Source",
|
|
93295
|
+
"Status": "Status",
|
|
93296
|
+
"CreatedAt": "CreatedAt",
|
|
93297
|
+
"CompletedAt": "CompletedAt",
|
|
93298
|
+
"SignatureExpiresAt": "SignatureExpiresAt",
|
|
93299
|
+
"RequestedBy": "RequestedBy",
|
|
93300
|
+
"JobOwner": "JobOwner",
|
|
93301
|
+
"JobInvoker": "JobInvoker",
|
|
93302
|
+
"SignedObject": "SignedObject",
|
|
93303
|
+
"PlatformId": "PlatformId",
|
|
93304
|
+
"PlatformDisplayName": "PlatformDisplayName",
|
|
93305
|
+
"ProfileVersion": "ProfileVersion"
|
|
93306
|
+
},
|
|
93307
|
+
"propertyConstraints": {
|
|
93308
|
+
"ProfileName": {
|
|
93309
|
+
"pattern": "^[a-zA-Z0-9_]{2,}$",
|
|
93310
|
+
"minLength": 2,
|
|
93311
|
+
"maxLength": 64
|
|
93312
|
+
},
|
|
93313
|
+
"ProfileVersion": {
|
|
93314
|
+
"pattern": "^[a-zA-Z0-9]{10}$",
|
|
93315
|
+
"minLength": 10,
|
|
93316
|
+
"maxLength": 10
|
|
93317
|
+
},
|
|
93318
|
+
"CreatedAt": {
|
|
93319
|
+
"format": "date-time"
|
|
93320
|
+
},
|
|
93321
|
+
"CompletedAt": {
|
|
93322
|
+
"format": "date-time"
|
|
93323
|
+
},
|
|
93324
|
+
"SignatureExpiresAt": {
|
|
93325
|
+
"format": "date-time"
|
|
93326
|
+
},
|
|
93327
|
+
"Status": {
|
|
93328
|
+
"enum": [
|
|
93329
|
+
"InProgress",
|
|
93330
|
+
"Failed",
|
|
93331
|
+
"Succeeded"
|
|
93332
|
+
]
|
|
93333
|
+
},
|
|
93334
|
+
"JobOwner": {
|
|
93335
|
+
"pattern": "^[0-9]{12}$",
|
|
93336
|
+
"minLength": 12,
|
|
93337
|
+
"maxLength": 12
|
|
93338
|
+
},
|
|
93339
|
+
"JobInvoker": {
|
|
93340
|
+
"pattern": "^[0-9]{12}$",
|
|
93341
|
+
"minLength": 12,
|
|
93342
|
+
"maxLength": 12
|
|
93343
|
+
}
|
|
93344
|
+
},
|
|
93345
|
+
"createOnly": [
|
|
93346
|
+
"ProfileName"
|
|
93347
|
+
],
|
|
93348
|
+
"primaryIdentifier": [
|
|
93349
|
+
"Arn"
|
|
93350
|
+
]
|
|
93351
|
+
},
|
|
93352
|
+
"SigningJob_S3SignedObject": {
|
|
93353
|
+
"resourceType": "AWS::Signer::SigningJob.S3SignedObject",
|
|
93354
|
+
"kind": "property",
|
|
93355
|
+
"lexicon": "aws"
|
|
93356
|
+
},
|
|
93357
|
+
"SigningJob_S3Source": {
|
|
93358
|
+
"resourceType": "AWS::Signer::SigningJob.S3Source",
|
|
93359
|
+
"kind": "property",
|
|
93360
|
+
"lexicon": "aws"
|
|
93361
|
+
},
|
|
93362
|
+
"SigningJob_SignedObject": {
|
|
93363
|
+
"resourceType": "AWS::Signer::SigningJob.SignedObject",
|
|
93364
|
+
"kind": "property",
|
|
93365
|
+
"lexicon": "aws"
|
|
93366
|
+
},
|
|
93367
|
+
"SigningJob_Source": {
|
|
93368
|
+
"resourceType": "AWS::Signer::SigningJob.Source",
|
|
93369
|
+
"kind": "property",
|
|
93370
|
+
"lexicon": "aws"
|
|
93371
|
+
},
|
|
90832
93372
|
"SigningProfile": {
|
|
90833
93373
|
"resourceType": "AWS::Signer::SigningProfile",
|
|
90834
93374
|
"kind": "resource",
|
|
@@ -91466,6 +94006,11 @@
|
|
|
91466
94006
|
"kind": "property",
|
|
91467
94007
|
"lexicon": "aws"
|
|
91468
94008
|
},
|
|
94009
|
+
"Software": {
|
|
94010
|
+
"resourceType": "AWS::ThinClient::SoftwareSet.Software",
|
|
94011
|
+
"kind": "property",
|
|
94012
|
+
"lexicon": "aws"
|
|
94013
|
+
},
|
|
91469
94014
|
"SoftwarePackage": {
|
|
91470
94015
|
"resourceType": "AWS::IoT::SoftwarePackage",
|
|
91471
94016
|
"kind": "resource",
|
|
@@ -91566,6 +94111,59 @@
|
|
|
91566
94111
|
"kind": "property",
|
|
91567
94112
|
"lexicon": "aws"
|
|
91568
94113
|
},
|
|
94114
|
+
"SoftwareSet": {
|
|
94115
|
+
"resourceType": "AWS::ThinClient::SoftwareSet",
|
|
94116
|
+
"kind": "resource",
|
|
94117
|
+
"lexicon": "aws",
|
|
94118
|
+
"attrs": {
|
|
94119
|
+
"Arn": "Arn",
|
|
94120
|
+
"Id": "Id",
|
|
94121
|
+
"Version": "Version",
|
|
94122
|
+
"ReleasedAt": "ReleasedAt",
|
|
94123
|
+
"ValidationStatus": "ValidationStatus",
|
|
94124
|
+
"Software": "Software"
|
|
94125
|
+
},
|
|
94126
|
+
"propertyConstraints": {
|
|
94127
|
+
"Arn": {
|
|
94128
|
+
"pattern": "^arn:[\\w+=\\/,.@-]+:[a-zA-Z0-9\\-]+:[a-zA-Z0-9\\-]*:[0-9]{0,12}:[a-zA-Z0-9\\-\\/\\._]+$",
|
|
94129
|
+
"minLength": 20,
|
|
94130
|
+
"maxLength": 2048
|
|
94131
|
+
},
|
|
94132
|
+
"Id": {
|
|
94133
|
+
"pattern": "^[0-9]{1,9}$"
|
|
94134
|
+
},
|
|
94135
|
+
"ReleasedAt": {
|
|
94136
|
+
"format": "date-time"
|
|
94137
|
+
},
|
|
94138
|
+
"ValidationStatus": {
|
|
94139
|
+
"enum": [
|
|
94140
|
+
"VALIDATED",
|
|
94141
|
+
"NOT_VALIDATED"
|
|
94142
|
+
]
|
|
94143
|
+
}
|
|
94144
|
+
},
|
|
94145
|
+
"createOnly": [
|
|
94146
|
+
"Tags"
|
|
94147
|
+
],
|
|
94148
|
+
"primaryIdentifier": [
|
|
94149
|
+
"Arn"
|
|
94150
|
+
],
|
|
94151
|
+
"tagging": {
|
|
94152
|
+
"taggable": true,
|
|
94153
|
+
"tagOnCreate": false,
|
|
94154
|
+
"tagUpdatable": false
|
|
94155
|
+
}
|
|
94156
|
+
},
|
|
94157
|
+
"SoftwareSet_Software": {
|
|
94158
|
+
"resourceType": "AWS::ThinClient::SoftwareSet.Software",
|
|
94159
|
+
"kind": "property",
|
|
94160
|
+
"lexicon": "aws"
|
|
94161
|
+
},
|
|
94162
|
+
"SoftwareSet_Tag": {
|
|
94163
|
+
"resourceType": "AWS::ThinClient::SoftwareSet.Tag",
|
|
94164
|
+
"kind": "property",
|
|
94165
|
+
"lexicon": "aws"
|
|
94166
|
+
},
|
|
91569
94167
|
"SoftwareUpdateOptions": {
|
|
91570
94168
|
"resourceType": "AWS::OpenSearchService::Domain.SoftwareUpdateOptions",
|
|
91571
94169
|
"kind": "property",
|
|
@@ -95273,6 +97871,62 @@
|
|
|
95273
97871
|
"kind": "property",
|
|
95274
97872
|
"lexicon": "aws"
|
|
95275
97873
|
},
|
|
97874
|
+
"TapePool": {
|
|
97875
|
+
"resourceType": "AWS::StorageGateway::TapePool",
|
|
97876
|
+
"kind": "resource",
|
|
97877
|
+
"lexicon": "aws",
|
|
97878
|
+
"attrs": {
|
|
97879
|
+
"PoolARN": "PoolARN",
|
|
97880
|
+
"PoolId": "PoolId"
|
|
97881
|
+
},
|
|
97882
|
+
"propertyConstraints": {
|
|
97883
|
+
"PoolARN": {
|
|
97884
|
+
"minLength": 50,
|
|
97885
|
+
"maxLength": 500
|
|
97886
|
+
},
|
|
97887
|
+
"PoolName": {
|
|
97888
|
+
"pattern": "^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$",
|
|
97889
|
+
"minLength": 1,
|
|
97890
|
+
"maxLength": 100
|
|
97891
|
+
},
|
|
97892
|
+
"StorageClass": {
|
|
97893
|
+
"enum": [
|
|
97894
|
+
"DEEP_ARCHIVE",
|
|
97895
|
+
"GLACIER"
|
|
97896
|
+
]
|
|
97897
|
+
},
|
|
97898
|
+
"RetentionLockType": {
|
|
97899
|
+
"enum": [
|
|
97900
|
+
"COMPLIANCE",
|
|
97901
|
+
"GOVERNANCE",
|
|
97902
|
+
"NONE"
|
|
97903
|
+
]
|
|
97904
|
+
},
|
|
97905
|
+
"RetentionLockTimeInDays": {
|
|
97906
|
+
"minimum": 0,
|
|
97907
|
+
"maximum": 36500
|
|
97908
|
+
}
|
|
97909
|
+
},
|
|
97910
|
+
"createOnly": [
|
|
97911
|
+
"PoolName",
|
|
97912
|
+
"StorageClass",
|
|
97913
|
+
"RetentionLockType",
|
|
97914
|
+
"RetentionLockTimeInDays"
|
|
97915
|
+
],
|
|
97916
|
+
"primaryIdentifier": [
|
|
97917
|
+
"PoolARN"
|
|
97918
|
+
],
|
|
97919
|
+
"tagging": {
|
|
97920
|
+
"taggable": true,
|
|
97921
|
+
"tagOnCreate": true,
|
|
97922
|
+
"tagUpdatable": true
|
|
97923
|
+
}
|
|
97924
|
+
},
|
|
97925
|
+
"TapePool_Tag": {
|
|
97926
|
+
"resourceType": "AWS::StorageGateway::TapePool.Tag",
|
|
97927
|
+
"kind": "property",
|
|
97928
|
+
"lexicon": "aws"
|
|
97929
|
+
},
|
|
95276
97930
|
"TargetAccountConfiguration": {
|
|
95277
97931
|
"resourceType": "AWS::FIS::TargetAccountConfiguration",
|
|
95278
97932
|
"kind": "resource",
|
|
@@ -96696,6 +99350,11 @@
|
|
|
96696
99350
|
"kind": "property",
|
|
96697
99351
|
"lexicon": "aws"
|
|
96698
99352
|
},
|
|
99353
|
+
"TemplateProgress": {
|
|
99354
|
+
"resourceType": "AWS::CloudFormation::GeneratedTemplate.TemplateProgress",
|
|
99355
|
+
"kind": "property",
|
|
99356
|
+
"lexicon": "aws"
|
|
99357
|
+
},
|
|
96699
99358
|
"TemplateProviderDetail": {
|
|
96700
99359
|
"resourceType": "AWS::SageMaker::Project.TemplateProviderDetail",
|
|
96701
99360
|
"kind": "property",
|
|
@@ -97527,7 +100186,9 @@
|
|
|
97527
100186
|
],
|
|
97528
100187
|
"deprecatedProperties": [
|
|
97529
100188
|
"TopicRulePayload/ErrorAction/IotAnalytics",
|
|
97530
|
-
"TopicRulePayload/Actions/*/IotAnalytics"
|
|
100189
|
+
"TopicRulePayload/Actions/*/IotAnalytics",
|
|
100190
|
+
"TopicRulePayload/ErrorAction/IotEvents",
|
|
100191
|
+
"TopicRulePayload/Actions/*/IotEvents"
|
|
97531
100192
|
],
|
|
97532
100193
|
"tagging": {
|
|
97533
100194
|
"taggable": true,
|
|
@@ -100022,6 +102683,63 @@
|
|
|
100022
102683
|
"kind": "property",
|
|
100023
102684
|
"lexicon": "aws"
|
|
100024
102685
|
},
|
|
102686
|
+
"UserDefinedFunction": {
|
|
102687
|
+
"resourceType": "AWS::Glue::UserDefinedFunction",
|
|
102688
|
+
"kind": "resource",
|
|
102689
|
+
"lexicon": "aws",
|
|
102690
|
+
"attrs": {
|
|
102691
|
+
"Arn": "Arn"
|
|
102692
|
+
},
|
|
102693
|
+
"propertyConstraints": {
|
|
102694
|
+
"DatabaseName": {
|
|
102695
|
+
"pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*$",
|
|
102696
|
+
"minLength": 1,
|
|
102697
|
+
"maxLength": 255
|
|
102698
|
+
},
|
|
102699
|
+
"FunctionName": {
|
|
102700
|
+
"pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*$",
|
|
102701
|
+
"minLength": 1,
|
|
102702
|
+
"maxLength": 255
|
|
102703
|
+
},
|
|
102704
|
+
"ClassName": {
|
|
102705
|
+
"pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*$",
|
|
102706
|
+
"minLength": 1,
|
|
102707
|
+
"maxLength": 255
|
|
102708
|
+
},
|
|
102709
|
+
"OwnerName": {
|
|
102710
|
+
"pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*$",
|
|
102711
|
+
"minLength": 1,
|
|
102712
|
+
"maxLength": 255
|
|
102713
|
+
},
|
|
102714
|
+
"OwnerType": {
|
|
102715
|
+
"enum": [
|
|
102716
|
+
"USER",
|
|
102717
|
+
"ROLE",
|
|
102718
|
+
"GROUP"
|
|
102719
|
+
]
|
|
102720
|
+
},
|
|
102721
|
+
"FunctionType": {
|
|
102722
|
+
"enum": [
|
|
102723
|
+
"REGULAR_FUNCTION",
|
|
102724
|
+
"AGGREGATE_FUNCTION",
|
|
102725
|
+
"STORED_PROCEDURE"
|
|
102726
|
+
]
|
|
102727
|
+
}
|
|
102728
|
+
},
|
|
102729
|
+
"createOnly": [
|
|
102730
|
+
"DatabaseName",
|
|
102731
|
+
"FunctionName",
|
|
102732
|
+
"FunctionType"
|
|
102733
|
+
],
|
|
102734
|
+
"primaryIdentifier": [
|
|
102735
|
+
"Arn"
|
|
102736
|
+
]
|
|
102737
|
+
},
|
|
102738
|
+
"UserDefinedFunction_ResourceUri": {
|
|
102739
|
+
"resourceType": "AWS::Glue::UserDefinedFunction.ResourceUri",
|
|
102740
|
+
"kind": "property",
|
|
102741
|
+
"lexicon": "aws"
|
|
102742
|
+
},
|
|
100025
102743
|
"UserGroup": {
|
|
100026
102744
|
"resourceType": "AWS::ElastiCache::UserGroup",
|
|
100027
102745
|
"kind": "resource",
|
|
@@ -102811,6 +105529,53 @@
|
|
|
102811
105529
|
"kind": "property",
|
|
102812
105530
|
"lexicon": "aws"
|
|
102813
105531
|
},
|
|
105532
|
+
"VocabularyFilter": {
|
|
105533
|
+
"resourceType": "AWS::Transcribe::VocabularyFilter",
|
|
105534
|
+
"kind": "resource",
|
|
105535
|
+
"lexicon": "aws",
|
|
105536
|
+
"attrs": {
|
|
105537
|
+
"Arn": "Arn"
|
|
105538
|
+
},
|
|
105539
|
+
"propertyConstraints": {
|
|
105540
|
+
"VocabularyFilterName": {
|
|
105541
|
+
"pattern": "^[0-9a-zA-Z._-]+$",
|
|
105542
|
+
"minLength": 1,
|
|
105543
|
+
"maxLength": 200
|
|
105544
|
+
},
|
|
105545
|
+
"VocabularyFilterFileUri": {
|
|
105546
|
+
"pattern": "^(s3://|http(s*)://).+$",
|
|
105547
|
+
"minLength": 1,
|
|
105548
|
+
"maxLength": 2000
|
|
105549
|
+
},
|
|
105550
|
+
"DataAccessRoleArn": {
|
|
105551
|
+
"pattern": "^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):iam::[0-9]{0,63}:role/[A-Za-z0-9:_/+=,@.-]{0,1024}$",
|
|
105552
|
+
"minLength": 20,
|
|
105553
|
+
"maxLength": 2048
|
|
105554
|
+
}
|
|
105555
|
+
},
|
|
105556
|
+
"createOnly": [
|
|
105557
|
+
"VocabularyFilterName",
|
|
105558
|
+
"LanguageCode"
|
|
105559
|
+
],
|
|
105560
|
+
"writeOnly": [
|
|
105561
|
+
"Words",
|
|
105562
|
+
"VocabularyFilterFileUri",
|
|
105563
|
+
"DataAccessRoleArn"
|
|
105564
|
+
],
|
|
105565
|
+
"primaryIdentifier": [
|
|
105566
|
+
"Arn"
|
|
105567
|
+
],
|
|
105568
|
+
"tagging": {
|
|
105569
|
+
"taggable": true,
|
|
105570
|
+
"tagOnCreate": true,
|
|
105571
|
+
"tagUpdatable": true
|
|
105572
|
+
}
|
|
105573
|
+
},
|
|
105574
|
+
"VocabularyFilter_Tag": {
|
|
105575
|
+
"resourceType": "AWS::Transcribe::VocabularyFilter.Tag",
|
|
105576
|
+
"kind": "property",
|
|
105577
|
+
"lexicon": "aws"
|
|
105578
|
+
},
|
|
102814
105579
|
"VodSource": {
|
|
102815
105580
|
"resourceType": "AWS::MediaTailor::VodSource",
|
|
102816
105581
|
"kind": "resource",
|
|
@@ -105099,6 +107864,64 @@
|
|
|
105099
107864
|
"kind": "property",
|
|
105100
107865
|
"lexicon": "aws"
|
|
105101
107866
|
},
|
|
107867
|
+
"WellArchitectedProfile": {
|
|
107868
|
+
"resourceType": "AWS::WellArchitected::Profile",
|
|
107869
|
+
"kind": "resource",
|
|
107870
|
+
"lexicon": "aws",
|
|
107871
|
+
"attrs": {
|
|
107872
|
+
"ProfileArn": "ProfileArn",
|
|
107873
|
+
"ProfileVersion": "ProfileVersion",
|
|
107874
|
+
"Owner": "Owner",
|
|
107875
|
+
"CreatedAt": "CreatedAt",
|
|
107876
|
+
"UpdatedAt": "UpdatedAt"
|
|
107877
|
+
},
|
|
107878
|
+
"propertyConstraints": {
|
|
107879
|
+
"ProfileArn": {
|
|
107880
|
+
"pattern": "^arn:aws[-a-z]*:wellarchitected:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:profile/[a-z0-9]+$",
|
|
107881
|
+
"maxLength": 2084
|
|
107882
|
+
},
|
|
107883
|
+
"ProfileVersion": {
|
|
107884
|
+
"pattern": "^[A-Za-z0-9.\\-]+$",
|
|
107885
|
+
"minLength": 1,
|
|
107886
|
+
"maxLength": 32
|
|
107887
|
+
},
|
|
107888
|
+
"ProfileName": {
|
|
107889
|
+
"minLength": 3,
|
|
107890
|
+
"maxLength": 100
|
|
107891
|
+
},
|
|
107892
|
+
"ProfileDescription": {
|
|
107893
|
+
"minLength": 3,
|
|
107894
|
+
"maxLength": 100
|
|
107895
|
+
},
|
|
107896
|
+
"CreatedAt": {
|
|
107897
|
+
"format": "date-time"
|
|
107898
|
+
},
|
|
107899
|
+
"UpdatedAt": {
|
|
107900
|
+
"format": "date-time"
|
|
107901
|
+
}
|
|
107902
|
+
},
|
|
107903
|
+
"createOnly": [
|
|
107904
|
+
"ProfileName"
|
|
107905
|
+
],
|
|
107906
|
+
"primaryIdentifier": [
|
|
107907
|
+
"ProfileArn"
|
|
107908
|
+
],
|
|
107909
|
+
"tagging": {
|
|
107910
|
+
"taggable": true,
|
|
107911
|
+
"tagOnCreate": true,
|
|
107912
|
+
"tagUpdatable": true
|
|
107913
|
+
}
|
|
107914
|
+
},
|
|
107915
|
+
"WellArchitectedProfile_ProfileQuestionUpdate": {
|
|
107916
|
+
"resourceType": "AWS::WellArchitected::Profile.ProfileQuestionUpdate",
|
|
107917
|
+
"kind": "property",
|
|
107918
|
+
"lexicon": "aws"
|
|
107919
|
+
},
|
|
107920
|
+
"WellArchitectedProfile_Tag": {
|
|
107921
|
+
"resourceType": "AWS::WellArchitected::Profile.Tag",
|
|
107922
|
+
"kind": "property",
|
|
107923
|
+
"lexicon": "aws"
|
|
107924
|
+
},
|
|
105102
107925
|
"WhatsAppChannelSubtypeConfig": {
|
|
105103
107926
|
"resourceType": "AWS::ConnectCampaignsV2::Campaign.WhatsAppChannelSubtypeConfig",
|
|
105104
107927
|
"kind": "property",
|
|
@@ -105935,6 +108758,57 @@
|
|
|
105935
108758
|
"kind": "property",
|
|
105936
108759
|
"lexicon": "aws"
|
|
105937
108760
|
},
|
|
108761
|
+
"WorkflowExecution": {
|
|
108762
|
+
"resourceType": "AWS::ImageBuilder::WorkflowExecution",
|
|
108763
|
+
"kind": "resource",
|
|
108764
|
+
"lexicon": "aws",
|
|
108765
|
+
"attrs": {
|
|
108766
|
+
"Arn": "Arn",
|
|
108767
|
+
"WorkflowExecutionId": "WorkflowExecutionId",
|
|
108768
|
+
"WorkflowBuildVersionArn": "WorkflowBuildVersionArn",
|
|
108769
|
+
"Type": "Type",
|
|
108770
|
+
"Status": "Status",
|
|
108771
|
+
"TotalStepCount": "TotalStepCount",
|
|
108772
|
+
"TotalStepsSucceeded": "TotalStepsSucceeded",
|
|
108773
|
+
"TotalStepsFailed": "TotalStepsFailed",
|
|
108774
|
+
"TotalStepsSkipped": "TotalStepsSkipped",
|
|
108775
|
+
"StartTime": "StartTime",
|
|
108776
|
+
"EndTime": "EndTime"
|
|
108777
|
+
},
|
|
108778
|
+
"propertyConstraints": {
|
|
108779
|
+
"WorkflowExecutionId": {
|
|
108780
|
+
"pattern": "^wf-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
108781
|
+
},
|
|
108782
|
+
"WorkflowBuildVersionArn": {
|
|
108783
|
+
"maxLength": 1024
|
|
108784
|
+
},
|
|
108785
|
+
"Type": {
|
|
108786
|
+
"enum": [
|
|
108787
|
+
"BUILD",
|
|
108788
|
+
"TEST",
|
|
108789
|
+
"DISTRIBUTION"
|
|
108790
|
+
]
|
|
108791
|
+
},
|
|
108792
|
+
"Status": {
|
|
108793
|
+
"enum": [
|
|
108794
|
+
"PENDING",
|
|
108795
|
+
"SKIPPED",
|
|
108796
|
+
"RUNNING",
|
|
108797
|
+
"COMPLETED",
|
|
108798
|
+
"FAILED",
|
|
108799
|
+
"ROLLBACK_IN_PROGRESS",
|
|
108800
|
+
"ROLLBACK_COMPLETED",
|
|
108801
|
+
"CANCELLED"
|
|
108802
|
+
]
|
|
108803
|
+
}
|
|
108804
|
+
},
|
|
108805
|
+
"createOnly": [
|
|
108806
|
+
"ImageBuildVersionArn"
|
|
108807
|
+
],
|
|
108808
|
+
"primaryIdentifier": [
|
|
108809
|
+
"Arn"
|
|
108810
|
+
]
|
|
108811
|
+
},
|
|
105938
108812
|
"WorkflowExportConfig": {
|
|
105939
108813
|
"resourceType": "AWS::NovaAct::WorkflowDefinition.WorkflowExportConfig",
|
|
105940
108814
|
"kind": "property",
|
|
@@ -105945,6 +108819,64 @@
|
|
|
105945
108819
|
"kind": "property",
|
|
105946
108820
|
"lexicon": "aws"
|
|
105947
108821
|
},
|
|
108822
|
+
"WorkflowStepExecution": {
|
|
108823
|
+
"resourceType": "AWS::ImageBuilder::WorkflowStepExecution",
|
|
108824
|
+
"kind": "resource",
|
|
108825
|
+
"lexicon": "aws",
|
|
108826
|
+
"attrs": {
|
|
108827
|
+
"StepExecutionId": "StepExecutionId",
|
|
108828
|
+
"WorkflowExecutionId": "WorkflowExecutionId",
|
|
108829
|
+
"WorkflowBuildVersionArn": "WorkflowBuildVersionArn",
|
|
108830
|
+
"ImageBuildVersionArn": "ImageBuildVersionArn",
|
|
108831
|
+
"Name": "Name",
|
|
108832
|
+
"Action": "Action",
|
|
108833
|
+
"Status": "Status",
|
|
108834
|
+
"Inputs": "Inputs",
|
|
108835
|
+
"Outputs": "Outputs",
|
|
108836
|
+
"StartTime": "StartTime",
|
|
108837
|
+
"EndTime": "EndTime",
|
|
108838
|
+
"OnFailure": "OnFailure",
|
|
108839
|
+
"TimeoutSeconds": "TimeoutSeconds"
|
|
108840
|
+
},
|
|
108841
|
+
"propertyConstraints": {
|
|
108842
|
+
"StepExecutionId": {
|
|
108843
|
+
"pattern": "^step-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
108844
|
+
},
|
|
108845
|
+
"WorkflowExecutionId": {
|
|
108846
|
+
"pattern": "^wf-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
108847
|
+
},
|
|
108848
|
+
"WorkflowBuildVersionArn": {
|
|
108849
|
+
"maxLength": 1024
|
|
108850
|
+
},
|
|
108851
|
+
"Name": {
|
|
108852
|
+
"pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$"
|
|
108853
|
+
},
|
|
108854
|
+
"Action": {
|
|
108855
|
+
"pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$"
|
|
108856
|
+
},
|
|
108857
|
+
"Status": {
|
|
108858
|
+
"enum": [
|
|
108859
|
+
"PENDING",
|
|
108860
|
+
"SKIPPED",
|
|
108861
|
+
"RUNNING",
|
|
108862
|
+
"COMPLETED",
|
|
108863
|
+
"FAILED",
|
|
108864
|
+
"CANCELLED"
|
|
108865
|
+
]
|
|
108866
|
+
},
|
|
108867
|
+
"OnFailure": {
|
|
108868
|
+
"minLength": 1,
|
|
108869
|
+
"maxLength": 1024
|
|
108870
|
+
},
|
|
108871
|
+
"TimeoutSeconds": {
|
|
108872
|
+
"minimum": 0,
|
|
108873
|
+
"maximum": 43200
|
|
108874
|
+
}
|
|
108875
|
+
},
|
|
108876
|
+
"primaryIdentifier": [
|
|
108877
|
+
"StepExecutionId"
|
|
108878
|
+
]
|
|
108879
|
+
},
|
|
105948
108880
|
"WorkflowUpdate": {
|
|
105949
108881
|
"resourceType": "AWS::SecurityHub::AutomationRule.WorkflowUpdate",
|
|
105950
108882
|
"kind": "property",
|
|
@@ -106291,6 +109223,42 @@
|
|
|
106291
109223
|
"kind": "property",
|
|
106292
109224
|
"lexicon": "aws"
|
|
106293
109225
|
},
|
|
109226
|
+
"WorkspaceIpGroup": {
|
|
109227
|
+
"resourceType": "AWS::WorkSpaces::WorkspaceIpGroup",
|
|
109228
|
+
"kind": "resource",
|
|
109229
|
+
"lexicon": "aws",
|
|
109230
|
+
"attrs": {
|
|
109231
|
+
"Arn": "Arn",
|
|
109232
|
+
"GroupId": "GroupId"
|
|
109233
|
+
},
|
|
109234
|
+
"propertyConstraints": {
|
|
109235
|
+
"GroupId": {
|
|
109236
|
+
"pattern": "^wsipg-[0-9a-z]{8,63}$"
|
|
109237
|
+
}
|
|
109238
|
+
},
|
|
109239
|
+
"createOnly": [
|
|
109240
|
+
"GroupName",
|
|
109241
|
+
"GroupDesc"
|
|
109242
|
+
],
|
|
109243
|
+
"primaryIdentifier": [
|
|
109244
|
+
"Arn"
|
|
109245
|
+
],
|
|
109246
|
+
"tagging": {
|
|
109247
|
+
"taggable": true,
|
|
109248
|
+
"tagOnCreate": true,
|
|
109249
|
+
"tagUpdatable": true
|
|
109250
|
+
}
|
|
109251
|
+
},
|
|
109252
|
+
"WorkspaceIpGroup_IpRuleItem": {
|
|
109253
|
+
"resourceType": "AWS::WorkSpaces::WorkspaceIpGroup.IpRuleItem",
|
|
109254
|
+
"kind": "property",
|
|
109255
|
+
"lexicon": "aws"
|
|
109256
|
+
},
|
|
109257
|
+
"WorkspaceIpGroup_Tag": {
|
|
109258
|
+
"resourceType": "AWS::WorkSpaces::WorkspaceIpGroup.Tag",
|
|
109259
|
+
"kind": "property",
|
|
109260
|
+
"lexicon": "aws"
|
|
109261
|
+
},
|
|
106294
109262
|
"WorkspacePage": {
|
|
106295
109263
|
"resourceType": "AWS::Connect::Workspace.WorkspacePage",
|
|
106296
109264
|
"kind": "property",
|