@intentius/chant-lexicon-aws 0.33.0 → 0.33.1
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/generated/index.d.ts +59 -136
- 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 +735 -2978
- package/dist/types/index.d.ts +1158 -2300
- package/package.json +2 -2
- package/src/generated/index.d.ts +1158 -2300
- package/src/generated/index.ts +60 -137
- package/src/generated/lexicon-aws.json +735 -2978
package/dist/meta.json
CHANGED
|
@@ -2732,6 +2732,9 @@
|
|
|
2732
2732
|
}
|
|
2733
2733
|
],
|
|
2734
2734
|
"propertyConstraints": {
|
|
2735
|
+
"ActionsEnabled": {
|
|
2736
|
+
"default": true
|
|
2737
|
+
},
|
|
2735
2738
|
"TreatMissingData": {
|
|
2736
2739
|
"enum": [
|
|
2737
2740
|
"breaching",
|
|
@@ -2739,9 +2742,6 @@
|
|
|
2739
2742
|
"missing",
|
|
2740
2743
|
"notBreaching"
|
|
2741
2744
|
]
|
|
2742
|
-
},
|
|
2743
|
-
"ActionsEnabled": {
|
|
2744
|
-
"default": true
|
|
2745
2745
|
}
|
|
2746
2746
|
},
|
|
2747
2747
|
"createOnly": [
|
|
@@ -2920,6 +2920,11 @@
|
|
|
2920
2920
|
"kind": "property",
|
|
2921
2921
|
"lexicon": "aws"
|
|
2922
2922
|
},
|
|
2923
|
+
"Alarm_EvaluationWindow": {
|
|
2924
|
+
"resourceType": "AWS::CloudWatch::Alarm.EvaluationWindow",
|
|
2925
|
+
"kind": "property",
|
|
2926
|
+
"lexicon": "aws"
|
|
2927
|
+
},
|
|
2923
2928
|
"Alarm_Metric": {
|
|
2924
2929
|
"resourceType": "AWS::CloudWatch::Alarm.Metric",
|
|
2925
2930
|
"kind": "property",
|
|
@@ -2940,6 +2945,11 @@
|
|
|
2940
2945
|
"kind": "property",
|
|
2941
2946
|
"lexicon": "aws"
|
|
2942
2947
|
},
|
|
2948
|
+
"Alarm_WallClockWindow": {
|
|
2949
|
+
"resourceType": "AWS::CloudWatch::Alarm.WallClockWindow",
|
|
2950
|
+
"kind": "property",
|
|
2951
|
+
"lexicon": "aws"
|
|
2952
|
+
},
|
|
2943
2953
|
"Algorithm": {
|
|
2944
2954
|
"resourceType": "AWS::SageMaker::Algorithm",
|
|
2945
2955
|
"kind": "resource",
|
|
@@ -3046,190 +3056,6 @@
|
|
|
3046
3056
|
"kind": "property",
|
|
3047
3057
|
"lexicon": "aws"
|
|
3048
3058
|
},
|
|
3049
|
-
"AllGroupMemberships": {
|
|
3050
|
-
"resourceType": "AWS::IdentityStore::AllGroupMemberships",
|
|
3051
|
-
"kind": "resource",
|
|
3052
|
-
"lexicon": "aws",
|
|
3053
|
-
"attrs": {
|
|
3054
|
-
"Arn": "Arn",
|
|
3055
|
-
"MembershipId": "MembershipId",
|
|
3056
|
-
"CreatedAt": "CreatedAt",
|
|
3057
|
-
"UpdatedAt": "UpdatedAt",
|
|
3058
|
-
"CreatedBy": "CreatedBy",
|
|
3059
|
-
"UpdatedBy": "UpdatedBy"
|
|
3060
|
-
},
|
|
3061
|
-
"propertyConstraints": {
|
|
3062
|
-
"IdentityStoreId": {
|
|
3063
|
-
"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}$",
|
|
3064
|
-
"minLength": 1,
|
|
3065
|
-
"maxLength": 36
|
|
3066
|
-
},
|
|
3067
|
-
"MembershipId": {
|
|
3068
|
-
"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}$",
|
|
3069
|
-
"minLength": 1,
|
|
3070
|
-
"maxLength": 47
|
|
3071
|
-
},
|
|
3072
|
-
"GroupId": {
|
|
3073
|
-
"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}$",
|
|
3074
|
-
"minLength": 1,
|
|
3075
|
-
"maxLength": 47
|
|
3076
|
-
},
|
|
3077
|
-
"CreatedAt": {
|
|
3078
|
-
"format": "date-time"
|
|
3079
|
-
},
|
|
3080
|
-
"UpdatedAt": {
|
|
3081
|
-
"format": "date-time"
|
|
3082
|
-
}
|
|
3083
|
-
},
|
|
3084
|
-
"createOnly": [
|
|
3085
|
-
"GroupId",
|
|
3086
|
-
"IdentityStoreId",
|
|
3087
|
-
"MemberId"
|
|
3088
|
-
],
|
|
3089
|
-
"primaryIdentifier": [
|
|
3090
|
-
"Arn"
|
|
3091
|
-
]
|
|
3092
|
-
},
|
|
3093
|
-
"AllImageBuildVersions": {
|
|
3094
|
-
"resourceType": "AWS::ImageBuilder::AllImageBuildVersions",
|
|
3095
|
-
"kind": "resource",
|
|
3096
|
-
"lexicon": "aws",
|
|
3097
|
-
"attrs": {
|
|
3098
|
-
"Arn": "Arn",
|
|
3099
|
-
"Name": "Name",
|
|
3100
|
-
"Version": "Version",
|
|
3101
|
-
"BuildNumber": "BuildNumber",
|
|
3102
|
-
"Type": "Type",
|
|
3103
|
-
"Platform": "Platform",
|
|
3104
|
-
"OsVersion": "OsVersion",
|
|
3105
|
-
"State": "State",
|
|
3106
|
-
"DateCreated": "DateCreated",
|
|
3107
|
-
"BuildType": "BuildType",
|
|
3108
|
-
"EnhancedImageMetadataEnabled": "EnhancedImageMetadataEnabled",
|
|
3109
|
-
"ImageTestsConfiguration": "ImageTestsConfiguration",
|
|
3110
|
-
"ExecutionRole": "ExecutionRole",
|
|
3111
|
-
"ImageVersionArn": "ImageVersionArn",
|
|
3112
|
-
"Tags": "Tags"
|
|
3113
|
-
},
|
|
3114
|
-
"propertyConstraints": {
|
|
3115
|
-
"Arn": {
|
|
3116
|
-
"pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$"
|
|
3117
|
-
},
|
|
3118
|
-
"Name": {
|
|
3119
|
-
"pattern": "^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$"
|
|
3120
|
-
},
|
|
3121
|
-
"Version": {
|
|
3122
|
-
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
3123
|
-
},
|
|
3124
|
-
"BuildNumber": {
|
|
3125
|
-
"pattern": "^[0-9]+$"
|
|
3126
|
-
},
|
|
3127
|
-
"Type": {
|
|
3128
|
-
"enum": [
|
|
3129
|
-
"AMI",
|
|
3130
|
-
"DOCKER"
|
|
3131
|
-
]
|
|
3132
|
-
},
|
|
3133
|
-
"Platform": {
|
|
3134
|
-
"enum": [
|
|
3135
|
-
"Windows",
|
|
3136
|
-
"Linux",
|
|
3137
|
-
"macOS"
|
|
3138
|
-
]
|
|
3139
|
-
},
|
|
3140
|
-
"OsVersion": {
|
|
3141
|
-
"minLength": 1
|
|
3142
|
-
},
|
|
3143
|
-
"BuildType": {
|
|
3144
|
-
"enum": [
|
|
3145
|
-
"USER_INITIATED",
|
|
3146
|
-
"SCHEDULED",
|
|
3147
|
-
"IMPORT",
|
|
3148
|
-
"IMPORT_ISO"
|
|
3149
|
-
]
|
|
3150
|
-
},
|
|
3151
|
-
"ExecutionRole": {
|
|
3152
|
-
"pattern": "^(?:arn:aws(?:-[a-z]+)*:iam::[0-9]{12}:role/)?[a-zA-Z_0-9+=,.@\\-_/]+$",
|
|
3153
|
-
"minLength": 1,
|
|
3154
|
-
"maxLength": 2048
|
|
3155
|
-
},
|
|
3156
|
-
"ImageVersionArn": {
|
|
3157
|
-
"pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
"primaryIdentifier": [
|
|
3161
|
-
"Arn"
|
|
3162
|
-
],
|
|
3163
|
-
"tagging": {
|
|
3164
|
-
"taggable": true,
|
|
3165
|
-
"tagOnCreate": false,
|
|
3166
|
-
"tagUpdatable": false
|
|
3167
|
-
}
|
|
3168
|
-
},
|
|
3169
|
-
"AllWorkflowBuildVersions": {
|
|
3170
|
-
"resourceType": "AWS::ImageBuilder::AllWorkflowBuildVersions",
|
|
3171
|
-
"kind": "resource",
|
|
3172
|
-
"lexicon": "aws",
|
|
3173
|
-
"attrs": {
|
|
3174
|
-
"Arn": "Arn",
|
|
3175
|
-
"Name": "Name",
|
|
3176
|
-
"Version": "Version",
|
|
3177
|
-
"BuildNumber": "BuildNumber",
|
|
3178
|
-
"WorkflowType": "WorkflowType",
|
|
3179
|
-
"Description": "Description",
|
|
3180
|
-
"ChangeDescription": "ChangeDescription",
|
|
3181
|
-
"Owner": "Owner",
|
|
3182
|
-
"Data": "Data",
|
|
3183
|
-
"DateCreated": "DateCreated",
|
|
3184
|
-
"Parameters": "Parameters",
|
|
3185
|
-
"Tags": "Tags",
|
|
3186
|
-
"WorkflowVersionArn": "WorkflowVersionArn"
|
|
3187
|
-
},
|
|
3188
|
-
"propertyConstraints": {
|
|
3189
|
-
"Arn": {
|
|
3190
|
-
"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]+$"
|
|
3191
|
-
},
|
|
3192
|
-
"Name": {
|
|
3193
|
-
"pattern": "^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$"
|
|
3194
|
-
},
|
|
3195
|
-
"Version": {
|
|
3196
|
-
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
3197
|
-
},
|
|
3198
|
-
"BuildNumber": {
|
|
3199
|
-
"pattern": "^[0-9]+$"
|
|
3200
|
-
},
|
|
3201
|
-
"WorkflowType": {
|
|
3202
|
-
"enum": [
|
|
3203
|
-
"build",
|
|
3204
|
-
"test",
|
|
3205
|
-
"distribution"
|
|
3206
|
-
]
|
|
3207
|
-
},
|
|
3208
|
-
"Description": {
|
|
3209
|
-
"minLength": 1,
|
|
3210
|
-
"maxLength": 1024
|
|
3211
|
-
},
|
|
3212
|
-
"ChangeDescription": {
|
|
3213
|
-
"minLength": 1,
|
|
3214
|
-
"maxLength": 1024
|
|
3215
|
-
},
|
|
3216
|
-
"Owner": {
|
|
3217
|
-
"minLength": 1,
|
|
3218
|
-
"maxLength": 1024
|
|
3219
|
-
},
|
|
3220
|
-
"WorkflowVersionArn": {
|
|
3221
|
-
"pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
"primaryIdentifier": [
|
|
3225
|
-
"Arn"
|
|
3226
|
-
],
|
|
3227
|
-
"tagging": {
|
|
3228
|
-
"taggable": true,
|
|
3229
|
-
"tagOnCreate": false,
|
|
3230
|
-
"tagUpdatable": false
|
|
3231
|
-
}
|
|
3232
|
-
},
|
|
3233
3059
|
"AllowList": {
|
|
3234
3060
|
"resourceType": "AWS::Macie::AllowList",
|
|
3235
3061
|
"kind": "resource",
|
|
@@ -7198,43 +7024,6 @@
|
|
|
7198
7024
|
"kind": "property",
|
|
7199
7025
|
"lexicon": "aws"
|
|
7200
7026
|
},
|
|
7201
|
-
"ApplicationProvider": {
|
|
7202
|
-
"resourceType": "AWS::SSO::ApplicationProvider",
|
|
7203
|
-
"kind": "resource",
|
|
7204
|
-
"lexicon": "aws",
|
|
7205
|
-
"attrs": {
|
|
7206
|
-
"ApplicationProviderArn": "ApplicationProviderArn",
|
|
7207
|
-
"FederationProtocol": "FederationProtocol",
|
|
7208
|
-
"DisplayData": "DisplayData",
|
|
7209
|
-
"ResourceServerConfig": "ResourceServerConfig"
|
|
7210
|
-
},
|
|
7211
|
-
"propertyConstraints": {
|
|
7212
|
-
"ApplicationProviderArn": {
|
|
7213
|
-
"pattern": "^arn:aws(-[a-z]{1,5}){0,3}:sso::aws:applicationProvider/[a-zA-Z0-9-/]+$",
|
|
7214
|
-
"minLength": 10,
|
|
7215
|
-
"maxLength": 1224
|
|
7216
|
-
},
|
|
7217
|
-
"FederationProtocol": {
|
|
7218
|
-
"enum": [
|
|
7219
|
-
"SAML",
|
|
7220
|
-
"OAUTH"
|
|
7221
|
-
]
|
|
7222
|
-
}
|
|
7223
|
-
},
|
|
7224
|
-
"primaryIdentifier": [
|
|
7225
|
-
"ApplicationProviderArn"
|
|
7226
|
-
]
|
|
7227
|
-
},
|
|
7228
|
-
"ApplicationProvider_DisplayData": {
|
|
7229
|
-
"resourceType": "AWS::SSO::ApplicationProvider.DisplayData",
|
|
7230
|
-
"kind": "property",
|
|
7231
|
-
"lexicon": "aws"
|
|
7232
|
-
},
|
|
7233
|
-
"ApplicationProvider_ResourceServerConfig": {
|
|
7234
|
-
"resourceType": "AWS::SSO::ApplicationProvider.ResourceServerConfig",
|
|
7235
|
-
"kind": "property",
|
|
7236
|
-
"lexicon": "aws"
|
|
7237
|
-
},
|
|
7238
7027
|
"ApplicationResourceLifecycleConfig": {
|
|
7239
7028
|
"resourceType": "AWS::ElasticBeanstalk::Application.ApplicationResourceLifecycleConfig",
|
|
7240
7029
|
"kind": "property",
|
|
@@ -8055,48 +7844,6 @@
|
|
|
8055
7844
|
"kind": "property",
|
|
8056
7845
|
"lexicon": "aws"
|
|
8057
7846
|
},
|
|
8058
|
-
"AthenaSession": {
|
|
8059
|
-
"resourceType": "AWS::Athena::Session",
|
|
8060
|
-
"kind": "resource",
|
|
8061
|
-
"lexicon": "aws",
|
|
8062
|
-
"attrs": {
|
|
8063
|
-
"Arn": "Arn",
|
|
8064
|
-
"SessionId": "SessionId",
|
|
8065
|
-
"EngineVersion": "EngineVersion",
|
|
8066
|
-
"EngineConfiguration_AdditionalConfigs": "EngineConfiguration.AdditionalConfigs",
|
|
8067
|
-
"EngineConfiguration_SparkProperties": "EngineConfiguration.SparkProperties"
|
|
8068
|
-
},
|
|
8069
|
-
"propertyConstraints": {
|
|
8070
|
-
"SessionId": {
|
|
8071
|
-
"minLength": 1,
|
|
8072
|
-
"maxLength": 256
|
|
8073
|
-
},
|
|
8074
|
-
"WorkGroup": {
|
|
8075
|
-
"pattern": "^[a-zA-Z0-9._-]{1,128}$"
|
|
8076
|
-
},
|
|
8077
|
-
"ExecutionRole": {
|
|
8078
|
-
"minLength": 20,
|
|
8079
|
-
"maxLength": 2048
|
|
8080
|
-
},
|
|
8081
|
-
"EngineVersion": {
|
|
8082
|
-
"minLength": 1,
|
|
8083
|
-
"maxLength": 128
|
|
8084
|
-
}
|
|
8085
|
-
},
|
|
8086
|
-
"createOnly": [
|
|
8087
|
-
"EngineConfiguration",
|
|
8088
|
-
"ExecutionRole",
|
|
8089
|
-
"WorkGroup"
|
|
8090
|
-
],
|
|
8091
|
-
"primaryIdentifier": [
|
|
8092
|
-
"Arn"
|
|
8093
|
-
]
|
|
8094
|
-
},
|
|
8095
|
-
"AthenaSession_EngineConfiguration": {
|
|
8096
|
-
"resourceType": "AWS::Athena::Session.EngineConfiguration",
|
|
8097
|
-
"kind": "property",
|
|
8098
|
-
"lexicon": "aws"
|
|
8099
|
-
},
|
|
8100
7847
|
"AtlassianOauth2ProviderConfigInput": {
|
|
8101
7848
|
"resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.AtlassianOauth2ProviderConfigInput",
|
|
8102
7849
|
"kind": "property",
|
|
@@ -9431,97 +9178,6 @@
|
|
|
9431
9178
|
"kind": "property",
|
|
9432
9179
|
"lexicon": "aws"
|
|
9433
9180
|
},
|
|
9434
|
-
"BCMDataExportsExport": {
|
|
9435
|
-
"resourceType": "AWS::BCMDataExports::Export",
|
|
9436
|
-
"kind": "resource",
|
|
9437
|
-
"lexicon": "aws",
|
|
9438
|
-
"attrs": {
|
|
9439
|
-
"ExportArn": "ExportArn",
|
|
9440
|
-
"Export_ExportArn": "Export.ExportArn"
|
|
9441
|
-
},
|
|
9442
|
-
"propertyConstraints": {
|
|
9443
|
-
"ExportArn": {
|
|
9444
|
-
"pattern": "^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$",
|
|
9445
|
-
"minLength": 20,
|
|
9446
|
-
"maxLength": 2048
|
|
9447
|
-
}
|
|
9448
|
-
},
|
|
9449
|
-
"createOnly": [
|
|
9450
|
-
"Export/Name",
|
|
9451
|
-
"Export/RefreshCadence"
|
|
9452
|
-
],
|
|
9453
|
-
"primaryIdentifier": [
|
|
9454
|
-
"ExportArn"
|
|
9455
|
-
],
|
|
9456
|
-
"tagging": {
|
|
9457
|
-
"taggable": true,
|
|
9458
|
-
"tagOnCreate": true,
|
|
9459
|
-
"tagUpdatable": true
|
|
9460
|
-
}
|
|
9461
|
-
},
|
|
9462
|
-
"BCMDataExportsExport_DataQuery": {
|
|
9463
|
-
"resourceType": "AWS::BCMDataExports::Export.DataQuery",
|
|
9464
|
-
"kind": "property",
|
|
9465
|
-
"lexicon": "aws"
|
|
9466
|
-
},
|
|
9467
|
-
"BCMDataExportsExport_DestinationConfigurations": {
|
|
9468
|
-
"resourceType": "AWS::BCMDataExports::Export.DestinationConfigurations",
|
|
9469
|
-
"kind": "property",
|
|
9470
|
-
"lexicon": "aws"
|
|
9471
|
-
},
|
|
9472
|
-
"BCMDataExportsExport_Export": {
|
|
9473
|
-
"resourceType": "AWS::BCMDataExports::Export.Export",
|
|
9474
|
-
"kind": "property",
|
|
9475
|
-
"lexicon": "aws"
|
|
9476
|
-
},
|
|
9477
|
-
"BCMDataExportsExport_RefreshCadence": {
|
|
9478
|
-
"resourceType": "AWS::BCMDataExports::Export.RefreshCadence",
|
|
9479
|
-
"kind": "property",
|
|
9480
|
-
"lexicon": "aws"
|
|
9481
|
-
},
|
|
9482
|
-
"BCMDataExportsExport_ResourceTag": {
|
|
9483
|
-
"resourceType": "AWS::BCMDataExports::Export.ResourceTag",
|
|
9484
|
-
"kind": "property",
|
|
9485
|
-
"lexicon": "aws"
|
|
9486
|
-
},
|
|
9487
|
-
"BCMDataExportsExport_S3Destination": {
|
|
9488
|
-
"resourceType": "AWS::BCMDataExports::Export.S3Destination",
|
|
9489
|
-
"kind": "property",
|
|
9490
|
-
"lexicon": "aws"
|
|
9491
|
-
},
|
|
9492
|
-
"BCMDataExportsTable": {
|
|
9493
|
-
"resourceType": "AWS::BCMDataExports::Table",
|
|
9494
|
-
"kind": "resource",
|
|
9495
|
-
"lexicon": "aws",
|
|
9496
|
-
"attrs": {
|
|
9497
|
-
"Arn": "Arn",
|
|
9498
|
-
"Description": "Description",
|
|
9499
|
-
"Schema": "Schema"
|
|
9500
|
-
},
|
|
9501
|
-
"propertyConstraints": {
|
|
9502
|
-
"TableName": {
|
|
9503
|
-
"pattern": "^[\\S\\s]*$",
|
|
9504
|
-
"minLength": 0,
|
|
9505
|
-
"maxLength": 1024
|
|
9506
|
-
},
|
|
9507
|
-
"Description": {
|
|
9508
|
-
"pattern": "^[\\S\\s]*$",
|
|
9509
|
-
"minLength": 0,
|
|
9510
|
-
"maxLength": 1024
|
|
9511
|
-
}
|
|
9512
|
-
},
|
|
9513
|
-
"createOnly": [
|
|
9514
|
-
"TableName"
|
|
9515
|
-
],
|
|
9516
|
-
"primaryIdentifier": [
|
|
9517
|
-
"Arn"
|
|
9518
|
-
]
|
|
9519
|
-
},
|
|
9520
|
-
"BCMDataExportsTable_Column": {
|
|
9521
|
-
"resourceType": "AWS::BCMDataExports::Table.Column",
|
|
9522
|
-
"kind": "property",
|
|
9523
|
-
"lexicon": "aws"
|
|
9524
|
-
},
|
|
9525
9181
|
"BackendDefaults": {
|
|
9526
9182
|
"resourceType": "AWS::AppMesh::VirtualNode.BackendDefaults",
|
|
9527
9183
|
"kind": "property",
|
|
@@ -11647,33 +11303,6 @@
|
|
|
11647
11303
|
"kind": "property",
|
|
11648
11304
|
"lexicon": "aws"
|
|
11649
11305
|
},
|
|
11650
|
-
"Browser": {
|
|
11651
|
-
"resourceType": "AWS::BedrockAgentCore::Browser",
|
|
11652
|
-
"kind": "resource",
|
|
11653
|
-
"lexicon": "aws",
|
|
11654
|
-
"attrs": {
|
|
11655
|
-
"BrowserArn": "BrowserArn",
|
|
11656
|
-
"BrowserId": "BrowserId",
|
|
11657
|
-
"Name": "Name",
|
|
11658
|
-
"Status": "Status"
|
|
11659
|
-
},
|
|
11660
|
-
"propertyConstraints": {
|
|
11661
|
-
"BrowserArn": {
|
|
11662
|
-
"pattern": "^arn:[a-z0-9-]+:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):browser/aws\\.browser\\.v1$"
|
|
11663
|
-
},
|
|
11664
|
-
"BrowserId": {
|
|
11665
|
-
"pattern": "^aws\\.browser\\.v1$"
|
|
11666
|
-
},
|
|
11667
|
-
"Status": {
|
|
11668
|
-
"enum": [
|
|
11669
|
-
"READY"
|
|
11670
|
-
]
|
|
11671
|
-
}
|
|
11672
|
-
},
|
|
11673
|
-
"primaryIdentifier": [
|
|
11674
|
-
"BrowserArn"
|
|
11675
|
-
]
|
|
11676
|
-
},
|
|
11677
11306
|
"BrowserConfig": {
|
|
11678
11307
|
"resourceType": "AWS::Synthetics::Canary.BrowserConfig",
|
|
11679
11308
|
"kind": "property",
|
|
@@ -14386,6 +14015,11 @@
|
|
|
14386
14015
|
"kind": "property",
|
|
14387
14016
|
"lexicon": "aws"
|
|
14388
14017
|
},
|
|
14018
|
+
"ChannelLoggingInfo": {
|
|
14019
|
+
"resourceType": "AWS::MSK::Channel.ChannelLoggingInfo",
|
|
14020
|
+
"kind": "property",
|
|
14021
|
+
"lexicon": "aws"
|
|
14022
|
+
},
|
|
14389
14023
|
"ChannelNamespace": {
|
|
14390
14024
|
"resourceType": "AWS::AppSync::ChannelNamespace",
|
|
14391
14025
|
"kind": "resource",
|
|
@@ -14457,6 +14091,11 @@
|
|
|
14457
14091
|
"kind": "property",
|
|
14458
14092
|
"lexicon": "aws"
|
|
14459
14093
|
},
|
|
14094
|
+
"ChannelStateInfo": {
|
|
14095
|
+
"resourceType": "AWS::MSK::Channel.ChannelStateInfo",
|
|
14096
|
+
"kind": "property",
|
|
14097
|
+
"lexicon": "aws"
|
|
14098
|
+
},
|
|
14460
14099
|
"ChannelStorage": {
|
|
14461
14100
|
"resourceType": "AWS::IoTAnalytics::Channel.ChannelStorage",
|
|
14462
14101
|
"kind": "property",
|
|
@@ -15690,6 +15329,11 @@
|
|
|
15690
15329
|
"kind": "property",
|
|
15691
15330
|
"lexicon": "aws"
|
|
15692
15331
|
},
|
|
15332
|
+
"CloudWatchLogsLogDestination": {
|
|
15333
|
+
"resourceType": "AWS::MSK::Channel.CloudWatchLogsLogDestination",
|
|
15334
|
+
"kind": "property",
|
|
15335
|
+
"lexicon": "aws"
|
|
15336
|
+
},
|
|
15693
15337
|
"CloudWatchLogsLogGroup": {
|
|
15694
15338
|
"resourceType": "AWS::StepFunctions::StateMachine.CloudWatchLogsLogGroup",
|
|
15695
15339
|
"kind": "property",
|
|
@@ -15970,64 +15614,6 @@
|
|
|
15970
15614
|
"kind": "property",
|
|
15971
15615
|
"lexicon": "aws"
|
|
15972
15616
|
},
|
|
15973
|
-
"CodeArtifactPackage": {
|
|
15974
|
-
"resourceType": "AWS::CodeArtifact::Package",
|
|
15975
|
-
"kind": "resource",
|
|
15976
|
-
"lexicon": "aws",
|
|
15977
|
-
"attrs": {
|
|
15978
|
-
"Arn": "Arn",
|
|
15979
|
-
"OriginConfiguration": "OriginConfiguration"
|
|
15980
|
-
},
|
|
15981
|
-
"propertyConstraints": {
|
|
15982
|
-
"Arn": {
|
|
15983
|
-
"pattern": "^\\S+$",
|
|
15984
|
-
"minLength": 1,
|
|
15985
|
-
"maxLength": 1011
|
|
15986
|
-
},
|
|
15987
|
-
"DomainName": {
|
|
15988
|
-
"pattern": "^[a-z][a-z0-9\\-]{0,48}[a-z0-9]$",
|
|
15989
|
-
"minLength": 2,
|
|
15990
|
-
"maxLength": 50
|
|
15991
|
-
},
|
|
15992
|
-
"Repository": {
|
|
15993
|
-
"pattern": "^[A-Za-z0-9][A-Za-z0-9._\\-]{1,99}$",
|
|
15994
|
-
"minLength": 2,
|
|
15995
|
-
"maxLength": 100
|
|
15996
|
-
},
|
|
15997
|
-
"Format": {
|
|
15998
|
-
"enum": [
|
|
15999
|
-
"npm",
|
|
16000
|
-
"pypi",
|
|
16001
|
-
"maven",
|
|
16002
|
-
"nuget",
|
|
16003
|
-
"generic",
|
|
16004
|
-
"ruby",
|
|
16005
|
-
"swift",
|
|
16006
|
-
"cargo"
|
|
16007
|
-
]
|
|
16008
|
-
},
|
|
16009
|
-
"Namespace": {
|
|
16010
|
-
"pattern": "^[^#/\\s]+$",
|
|
16011
|
-
"minLength": 1,
|
|
16012
|
-
"maxLength": 255
|
|
16013
|
-
},
|
|
16014
|
-
"Name": {
|
|
16015
|
-
"pattern": "^[^#/\\s]+$",
|
|
16016
|
-
"minLength": 1,
|
|
16017
|
-
"maxLength": 255
|
|
16018
|
-
}
|
|
16019
|
-
},
|
|
16020
|
-
"createOnly": [
|
|
16021
|
-
"DomainName",
|
|
16022
|
-
"Format",
|
|
16023
|
-
"Name",
|
|
16024
|
-
"Namespace",
|
|
16025
|
-
"Repository"
|
|
16026
|
-
],
|
|
16027
|
-
"primaryIdentifier": [
|
|
16028
|
-
"Arn"
|
|
16029
|
-
]
|
|
16030
|
-
},
|
|
16031
15617
|
"CodeArtifactRepository": {
|
|
16032
15618
|
"resourceType": "AWS::CodeArtifact::Repository",
|
|
16033
15619
|
"kind": "resource",
|
|
@@ -16478,37 +16064,6 @@
|
|
|
16478
16064
|
"kind": "property",
|
|
16479
16065
|
"lexicon": "aws"
|
|
16480
16066
|
},
|
|
16481
|
-
"CodeInterpreter": {
|
|
16482
|
-
"resourceType": "AWS::BedrockAgentCore::CodeInterpreter",
|
|
16483
|
-
"kind": "resource",
|
|
16484
|
-
"lexicon": "aws",
|
|
16485
|
-
"attrs": {
|
|
16486
|
-
"CodeInterpreterArn": "CodeInterpreterArn",
|
|
16487
|
-
"CodeInterpreterId": "CodeInterpreterId",
|
|
16488
|
-
"Status": "Status"
|
|
16489
|
-
},
|
|
16490
|
-
"propertyConstraints": {
|
|
16491
|
-
"CodeInterpreterArn": {
|
|
16492
|
-
"pattern": "^arn:[a-z0-9-]+:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter/aws\\.codeinterpreter\\.v1$"
|
|
16493
|
-
},
|
|
16494
|
-
"CodeInterpreterId": {
|
|
16495
|
-
"pattern": "^aws\\.codeinterpreter\\.v1$"
|
|
16496
|
-
},
|
|
16497
|
-
"Status": {
|
|
16498
|
-
"enum": [
|
|
16499
|
-
"CREATING",
|
|
16500
|
-
"CREATE_FAILED",
|
|
16501
|
-
"READY",
|
|
16502
|
-
"DELETING",
|
|
16503
|
-
"DELETE_FAILED",
|
|
16504
|
-
"DELETED"
|
|
16505
|
-
]
|
|
16506
|
-
}
|
|
16507
|
-
},
|
|
16508
|
-
"primaryIdentifier": [
|
|
16509
|
-
"CodeInterpreterArn"
|
|
16510
|
-
]
|
|
16511
|
-
},
|
|
16512
16067
|
"CodeInterpreterCustom": {
|
|
16513
16068
|
"resourceType": "AWS::BedrockAgentCore::CodeInterpreterCustom",
|
|
16514
16069
|
"kind": "resource",
|
|
@@ -16978,50 +16533,6 @@
|
|
|
16978
16533
|
"kind": "property",
|
|
16979
16534
|
"lexicon": "aws"
|
|
16980
16535
|
},
|
|
16981
|
-
"CognitoSyncDataset": {
|
|
16982
|
-
"resourceType": "AWS::CognitoSync::Dataset",
|
|
16983
|
-
"kind": "resource",
|
|
16984
|
-
"lexicon": "aws",
|
|
16985
|
-
"attrs": {
|
|
16986
|
-
"Arn": "Arn",
|
|
16987
|
-
"CreationDate": "CreationDate",
|
|
16988
|
-
"LastModifiedDate": "LastModifiedDate",
|
|
16989
|
-
"LastModifiedBy": "LastModifiedBy",
|
|
16990
|
-
"DataStorage": "DataStorage",
|
|
16991
|
-
"NumRecords": "NumRecords"
|
|
16992
|
-
},
|
|
16993
|
-
"propertyConstraints": {
|
|
16994
|
-
"IdentityPoolId": {
|
|
16995
|
-
"pattern": "^[\\w-]+:[0-9a-f-]+$",
|
|
16996
|
-
"minLength": 1,
|
|
16997
|
-
"maxLength": 55
|
|
16998
|
-
},
|
|
16999
|
-
"IdentityId": {
|
|
17000
|
-
"pattern": "^[\\w-]+:[0-9a-f-]+$",
|
|
17001
|
-
"minLength": 1,
|
|
17002
|
-
"maxLength": 55
|
|
17003
|
-
},
|
|
17004
|
-
"DatasetName": {
|
|
17005
|
-
"pattern": "^[a-zA-Z0-9_.:-]+$",
|
|
17006
|
-
"minLength": 1,
|
|
17007
|
-
"maxLength": 128
|
|
17008
|
-
},
|
|
17009
|
-
"CreationDate": {
|
|
17010
|
-
"format": "date-time"
|
|
17011
|
-
},
|
|
17012
|
-
"LastModifiedDate": {
|
|
17013
|
-
"format": "date-time"
|
|
17014
|
-
}
|
|
17015
|
-
},
|
|
17016
|
-
"createOnly": [
|
|
17017
|
-
"DatasetName",
|
|
17018
|
-
"IdentityId",
|
|
17019
|
-
"IdentityPoolId"
|
|
17020
|
-
],
|
|
17021
|
-
"primaryIdentifier": [
|
|
17022
|
-
"Arn"
|
|
17023
|
-
]
|
|
17024
|
-
},
|
|
17025
16536
|
"CognitoUserPoolConfig": {
|
|
17026
16537
|
"resourceType": "AWS::AppSync::GraphQLApi.CognitoUserPoolConfig",
|
|
17027
16538
|
"kind": "property",
|
|
@@ -21758,77 +21269,6 @@
|
|
|
21758
21269
|
"kind": "property",
|
|
21759
21270
|
"lexicon": "aws"
|
|
21760
21271
|
},
|
|
21761
|
-
"CoreDevice": {
|
|
21762
|
-
"resourceType": "AWS::GreengrassV2::CoreDevice",
|
|
21763
|
-
"kind": "resource",
|
|
21764
|
-
"lexicon": "aws",
|
|
21765
|
-
"attrs": {
|
|
21766
|
-
"Arn": "Arn",
|
|
21767
|
-
"CoreVersion": "CoreVersion",
|
|
21768
|
-
"Platform": "Platform",
|
|
21769
|
-
"Architecture": "Architecture",
|
|
21770
|
-
"Runtime": "Runtime",
|
|
21771
|
-
"Status": "Status",
|
|
21772
|
-
"LastStatusUpdateTimestamp": "LastStatusUpdateTimestamp",
|
|
21773
|
-
"Tags": "Tags"
|
|
21774
|
-
},
|
|
21775
|
-
"propertyConstraints": {
|
|
21776
|
-
"Arn": {
|
|
21777
|
-
"pattern": "^arn:[^:]*:greengrass:[^:]*:[0-9]+:coreDevices:.+$"
|
|
21778
|
-
},
|
|
21779
|
-
"CoreDeviceThingName": {
|
|
21780
|
-
"minLength": 1,
|
|
21781
|
-
"maxLength": 128
|
|
21782
|
-
},
|
|
21783
|
-
"CoreVersion": {
|
|
21784
|
-
"minLength": 1,
|
|
21785
|
-
"maxLength": 255
|
|
21786
|
-
},
|
|
21787
|
-
"Platform": {
|
|
21788
|
-
"minLength": 1,
|
|
21789
|
-
"maxLength": 255
|
|
21790
|
-
},
|
|
21791
|
-
"Architecture": {
|
|
21792
|
-
"minLength": 1,
|
|
21793
|
-
"maxLength": 255
|
|
21794
|
-
},
|
|
21795
|
-
"Runtime": {
|
|
21796
|
-
"minLength": 1,
|
|
21797
|
-
"maxLength": 255
|
|
21798
|
-
},
|
|
21799
|
-
"Status": {
|
|
21800
|
-
"enum": [
|
|
21801
|
-
"HEALTHY",
|
|
21802
|
-
"UNHEALTHY"
|
|
21803
|
-
]
|
|
21804
|
-
},
|
|
21805
|
-
"LastStatusUpdateTimestamp": {
|
|
21806
|
-
"format": "date-time"
|
|
21807
|
-
}
|
|
21808
|
-
},
|
|
21809
|
-
"createOnly": [
|
|
21810
|
-
"CoreDeviceThingName"
|
|
21811
|
-
],
|
|
21812
|
-
"primaryIdentifier": [
|
|
21813
|
-
"Arn"
|
|
21814
|
-
],
|
|
21815
|
-
"tagging": {
|
|
21816
|
-
"taggable": true,
|
|
21817
|
-
"tagOnCreate": false,
|
|
21818
|
-
"tagUpdatable": false
|
|
21819
|
-
},
|
|
21820
|
-
"runtimeDeprecations": {
|
|
21821
|
-
"nodejs14.x": "deprecated",
|
|
21822
|
-
"nodejs16.x": "deprecated",
|
|
21823
|
-
"nodejs18.x": "approaching_eol",
|
|
21824
|
-
"python3.7": "deprecated",
|
|
21825
|
-
"python3.8": "deprecated",
|
|
21826
|
-
"python3.9": "approaching_eol",
|
|
21827
|
-
"dotnet6": "deprecated",
|
|
21828
|
-
"java8": "deprecated",
|
|
21829
|
-
"ruby2.7": "deprecated"
|
|
21830
|
-
}
|
|
21831
|
-
},
|
|
21832
21272
|
"CoreNetwork": {
|
|
21833
21273
|
"resourceType": "AWS::NetworkManager::CoreNetwork",
|
|
21834
21274
|
"kind": "resource",
|
|
@@ -23910,16 +23350,41 @@
|
|
|
23910
23350
|
"kind": "resource",
|
|
23911
23351
|
"lexicon": "aws",
|
|
23912
23352
|
"attrs": {
|
|
23913
|
-
"
|
|
23353
|
+
"EndpointArn": "EndpointArn",
|
|
23914
23354
|
"ExternalId": "ExternalId"
|
|
23915
23355
|
},
|
|
23916
23356
|
"createOnly": [
|
|
23917
23357
|
"KmsKeyId",
|
|
23918
|
-
"ResourceIdentifier"
|
|
23358
|
+
"ResourceIdentifier",
|
|
23359
|
+
"ElasticsearchSettings/EndpointUri",
|
|
23360
|
+
"MongoDbSettings/AuthType"
|
|
23361
|
+
],
|
|
23362
|
+
"writeOnly": [
|
|
23363
|
+
"ExtraConnectionAttributes",
|
|
23364
|
+
"Password",
|
|
23365
|
+
"ResourceIdentifier",
|
|
23366
|
+
"GcpMySQLSettings/Password",
|
|
23367
|
+
"DocDbSettings/SecretsManagerSecretId",
|
|
23368
|
+
"KafkaSettings/SaslPassword",
|
|
23369
|
+
"KafkaSettings/SslClientKeyPassword",
|
|
23370
|
+
"MicrosoftSqlServerSettings/Password",
|
|
23371
|
+
"MongoDbSettings/Password",
|
|
23372
|
+
"OracleSettings/AsmPassword",
|
|
23373
|
+
"OracleSettings/SecurityDbEncryption",
|
|
23374
|
+
"OracleSettings/SecurityDbEncryptionName",
|
|
23375
|
+
"RedisSettings/AuthPassword",
|
|
23376
|
+
"RedshiftSettings/TruncateColumns",
|
|
23377
|
+
"RedshiftSettings/ServerSideEncryptionKmsKeyId",
|
|
23378
|
+
"S3Settings/ServerSideEncryptionKmsKeyId"
|
|
23919
23379
|
],
|
|
23920
23380
|
"primaryIdentifier": [
|
|
23921
|
-
"
|
|
23922
|
-
]
|
|
23381
|
+
"EndpointArn"
|
|
23382
|
+
],
|
|
23383
|
+
"tagging": {
|
|
23384
|
+
"taggable": true,
|
|
23385
|
+
"tagOnCreate": true,
|
|
23386
|
+
"tagUpdatable": true
|
|
23387
|
+
}
|
|
23923
23388
|
},
|
|
23924
23389
|
"DMSEndpoint_DocDbSettings": {
|
|
23925
23390
|
"resourceType": "AWS::DMS::Endpoint.DocDbSettings",
|
|
@@ -25140,52 +24605,6 @@
|
|
|
25140
24605
|
"kind": "property",
|
|
25141
24606
|
"lexicon": "aws"
|
|
25142
24607
|
},
|
|
25143
|
-
"DataBrewRecipe": {
|
|
25144
|
-
"resourceType": "AWS::DataBrew::Recipe",
|
|
25145
|
-
"kind": "resource",
|
|
25146
|
-
"lexicon": "aws",
|
|
25147
|
-
"propertyConstraints": {
|
|
25148
|
-
"Description": {
|
|
25149
|
-
"minLength": 0,
|
|
25150
|
-
"maxLength": 1024
|
|
25151
|
-
},
|
|
25152
|
-
"Name": {
|
|
25153
|
-
"minLength": 1,
|
|
25154
|
-
"maxLength": 255
|
|
25155
|
-
}
|
|
25156
|
-
},
|
|
25157
|
-
"createOnly": [
|
|
25158
|
-
"Name"
|
|
25159
|
-
],
|
|
25160
|
-
"primaryIdentifier": [
|
|
25161
|
-
"Name"
|
|
25162
|
-
],
|
|
25163
|
-
"tagging": {
|
|
25164
|
-
"taggable": true,
|
|
25165
|
-
"tagOnCreate": true,
|
|
25166
|
-
"tagUpdatable": true
|
|
25167
|
-
}
|
|
25168
|
-
},
|
|
25169
|
-
"DataBrewRecipe_Action": {
|
|
25170
|
-
"resourceType": "AWS::DataBrew::Recipe.Action",
|
|
25171
|
-
"kind": "property",
|
|
25172
|
-
"lexicon": "aws"
|
|
25173
|
-
},
|
|
25174
|
-
"DataBrewRecipe_ConditionExpression": {
|
|
25175
|
-
"resourceType": "AWS::DataBrew::Recipe.ConditionExpression",
|
|
25176
|
-
"kind": "property",
|
|
25177
|
-
"lexicon": "aws"
|
|
25178
|
-
},
|
|
25179
|
-
"DataBrewRecipe_RecipeStep": {
|
|
25180
|
-
"resourceType": "AWS::DataBrew::Recipe.RecipeStep",
|
|
25181
|
-
"kind": "property",
|
|
25182
|
-
"lexicon": "aws"
|
|
25183
|
-
},
|
|
25184
|
-
"DataBrewRecipe_Tag": {
|
|
25185
|
-
"resourceType": "AWS::DataBrew::Recipe.Tag",
|
|
25186
|
-
"kind": "property",
|
|
25187
|
-
"lexicon": "aws"
|
|
25188
|
-
},
|
|
25189
24608
|
"DataBrewSchedule": {
|
|
25190
24609
|
"resourceType": "AWS::DataBrew::Schedule",
|
|
25191
24610
|
"kind": "resource",
|
|
@@ -25351,59 +24770,6 @@
|
|
|
25351
24770
|
"kind": "property",
|
|
25352
24771
|
"lexicon": "aws"
|
|
25353
24772
|
},
|
|
25354
|
-
"DataDeletionJob": {
|
|
25355
|
-
"resourceType": "AWS::Personalize::DataDeletionJob",
|
|
25356
|
-
"kind": "resource",
|
|
25357
|
-
"lexicon": "aws",
|
|
25358
|
-
"attrs": {
|
|
25359
|
-
"DataDeletionJobArn": "DataDeletionJobArn",
|
|
25360
|
-
"Status": "Status",
|
|
25361
|
-
"CreationDateTime": "CreationDateTime",
|
|
25362
|
-
"LastUpdatedDateTime": "LastUpdatedDateTime"
|
|
25363
|
-
},
|
|
25364
|
-
"propertyConstraints": {
|
|
25365
|
-
"JobName": {
|
|
25366
|
-
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
|
|
25367
|
-
"minLength": 1,
|
|
25368
|
-
"maxLength": 63
|
|
25369
|
-
},
|
|
25370
|
-
"DataDeletionJobArn": {
|
|
25371
|
-
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
25372
|
-
"maxLength": 256
|
|
25373
|
-
},
|
|
25374
|
-
"DatasetGroupArn": {
|
|
25375
|
-
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
25376
|
-
"maxLength": 256
|
|
25377
|
-
},
|
|
25378
|
-
"RoleArn": {
|
|
25379
|
-
"pattern": "^arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$",
|
|
25380
|
-
"maxLength": 256
|
|
25381
|
-
},
|
|
25382
|
-
"Status": {
|
|
25383
|
-
"maxLength": 256
|
|
25384
|
-
},
|
|
25385
|
-
"CreationDateTime": {
|
|
25386
|
-
"format": "date-time"
|
|
25387
|
-
},
|
|
25388
|
-
"LastUpdatedDateTime": {
|
|
25389
|
-
"format": "date-time"
|
|
25390
|
-
}
|
|
25391
|
-
},
|
|
25392
|
-
"createOnly": [
|
|
25393
|
-
"DataSource",
|
|
25394
|
-
"DatasetGroupArn",
|
|
25395
|
-
"JobName",
|
|
25396
|
-
"RoleArn"
|
|
25397
|
-
],
|
|
25398
|
-
"primaryIdentifier": [
|
|
25399
|
-
"DataDeletionJobArn"
|
|
25400
|
-
]
|
|
25401
|
-
},
|
|
25402
|
-
"DataDeletionJob_DataSource": {
|
|
25403
|
-
"resourceType": "AWS::Personalize::DataDeletionJob.DataSource",
|
|
25404
|
-
"kind": "property",
|
|
25405
|
-
"lexicon": "aws"
|
|
25406
|
-
},
|
|
25407
24773
|
"DataDeliveryObject": {
|
|
25408
24774
|
"resourceType": "AWS::Evidently::Project.DataDeliveryObject",
|
|
25409
24775
|
"kind": "property",
|
|
@@ -29423,6 +28789,11 @@
|
|
|
29423
28789
|
"kind": "property",
|
|
29424
28790
|
"lexicon": "aws"
|
|
29425
28791
|
},
|
|
28792
|
+
"DeadLetterQueueS3": {
|
|
28793
|
+
"resourceType": "AWS::MSK::Channel.DeadLetterQueueS3",
|
|
28794
|
+
"kind": "property",
|
|
28795
|
+
"lexicon": "aws"
|
|
28796
|
+
},
|
|
29426
28797
|
"DeadlineFleet": {
|
|
29427
28798
|
"resourceType": "AWS::Deadline::Fleet",
|
|
29428
28799
|
"kind": "resource",
|
|
@@ -29712,75 +29083,6 @@
|
|
|
29712
29083
|
"kind": "property",
|
|
29713
29084
|
"lexicon": "aws"
|
|
29714
29085
|
},
|
|
29715
|
-
"DefaultPromptRouter": {
|
|
29716
|
-
"resourceType": "AWS::Bedrock::DefaultPromptRouter",
|
|
29717
|
-
"kind": "resource",
|
|
29718
|
-
"lexicon": "aws",
|
|
29719
|
-
"attrs": {
|
|
29720
|
-
"PromptRouterArn": "PromptRouterArn",
|
|
29721
|
-
"PromptRouterId": "PromptRouterId",
|
|
29722
|
-
"PromptRouterName": "PromptRouterName",
|
|
29723
|
-
"Description": "Description",
|
|
29724
|
-
"RoutingCriteria": "RoutingCriteria",
|
|
29725
|
-
"FallbackModel": "FallbackModel",
|
|
29726
|
-
"Models": "Models",
|
|
29727
|
-
"Status": "Status",
|
|
29728
|
-
"Type": "Type",
|
|
29729
|
-
"CreatedAt": "CreatedAt",
|
|
29730
|
-
"UpdatedAt": "UpdatedAt"
|
|
29731
|
-
},
|
|
29732
|
-
"propertyConstraints": {
|
|
29733
|
-
"PromptRouterArn": {
|
|
29734
|
-
"pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:default-prompt-router/[a-zA-Z0-9-:.]+$",
|
|
29735
|
-
"minLength": 1,
|
|
29736
|
-
"maxLength": 2048
|
|
29737
|
-
},
|
|
29738
|
-
"PromptRouterId": {
|
|
29739
|
-
"minLength": 1,
|
|
29740
|
-
"maxLength": 2048
|
|
29741
|
-
},
|
|
29742
|
-
"PromptRouterName": {
|
|
29743
|
-
"pattern": "^([0-9a-zA-Z][ _-]?)+$",
|
|
29744
|
-
"minLength": 1,
|
|
29745
|
-
"maxLength": 64
|
|
29746
|
-
},
|
|
29747
|
-
"Description": {
|
|
29748
|
-
"pattern": "^([0-9a-zA-Z:.][ _-]?)+$",
|
|
29749
|
-
"minLength": 1,
|
|
29750
|
-
"maxLength": 200
|
|
29751
|
-
},
|
|
29752
|
-
"Status": {
|
|
29753
|
-
"enum": [
|
|
29754
|
-
"AVAILABLE"
|
|
29755
|
-
]
|
|
29756
|
-
},
|
|
29757
|
-
"Type": {
|
|
29758
|
-
"enum": [
|
|
29759
|
-
"custom",
|
|
29760
|
-
"default"
|
|
29761
|
-
]
|
|
29762
|
-
},
|
|
29763
|
-
"CreatedAt": {
|
|
29764
|
-
"format": "date-time"
|
|
29765
|
-
},
|
|
29766
|
-
"UpdatedAt": {
|
|
29767
|
-
"format": "date-time"
|
|
29768
|
-
}
|
|
29769
|
-
},
|
|
29770
|
-
"primaryIdentifier": [
|
|
29771
|
-
"PromptRouterArn"
|
|
29772
|
-
]
|
|
29773
|
-
},
|
|
29774
|
-
"DefaultPromptRouter_PromptRouterTargetModel": {
|
|
29775
|
-
"resourceType": "AWS::Bedrock::DefaultPromptRouter.PromptRouterTargetModel",
|
|
29776
|
-
"kind": "property",
|
|
29777
|
-
"lexicon": "aws"
|
|
29778
|
-
},
|
|
29779
|
-
"DefaultPromptRouter_RoutingCriteria": {
|
|
29780
|
-
"resourceType": "AWS::Bedrock::DefaultPromptRouter.RoutingCriteria",
|
|
29781
|
-
"kind": "property",
|
|
29782
|
-
"lexicon": "aws"
|
|
29783
|
-
},
|
|
29784
29086
|
"DefaultPushNotificationTemplate": {
|
|
29785
29087
|
"resourceType": "AWS::Pinpoint::PushTemplate.DefaultPushNotificationTemplate",
|
|
29786
29088
|
"kind": "property",
|
|
@@ -30830,6 +30132,11 @@
|
|
|
30830
30132
|
"kind": "property",
|
|
30831
30133
|
"lexicon": "aws"
|
|
30832
30134
|
},
|
|
30135
|
+
"DestinationTable": {
|
|
30136
|
+
"resourceType": "AWS::MSK::Channel.DestinationTable",
|
|
30137
|
+
"kind": "property",
|
|
30138
|
+
"lexicon": "aws"
|
|
30139
|
+
},
|
|
30833
30140
|
"DetailedStatusCodesMetrics": {
|
|
30834
30141
|
"resourceType": "AWS::S3::StorageLens.DetailedStatusCodesMetrics",
|
|
30835
30142
|
"kind": "property",
|
|
@@ -31914,11 +31221,6 @@
|
|
|
31914
31221
|
"kind": "property",
|
|
31915
31222
|
"lexicon": "aws"
|
|
31916
31223
|
},
|
|
31917
|
-
"DisplayData": {
|
|
31918
|
-
"resourceType": "AWS::SSO::ApplicationProvider.DisplayData",
|
|
31919
|
-
"kind": "property",
|
|
31920
|
-
"lexicon": "aws"
|
|
31921
|
-
},
|
|
31922
31224
|
"Distribution": {
|
|
31923
31225
|
"resourceType": "AWS::ImageBuilder::DistributionConfiguration.Distribution",
|
|
31924
31226
|
"kind": "property",
|
|
@@ -33201,99 +32503,6 @@
|
|
|
33201
32503
|
"kind": "property",
|
|
33202
32504
|
"lexicon": "aws"
|
|
33203
32505
|
},
|
|
33204
|
-
"DynamoDBExport": {
|
|
33205
|
-
"resourceType": "AWS::DynamoDB::Export",
|
|
33206
|
-
"kind": "resource",
|
|
33207
|
-
"lexicon": "aws",
|
|
33208
|
-
"attrs": {
|
|
33209
|
-
"ExportArn": "ExportArn",
|
|
33210
|
-
"TableName": "TableName",
|
|
33211
|
-
"ExportId": "ExportId",
|
|
33212
|
-
"ExportStatus": "ExportStatus",
|
|
33213
|
-
"TableId": "TableId",
|
|
33214
|
-
"ExportTime": "ExportTime",
|
|
33215
|
-
"StartTime": "StartTime",
|
|
33216
|
-
"EndTime": "EndTime",
|
|
33217
|
-
"ExportManifest": "ExportManifest",
|
|
33218
|
-
"BilledSizeBytes": "BilledSizeBytes",
|
|
33219
|
-
"ItemCount": "ItemCount"
|
|
33220
|
-
},
|
|
33221
|
-
"propertyConstraints": {
|
|
33222
|
-
"ExportArn": {
|
|
33223
|
-
"minLength": 37,
|
|
33224
|
-
"maxLength": 1024
|
|
33225
|
-
},
|
|
33226
|
-
"ExportStatus": {
|
|
33227
|
-
"enum": [
|
|
33228
|
-
"IN_PROGRESS",
|
|
33229
|
-
"COMPLETED",
|
|
33230
|
-
"FAILED"
|
|
33231
|
-
]
|
|
33232
|
-
},
|
|
33233
|
-
"TableArn": {
|
|
33234
|
-
"minLength": 1,
|
|
33235
|
-
"maxLength": 1024
|
|
33236
|
-
},
|
|
33237
|
-
"TableId": {
|
|
33238
|
-
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
|
|
33239
|
-
},
|
|
33240
|
-
"ExportTime": {
|
|
33241
|
-
"format": "date-time"
|
|
33242
|
-
},
|
|
33243
|
-
"S3Bucket": {
|
|
33244
|
-
"pattern": "^[a-z0-9A-Z]+[\\.\\-\\w]*[a-z0-9A-Z]+$",
|
|
33245
|
-
"maxLength": 255
|
|
33246
|
-
},
|
|
33247
|
-
"S3BucketOwner": {
|
|
33248
|
-
"pattern": "^[0-9]{12}$"
|
|
33249
|
-
},
|
|
33250
|
-
"S3Prefix": {
|
|
33251
|
-
"maxLength": 1024
|
|
33252
|
-
},
|
|
33253
|
-
"S3SseAlgorithm": {
|
|
33254
|
-
"enum": [
|
|
33255
|
-
"AES256",
|
|
33256
|
-
"KMS"
|
|
33257
|
-
]
|
|
33258
|
-
},
|
|
33259
|
-
"ExportFormat": {
|
|
33260
|
-
"enum": [
|
|
33261
|
-
"DYNAMODB_JSON",
|
|
33262
|
-
"ION"
|
|
33263
|
-
]
|
|
33264
|
-
},
|
|
33265
|
-
"ExportType": {
|
|
33266
|
-
"enum": [
|
|
33267
|
-
"FULL_EXPORT",
|
|
33268
|
-
"INCREMENTAL_EXPORT"
|
|
33269
|
-
]
|
|
33270
|
-
},
|
|
33271
|
-
"StartTime": {
|
|
33272
|
-
"format": "date-time"
|
|
33273
|
-
},
|
|
33274
|
-
"EndTime": {
|
|
33275
|
-
"format": "date-time"
|
|
33276
|
-
},
|
|
33277
|
-
"BilledSizeBytes": {
|
|
33278
|
-
"minimum": 0
|
|
33279
|
-
},
|
|
33280
|
-
"ItemCount": {
|
|
33281
|
-
"minimum": 0
|
|
33282
|
-
}
|
|
33283
|
-
},
|
|
33284
|
-
"createOnly": [
|
|
33285
|
-
"ExportFormat",
|
|
33286
|
-
"ExportType",
|
|
33287
|
-
"S3Bucket",
|
|
33288
|
-
"S3BucketOwner",
|
|
33289
|
-
"S3Prefix",
|
|
33290
|
-
"S3SseAlgorithm",
|
|
33291
|
-
"TableArn"
|
|
33292
|
-
],
|
|
33293
|
-
"primaryIdentifier": [
|
|
33294
|
-
"ExportArn"
|
|
33295
|
-
]
|
|
33296
|
-
},
|
|
33297
32506
|
"DynamoDBTarget": {
|
|
33298
32507
|
"resourceType": "AWS::Glue::Crawler.DynamoDBTarget",
|
|
33299
32508
|
"kind": "property",
|
|
@@ -36090,6 +35299,11 @@
|
|
|
36090
35299
|
"kind": "property",
|
|
36091
35300
|
"lexicon": "aws"
|
|
36092
35301
|
},
|
|
35302
|
+
"EmrSettings": {
|
|
35303
|
+
"resourceType": "AWS::SageMaker::UserProfile.EmrSettings",
|
|
35304
|
+
"kind": "property",
|
|
35305
|
+
"lexicon": "aws"
|
|
35306
|
+
},
|
|
36093
35307
|
"EnaSrdUdpSpecification": {
|
|
36094
35308
|
"resourceType": "AWS::EC2::Instance.EnaSrdUdpSpecification",
|
|
36095
35309
|
"kind": "property",
|
|
@@ -36688,6 +35902,11 @@
|
|
|
36688
35902
|
"kind": "property",
|
|
36689
35903
|
"lexicon": "aws"
|
|
36690
35904
|
},
|
|
35905
|
+
"EngineConfiguration": {
|
|
35906
|
+
"resourceType": "AWS::Athena::WorkGroup.EngineConfiguration",
|
|
35907
|
+
"kind": "property",
|
|
35908
|
+
"lexicon": "aws"
|
|
35909
|
+
},
|
|
36691
35910
|
"EngineVersion": {
|
|
36692
35911
|
"resourceType": "AWS::Athena::WorkGroup.EngineVersion",
|
|
36693
35912
|
"kind": "property",
|
|
@@ -37244,11 +36463,6 @@
|
|
|
37244
36463
|
"kind": "property",
|
|
37245
36464
|
"lexicon": "aws"
|
|
37246
36465
|
},
|
|
37247
|
-
"EumsSmsConfiguration": {
|
|
37248
|
-
"resourceType": "AWS::Cognito::UserPool.EumsSmsConfiguration",
|
|
37249
|
-
"kind": "property",
|
|
37250
|
-
"lexicon": "aws"
|
|
37251
|
-
},
|
|
37252
36466
|
"EvaluateOnExit": {
|
|
37253
36467
|
"resourceType": "AWS::Batch::JobDefinition.EvaluateOnExit",
|
|
37254
36468
|
"kind": "property",
|
|
@@ -37407,6 +36621,11 @@
|
|
|
37407
36621
|
"kind": "property",
|
|
37408
36622
|
"lexicon": "aws"
|
|
37409
36623
|
},
|
|
36624
|
+
"EvaluationWindow": {
|
|
36625
|
+
"resourceType": "AWS::CloudWatch::Alarm.EvaluationWindow",
|
|
36626
|
+
"kind": "property",
|
|
36627
|
+
"lexicon": "aws"
|
|
36628
|
+
},
|
|
37410
36629
|
"Evaluator": {
|
|
37411
36630
|
"resourceType": "AWS::BedrockAgentCore::Evaluator",
|
|
37412
36631
|
"kind": "resource",
|
|
@@ -38826,78 +38045,11 @@
|
|
|
38826
38045
|
"kind": "property",
|
|
38827
38046
|
"lexicon": "aws"
|
|
38828
38047
|
},
|
|
38829
|
-
"Execution": {
|
|
38830
|
-
"resourceType": "AWS::States::Execution",
|
|
38831
|
-
"kind": "resource",
|
|
38832
|
-
"lexicon": "aws",
|
|
38833
|
-
"attrs": {
|
|
38834
|
-
"ExecutionArn": "ExecutionArn",
|
|
38835
|
-
"StateMachineName": "StateMachineName",
|
|
38836
|
-
"Status": "Status",
|
|
38837
|
-
"StartDate": "StartDate",
|
|
38838
|
-
"RedriveCount": "RedriveCount",
|
|
38839
|
-
"RedriveStatus": "RedriveStatus"
|
|
38840
|
-
},
|
|
38841
|
-
"propertyConstraints": {
|
|
38842
|
-
"ExecutionArn": {
|
|
38843
|
-
"minLength": 1,
|
|
38844
|
-
"maxLength": 256
|
|
38845
|
-
},
|
|
38846
|
-
"StateMachineArn": {
|
|
38847
|
-
"minLength": 1,
|
|
38848
|
-
"maxLength": 256
|
|
38849
|
-
},
|
|
38850
|
-
"StateMachineName": {
|
|
38851
|
-
"minLength": 1,
|
|
38852
|
-
"maxLength": 80
|
|
38853
|
-
},
|
|
38854
|
-
"Name": {
|
|
38855
|
-
"minLength": 1,
|
|
38856
|
-
"maxLength": 80
|
|
38857
|
-
},
|
|
38858
|
-
"Input": {
|
|
38859
|
-
"maxLength": 262144
|
|
38860
|
-
},
|
|
38861
|
-
"Status": {
|
|
38862
|
-
"enum": [
|
|
38863
|
-
"RUNNING",
|
|
38864
|
-
"SUCCEEDED",
|
|
38865
|
-
"FAILED",
|
|
38866
|
-
"TIMED_OUT",
|
|
38867
|
-
"ABORTED",
|
|
38868
|
-
"PENDING_REDRIVE"
|
|
38869
|
-
]
|
|
38870
|
-
},
|
|
38871
|
-
"StartDate": {
|
|
38872
|
-
"format": "date-time"
|
|
38873
|
-
},
|
|
38874
|
-
"RedriveStatus": {
|
|
38875
|
-
"enum": [
|
|
38876
|
-
"REDRIVABLE",
|
|
38877
|
-
"NOT_REDRIVABLE",
|
|
38878
|
-
"REDRIVABLE_BY_MAP_RUN"
|
|
38879
|
-
]
|
|
38880
|
-
}
|
|
38881
|
-
},
|
|
38882
|
-
"createOnly": [
|
|
38883
|
-
"Input",
|
|
38884
|
-
"Name",
|
|
38885
|
-
"StateMachineArn"
|
|
38886
|
-
],
|
|
38887
|
-
"primaryIdentifier": [
|
|
38888
|
-
"ExecutionArn"
|
|
38889
|
-
]
|
|
38890
|
-
},
|
|
38891
38048
|
"ExecutionControls": {
|
|
38892
38049
|
"resourceType": "AWS::Config::RemediationConfiguration.ExecutionControls",
|
|
38893
38050
|
"kind": "property",
|
|
38894
38051
|
"lexicon": "aws"
|
|
38895
38052
|
},
|
|
38896
|
-
"ExecutionEngineConfig": {
|
|
38897
|
-
"resourceType": "AWS::EMR::NotebookExecution.ExecutionEngineConfig",
|
|
38898
|
-
"kind": "property",
|
|
38899
|
-
"lexicon": "aws"
|
|
38900
|
-
},
|
|
38901
38053
|
"ExecutionPlan": {
|
|
38902
38054
|
"resourceType": "AWS::KendraRanking::ExecutionPlan",
|
|
38903
38055
|
"kind": "resource",
|
|
@@ -39080,9 +38232,32 @@
|
|
|
39080
38232
|
"lexicon": "aws"
|
|
39081
38233
|
},
|
|
39082
38234
|
"Export": {
|
|
39083
|
-
"resourceType": "AWS::BCMDataExports::Export
|
|
39084
|
-
"kind": "
|
|
39085
|
-
"lexicon": "aws"
|
|
38235
|
+
"resourceType": "AWS::BCMDataExports::Export",
|
|
38236
|
+
"kind": "resource",
|
|
38237
|
+
"lexicon": "aws",
|
|
38238
|
+
"attrs": {
|
|
38239
|
+
"ExportArn": "ExportArn",
|
|
38240
|
+
"Export_ExportArn": "Export.ExportArn"
|
|
38241
|
+
},
|
|
38242
|
+
"propertyConstraints": {
|
|
38243
|
+
"ExportArn": {
|
|
38244
|
+
"pattern": "^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$",
|
|
38245
|
+
"minLength": 20,
|
|
38246
|
+
"maxLength": 2048
|
|
38247
|
+
}
|
|
38248
|
+
},
|
|
38249
|
+
"createOnly": [
|
|
38250
|
+
"Export/Name",
|
|
38251
|
+
"Export/RefreshCadence"
|
|
38252
|
+
],
|
|
38253
|
+
"primaryIdentifier": [
|
|
38254
|
+
"ExportArn"
|
|
38255
|
+
],
|
|
38256
|
+
"tagging": {
|
|
38257
|
+
"taggable": true,
|
|
38258
|
+
"tagOnCreate": true,
|
|
38259
|
+
"tagUpdatable": true
|
|
38260
|
+
}
|
|
39086
38261
|
},
|
|
39087
38262
|
"ExportHiddenFieldsOption": {
|
|
39088
38263
|
"resourceType": "AWS::QuickSight::Dashboard.ExportHiddenFieldsOption",
|
|
@@ -39099,6 +38274,36 @@
|
|
|
39099
38274
|
"kind": "property",
|
|
39100
38275
|
"lexicon": "aws"
|
|
39101
38276
|
},
|
|
38277
|
+
"Export_DataQuery": {
|
|
38278
|
+
"resourceType": "AWS::BCMDataExports::Export.DataQuery",
|
|
38279
|
+
"kind": "property",
|
|
38280
|
+
"lexicon": "aws"
|
|
38281
|
+
},
|
|
38282
|
+
"Export_DestinationConfigurations": {
|
|
38283
|
+
"resourceType": "AWS::BCMDataExports::Export.DestinationConfigurations",
|
|
38284
|
+
"kind": "property",
|
|
38285
|
+
"lexicon": "aws"
|
|
38286
|
+
},
|
|
38287
|
+
"Export_Export": {
|
|
38288
|
+
"resourceType": "AWS::BCMDataExports::Export.Export",
|
|
38289
|
+
"kind": "property",
|
|
38290
|
+
"lexicon": "aws"
|
|
38291
|
+
},
|
|
38292
|
+
"Export_RefreshCadence": {
|
|
38293
|
+
"resourceType": "AWS::BCMDataExports::Export.RefreshCadence",
|
|
38294
|
+
"kind": "property",
|
|
38295
|
+
"lexicon": "aws"
|
|
38296
|
+
},
|
|
38297
|
+
"Export_ResourceTag": {
|
|
38298
|
+
"resourceType": "AWS::BCMDataExports::Export.ResourceTag",
|
|
38299
|
+
"kind": "property",
|
|
38300
|
+
"lexicon": "aws"
|
|
38301
|
+
},
|
|
38302
|
+
"Export_S3Destination": {
|
|
38303
|
+
"resourceType": "AWS::BCMDataExports::Export.S3Destination",
|
|
38304
|
+
"kind": "property",
|
|
38305
|
+
"lexicon": "aws"
|
|
38306
|
+
},
|
|
39102
38307
|
"ExportingConfig": {
|
|
39103
38308
|
"resourceType": "AWS::CustomerProfiles::Domain.ExportingConfig",
|
|
39104
38309
|
"kind": "property",
|
|
@@ -40507,11 +39712,6 @@
|
|
|
40507
39712
|
"kind": "property",
|
|
40508
39713
|
"lexicon": "aws"
|
|
40509
39714
|
},
|
|
40510
|
-
"FirehoseLogDestination": {
|
|
40511
|
-
"resourceType": "AWS::Pipes::Pipe.FirehoseLogDestination",
|
|
40512
|
-
"kind": "property",
|
|
40513
|
-
"lexicon": "aws"
|
|
40514
|
-
},
|
|
40515
39715
|
"Firewall": {
|
|
40516
39716
|
"resourceType": "AWS::NetworkFirewall::Firewall",
|
|
40517
39717
|
"kind": "resource",
|
|
@@ -44515,35 +43715,6 @@
|
|
|
44515
43715
|
"kind": "property",
|
|
44516
43716
|
"lexicon": "aws"
|
|
44517
43717
|
},
|
|
44518
|
-
"GreengrassV2Component": {
|
|
44519
|
-
"resourceType": "AWS::GreengrassV2::Component",
|
|
44520
|
-
"kind": "resource",
|
|
44521
|
-
"lexicon": "aws",
|
|
44522
|
-
"attrs": {
|
|
44523
|
-
"Arn": "Arn"
|
|
44524
|
-
},
|
|
44525
|
-
"propertyConstraints": {
|
|
44526
|
-
"Arn": {
|
|
44527
|
-
"pattern": "^arn:[^:]*:greengrass:[^:]*:(aws|[0-9]+):components:[^:]+$"
|
|
44528
|
-
},
|
|
44529
|
-
"ComponentName": {
|
|
44530
|
-
"minLength": 1,
|
|
44531
|
-
"maxLength": 128
|
|
44532
|
-
}
|
|
44533
|
-
},
|
|
44534
|
-
"createOnly": [
|
|
44535
|
-
"ComponentName",
|
|
44536
|
-
"Tags"
|
|
44537
|
-
],
|
|
44538
|
-
"primaryIdentifier": [
|
|
44539
|
-
"Arn"
|
|
44540
|
-
],
|
|
44541
|
-
"tagging": {
|
|
44542
|
-
"taggable": true,
|
|
44543
|
-
"tagOnCreate": false,
|
|
44544
|
-
"tagUpdatable": false
|
|
44545
|
-
}
|
|
44546
|
-
},
|
|
44547
43718
|
"GreengrassV2Deployment": {
|
|
44548
43719
|
"resourceType": "AWS::GreengrassV2::Deployment",
|
|
44549
43720
|
"kind": "resource",
|
|
@@ -45682,41 +44853,6 @@
|
|
|
45682
44853
|
"kind": "property",
|
|
45683
44854
|
"lexicon": "aws"
|
|
45684
44855
|
},
|
|
45685
|
-
"HarvestJob": {
|
|
45686
|
-
"resourceType": "AWS::MediaPackage::HarvestJob",
|
|
45687
|
-
"kind": "resource",
|
|
45688
|
-
"lexicon": "aws",
|
|
45689
|
-
"attrs": {
|
|
45690
|
-
"Arn": "Arn",
|
|
45691
|
-
"ChannelId": "ChannelId",
|
|
45692
|
-
"CreatedAt": "CreatedAt",
|
|
45693
|
-
"Status": "Status"
|
|
45694
|
-
},
|
|
45695
|
-
"propertyConstraints": {
|
|
45696
|
-
"Status": {
|
|
45697
|
-
"enum": [
|
|
45698
|
-
"IN_PROGRESS",
|
|
45699
|
-
"SUCCEEDED",
|
|
45700
|
-
"FAILED"
|
|
45701
|
-
]
|
|
45702
|
-
}
|
|
45703
|
-
},
|
|
45704
|
-
"createOnly": [
|
|
45705
|
-
"EndTime",
|
|
45706
|
-
"Id",
|
|
45707
|
-
"OriginEndpointId",
|
|
45708
|
-
"S3Destination",
|
|
45709
|
-
"StartTime"
|
|
45710
|
-
],
|
|
45711
|
-
"primaryIdentifier": [
|
|
45712
|
-
"Arn"
|
|
45713
|
-
]
|
|
45714
|
-
},
|
|
45715
|
-
"HarvestJob_S3Destination": {
|
|
45716
|
-
"resourceType": "AWS::MediaPackage::HarvestJob.S3Destination",
|
|
45717
|
-
"kind": "property",
|
|
45718
|
-
"lexicon": "aws"
|
|
45719
|
-
},
|
|
45720
44856
|
"HeaderConfig": {
|
|
45721
44857
|
"resourceType": "AWS::Pinpoint::InAppTemplate.HeaderConfig",
|
|
45722
44858
|
"kind": "property",
|
|
@@ -47353,11 +46489,6 @@
|
|
|
47353
46489
|
"kind": "property",
|
|
47354
46490
|
"lexicon": "aws"
|
|
47355
46491
|
},
|
|
47356
|
-
"IcebergDestinationConfiguration": {
|
|
47357
|
-
"resourceType": "AWS::KinesisFirehose::DeliveryStream.IcebergDestinationConfiguration",
|
|
47358
|
-
"kind": "property",
|
|
47359
|
-
"lexicon": "aws"
|
|
47360
|
-
},
|
|
47361
46492
|
"IcebergInput": {
|
|
47362
46493
|
"resourceType": "AWS::Glue::Table.IcebergInput",
|
|
47363
46494
|
"kind": "property",
|
|
@@ -54319,11 +53450,6 @@
|
|
|
54319
53450
|
"kind": "property",
|
|
54320
53451
|
"lexicon": "aws"
|
|
54321
53452
|
},
|
|
54322
|
-
"KmsConfiguration": {
|
|
54323
|
-
"resourceType": "AWS::BedrockAgentCore::TokenVault.KmsConfiguration",
|
|
54324
|
-
"kind": "property",
|
|
54325
|
-
"lexicon": "aws"
|
|
54326
|
-
},
|
|
54327
53453
|
"KmsEncryptionConfig": {
|
|
54328
53454
|
"resourceType": "AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig",
|
|
54329
53455
|
"kind": "property",
|
|
@@ -59005,6 +58131,162 @@
|
|
|
59005
58131
|
"kind": "property",
|
|
59006
58132
|
"lexicon": "aws"
|
|
59007
58133
|
},
|
|
58134
|
+
"MSKChannel": {
|
|
58135
|
+
"resourceType": "AWS::MSK::Channel",
|
|
58136
|
+
"kind": "resource",
|
|
58137
|
+
"lexicon": "aws",
|
|
58138
|
+
"attrs": {
|
|
58139
|
+
"ChannelArn": "ChannelArn",
|
|
58140
|
+
"Status": "Status",
|
|
58141
|
+
"StateInfo": "StateInfo"
|
|
58142
|
+
},
|
|
58143
|
+
"propertyConstraints": {
|
|
58144
|
+
"ClusterArn": {
|
|
58145
|
+
"pattern": "^arn:[\\w-]+:kafka:[\\w-]+:\\d+:cluster.*\\Z"
|
|
58146
|
+
}
|
|
58147
|
+
},
|
|
58148
|
+
"createOnly": [
|
|
58149
|
+
"ChannelName",
|
|
58150
|
+
"ClusterArn",
|
|
58151
|
+
"TopicConfigurationList",
|
|
58152
|
+
"EncryptionConfiguration",
|
|
58153
|
+
"LoggingInfo",
|
|
58154
|
+
"IcebergDestinationConfiguration/ServiceExecutionRoleArn",
|
|
58155
|
+
"IcebergDestinationConfiguration/Catalog",
|
|
58156
|
+
"IcebergDestinationConfiguration/Catalog/CatalogArn",
|
|
58157
|
+
"IcebergDestinationConfiguration/Catalog/WarehouseLocation",
|
|
58158
|
+
"IcebergDestinationConfiguration/DeadLetterQueueS3",
|
|
58159
|
+
"IcebergDestinationConfiguration/DeadLetterQueueS3/BucketArn",
|
|
58160
|
+
"IcebergDestinationConfiguration/DeadLetterQueueS3/ErrorOutputPrefix",
|
|
58161
|
+
"IcebergDestinationConfiguration/DeadLetterQueueS3/ExpectedBucketOwner",
|
|
58162
|
+
"IcebergDestinationConfiguration/AppendOnly",
|
|
58163
|
+
"IcebergDestinationConfiguration/SchemaEvolution",
|
|
58164
|
+
"IcebergDestinationConfiguration/SchemaEvolution/EnableSchemaEvolution",
|
|
58165
|
+
"IcebergDestinationConfiguration/TableCreation",
|
|
58166
|
+
"IcebergDestinationConfiguration/TableCreation/EnableTableCreation",
|
|
58167
|
+
"IcebergDestinationConfiguration/DestinationTableList",
|
|
58168
|
+
"IcebergDestinationConfiguration/DestinationTableList/*/DestinationDatabaseName",
|
|
58169
|
+
"IcebergDestinationConfiguration/DestinationTableList/*/DestinationTableName",
|
|
58170
|
+
"IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec",
|
|
58171
|
+
"IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/PartitionStrategy",
|
|
58172
|
+
"IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/SourceList",
|
|
58173
|
+
"IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/SourceList/*/SourceName",
|
|
58174
|
+
"IcebergDestinationConfiguration/CompressionType",
|
|
58175
|
+
"S3DestinationConfiguration/ServiceExecutionRoleArn",
|
|
58176
|
+
"S3DestinationConfiguration/DeadLetterQueueS3",
|
|
58177
|
+
"S3DestinationConfiguration/DeadLetterQueueS3/BucketArn",
|
|
58178
|
+
"S3DestinationConfiguration/DeadLetterQueueS3/ErrorOutputPrefix",
|
|
58179
|
+
"S3DestinationConfiguration/DeadLetterQueueS3/ExpectedBucketOwner",
|
|
58180
|
+
"S3DestinationConfiguration/Storage",
|
|
58181
|
+
"S3DestinationConfiguration/Storage/BucketArn",
|
|
58182
|
+
"S3DestinationConfiguration/Storage/OutputPrefix",
|
|
58183
|
+
"S3DestinationConfiguration/Storage/OutputKeyTemplate",
|
|
58184
|
+
"S3DestinationConfiguration/Storage/StorageClass",
|
|
58185
|
+
"S3DestinationConfiguration/Storage/CompressionType",
|
|
58186
|
+
"S3DestinationConfiguration/Storage/ExpectedBucketOwner"
|
|
58187
|
+
],
|
|
58188
|
+
"writeOnly": [
|
|
58189
|
+
"ClusterArn"
|
|
58190
|
+
],
|
|
58191
|
+
"primaryIdentifier": [
|
|
58192
|
+
"ChannelArn"
|
|
58193
|
+
],
|
|
58194
|
+
"tagging": {
|
|
58195
|
+
"taggable": true,
|
|
58196
|
+
"tagOnCreate": true,
|
|
58197
|
+
"tagUpdatable": true
|
|
58198
|
+
}
|
|
58199
|
+
},
|
|
58200
|
+
"MSKChannel_Catalog": {
|
|
58201
|
+
"resourceType": "AWS::MSK::Channel.Catalog",
|
|
58202
|
+
"kind": "property",
|
|
58203
|
+
"lexicon": "aws"
|
|
58204
|
+
},
|
|
58205
|
+
"MSKChannel_ChannelLoggingInfo": {
|
|
58206
|
+
"resourceType": "AWS::MSK::Channel.ChannelLoggingInfo",
|
|
58207
|
+
"kind": "property",
|
|
58208
|
+
"lexicon": "aws"
|
|
58209
|
+
},
|
|
58210
|
+
"MSKChannel_ChannelStateInfo": {
|
|
58211
|
+
"resourceType": "AWS::MSK::Channel.ChannelStateInfo",
|
|
58212
|
+
"kind": "property",
|
|
58213
|
+
"lexicon": "aws"
|
|
58214
|
+
},
|
|
58215
|
+
"MSKChannel_CloudWatchLogsLogDestination": {
|
|
58216
|
+
"resourceType": "AWS::MSK::Channel.CloudWatchLogsLogDestination",
|
|
58217
|
+
"kind": "property",
|
|
58218
|
+
"lexicon": "aws"
|
|
58219
|
+
},
|
|
58220
|
+
"MSKChannel_DeadLetterQueueS3": {
|
|
58221
|
+
"resourceType": "AWS::MSK::Channel.DeadLetterQueueS3",
|
|
58222
|
+
"kind": "property",
|
|
58223
|
+
"lexicon": "aws"
|
|
58224
|
+
},
|
|
58225
|
+
"MSKChannel_DestinationTable": {
|
|
58226
|
+
"resourceType": "AWS::MSK::Channel.DestinationTable",
|
|
58227
|
+
"kind": "property",
|
|
58228
|
+
"lexicon": "aws"
|
|
58229
|
+
},
|
|
58230
|
+
"MSKChannel_EncryptionConfiguration": {
|
|
58231
|
+
"resourceType": "AWS::MSK::Channel.EncryptionConfiguration",
|
|
58232
|
+
"kind": "property",
|
|
58233
|
+
"lexicon": "aws"
|
|
58234
|
+
},
|
|
58235
|
+
"MSKChannel_FirehoseLogDestination": {
|
|
58236
|
+
"resourceType": "AWS::MSK::Channel.FirehoseLogDestination",
|
|
58237
|
+
"kind": "property",
|
|
58238
|
+
"lexicon": "aws"
|
|
58239
|
+
},
|
|
58240
|
+
"MSKChannel_IcebergDestinationConfiguration": {
|
|
58241
|
+
"resourceType": "AWS::MSK::Channel.IcebergDestinationConfiguration",
|
|
58242
|
+
"kind": "property",
|
|
58243
|
+
"lexicon": "aws"
|
|
58244
|
+
},
|
|
58245
|
+
"MSKChannel_PartitionSpec": {
|
|
58246
|
+
"resourceType": "AWS::MSK::Channel.PartitionSpec",
|
|
58247
|
+
"kind": "property",
|
|
58248
|
+
"lexicon": "aws"
|
|
58249
|
+
},
|
|
58250
|
+
"MSKChannel_RecordConverter": {
|
|
58251
|
+
"resourceType": "AWS::MSK::Channel.RecordConverter",
|
|
58252
|
+
"kind": "property",
|
|
58253
|
+
"lexicon": "aws"
|
|
58254
|
+
},
|
|
58255
|
+
"MSKChannel_RecordSchema": {
|
|
58256
|
+
"resourceType": "AWS::MSK::Channel.RecordSchema",
|
|
58257
|
+
"kind": "property",
|
|
58258
|
+
"lexicon": "aws"
|
|
58259
|
+
},
|
|
58260
|
+
"MSKChannel_S3DestinationConfiguration": {
|
|
58261
|
+
"resourceType": "AWS::MSK::Channel.S3DestinationConfiguration",
|
|
58262
|
+
"kind": "property",
|
|
58263
|
+
"lexicon": "aws"
|
|
58264
|
+
},
|
|
58265
|
+
"MSKChannel_S3LogDestination": {
|
|
58266
|
+
"resourceType": "AWS::MSK::Channel.S3LogDestination",
|
|
58267
|
+
"kind": "property",
|
|
58268
|
+
"lexicon": "aws"
|
|
58269
|
+
},
|
|
58270
|
+
"MSKChannel_S3Storage": {
|
|
58271
|
+
"resourceType": "AWS::MSK::Channel.S3Storage",
|
|
58272
|
+
"kind": "property",
|
|
58273
|
+
"lexicon": "aws"
|
|
58274
|
+
},
|
|
58275
|
+
"MSKChannel_SchemaEvolution": {
|
|
58276
|
+
"resourceType": "AWS::MSK::Channel.SchemaEvolution",
|
|
58277
|
+
"kind": "property",
|
|
58278
|
+
"lexicon": "aws"
|
|
58279
|
+
},
|
|
58280
|
+
"MSKChannel_TableCreation": {
|
|
58281
|
+
"resourceType": "AWS::MSK::Channel.TableCreation",
|
|
58282
|
+
"kind": "property",
|
|
58283
|
+
"lexicon": "aws"
|
|
58284
|
+
},
|
|
58285
|
+
"MSKChannel_TopicConfiguration": {
|
|
58286
|
+
"resourceType": "AWS::MSK::Channel.TopicConfiguration",
|
|
58287
|
+
"kind": "property",
|
|
58288
|
+
"lexicon": "aws"
|
|
58289
|
+
},
|
|
59008
58290
|
"MSKCluster": {
|
|
59009
58291
|
"resourceType": "AWS::MSK::Cluster",
|
|
59010
58292
|
"kind": "resource",
|
|
@@ -59358,42 +58640,6 @@
|
|
|
59358
58640
|
"kind": "property",
|
|
59359
58641
|
"lexicon": "aws"
|
|
59360
58642
|
},
|
|
59361
|
-
"MacieSession": {
|
|
59362
|
-
"resourceType": "AWS::Macie::Session",
|
|
59363
|
-
"kind": "resource",
|
|
59364
|
-
"lexicon": "aws",
|
|
59365
|
-
"attrs": {
|
|
59366
|
-
"AwsAccountId": "AwsAccountId",
|
|
59367
|
-
"ServiceRole": "ServiceRole",
|
|
59368
|
-
"AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
|
|
59369
|
-
},
|
|
59370
|
-
"propertyConstraints": {
|
|
59371
|
-
"Status": {
|
|
59372
|
-
"default": "ENABLED",
|
|
59373
|
-
"enum": [
|
|
59374
|
-
"ENABLED",
|
|
59375
|
-
"PAUSED"
|
|
59376
|
-
]
|
|
59377
|
-
},
|
|
59378
|
-
"FindingPublishingFrequency": {
|
|
59379
|
-
"default": "SIX_HOURS",
|
|
59380
|
-
"enum": [
|
|
59381
|
-
"FIFTEEN_MINUTES",
|
|
59382
|
-
"ONE_HOUR",
|
|
59383
|
-
"SIX_HOURS"
|
|
59384
|
-
]
|
|
59385
|
-
},
|
|
59386
|
-
"AutomatedDiscoveryStatus": {
|
|
59387
|
-
"enum": [
|
|
59388
|
-
"ENABLED",
|
|
59389
|
-
"DISABLED"
|
|
59390
|
-
]
|
|
59391
|
-
}
|
|
59392
|
-
},
|
|
59393
|
-
"primaryIdentifier": [
|
|
59394
|
-
"AwsAccountId"
|
|
59395
|
-
]
|
|
59396
|
-
},
|
|
59397
58643
|
"Macro": {
|
|
59398
58644
|
"resourceType": "AWS::CloudFormation::Macro",
|
|
59399
58645
|
"kind": "resource",
|
|
@@ -60106,37 +59352,6 @@
|
|
|
60106
59352
|
"ManagedNotificationConfigurationArn"
|
|
60107
59353
|
]
|
|
60108
59354
|
},
|
|
60109
|
-
"ManagedNotificationConfiguration": {
|
|
60110
|
-
"resourceType": "AWS::UserNotifications::ManagedNotificationConfiguration",
|
|
60111
|
-
"kind": "resource",
|
|
60112
|
-
"lexicon": "aws",
|
|
60113
|
-
"attrs": {
|
|
60114
|
-
"Arn": "Arn",
|
|
60115
|
-
"Name": "Name",
|
|
60116
|
-
"Description": "Description"
|
|
60117
|
-
},
|
|
60118
|
-
"propertyConstraints": {
|
|
60119
|
-
"Arn": {
|
|
60120
|
-
"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}$"
|
|
60121
|
-
},
|
|
60122
|
-
"Name": {
|
|
60123
|
-
"minLength": 1,
|
|
60124
|
-
"maxLength": 64
|
|
60125
|
-
},
|
|
60126
|
-
"Description": {
|
|
60127
|
-
"pattern": "^[^\\u0001-\\u001F\\u007F-\\u009F]*$",
|
|
60128
|
-
"minLength": 0,
|
|
60129
|
-
"maxLength": 256
|
|
60130
|
-
}
|
|
60131
|
-
},
|
|
60132
|
-
"createOnly": [
|
|
60133
|
-
"Category",
|
|
60134
|
-
"SubCategory"
|
|
60135
|
-
],
|
|
60136
|
-
"primaryIdentifier": [
|
|
60137
|
-
"Arn"
|
|
60138
|
-
]
|
|
60139
|
-
},
|
|
60140
59355
|
"ManagedPersistenceMonitoringConfiguration": {
|
|
60141
59356
|
"resourceType": "AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration",
|
|
60142
59357
|
"kind": "property",
|
|
@@ -60296,82 +59511,6 @@
|
|
|
60296
59511
|
"kind": "property",
|
|
60297
59512
|
"lexicon": "aws"
|
|
60298
59513
|
},
|
|
60299
|
-
"MapRun": {
|
|
60300
|
-
"resourceType": "AWS::StepFunctions::MapRun",
|
|
60301
|
-
"kind": "resource",
|
|
60302
|
-
"lexicon": "aws",
|
|
60303
|
-
"attrs": {
|
|
60304
|
-
"MapRunArn": "MapRunArn",
|
|
60305
|
-
"Status": "Status",
|
|
60306
|
-
"StartDate": "StartDate",
|
|
60307
|
-
"StopDate": "StopDate",
|
|
60308
|
-
"MaxConcurrency": "MaxConcurrency",
|
|
60309
|
-
"ToleratedFailurePercentage": "ToleratedFailurePercentage",
|
|
60310
|
-
"ToleratedFailureCount": "ToleratedFailureCount",
|
|
60311
|
-
"ItemCounts": "ItemCounts",
|
|
60312
|
-
"ExecutionCounts": "ExecutionCounts"
|
|
60313
|
-
},
|
|
60314
|
-
"propertyConstraints": {
|
|
60315
|
-
"MapRunArn": {
|
|
60316
|
-
"minLength": 1,
|
|
60317
|
-
"maxLength": 2000
|
|
60318
|
-
},
|
|
60319
|
-
"ExecutionArn": {
|
|
60320
|
-
"minLength": 1,
|
|
60321
|
-
"maxLength": 256
|
|
60322
|
-
},
|
|
60323
|
-
"Status": {
|
|
60324
|
-
"enum": [
|
|
60325
|
-
"RUNNING",
|
|
60326
|
-
"SUCCEEDED",
|
|
60327
|
-
"FAILED",
|
|
60328
|
-
"ABORTED"
|
|
60329
|
-
]
|
|
60330
|
-
},
|
|
60331
|
-
"StartDate": {
|
|
60332
|
-
"format": "date-time"
|
|
60333
|
-
},
|
|
60334
|
-
"StopDate": {
|
|
60335
|
-
"format": "date-time"
|
|
60336
|
-
},
|
|
60337
|
-
"MaxConcurrency": {
|
|
60338
|
-
"minimum": 0
|
|
60339
|
-
},
|
|
60340
|
-
"ToleratedFailurePercentage": {
|
|
60341
|
-
"minimum": 0,
|
|
60342
|
-
"maximum": 100
|
|
60343
|
-
},
|
|
60344
|
-
"ToleratedFailureCount": {
|
|
60345
|
-
"minimum": 0
|
|
60346
|
-
}
|
|
60347
|
-
},
|
|
60348
|
-
"createOnly": [
|
|
60349
|
-
"ExecutionArn"
|
|
60350
|
-
],
|
|
60351
|
-
"primaryIdentifier": [
|
|
60352
|
-
"MapRunArn"
|
|
60353
|
-
]
|
|
60354
|
-
},
|
|
60355
|
-
"MapRunExecutionCounts": {
|
|
60356
|
-
"resourceType": "AWS::StepFunctions::MapRun.MapRunExecutionCounts",
|
|
60357
|
-
"kind": "property",
|
|
60358
|
-
"lexicon": "aws"
|
|
60359
|
-
},
|
|
60360
|
-
"MapRunItemCounts": {
|
|
60361
|
-
"resourceType": "AWS::StepFunctions::MapRun.MapRunItemCounts",
|
|
60362
|
-
"kind": "property",
|
|
60363
|
-
"lexicon": "aws"
|
|
60364
|
-
},
|
|
60365
|
-
"MapRun_MapRunExecutionCounts": {
|
|
60366
|
-
"resourceType": "AWS::StepFunctions::MapRun.MapRunExecutionCounts",
|
|
60367
|
-
"kind": "property",
|
|
60368
|
-
"lexicon": "aws"
|
|
60369
|
-
},
|
|
60370
|
-
"MapRun_MapRunItemCounts": {
|
|
60371
|
-
"resourceType": "AWS::StepFunctions::MapRun.MapRunItemCounts",
|
|
60372
|
-
"kind": "property",
|
|
60373
|
-
"lexicon": "aws"
|
|
60374
|
-
},
|
|
60375
59514
|
"Map_MapConfiguration": {
|
|
60376
59515
|
"resourceType": "AWS::Location::Map.MapConfiguration",
|
|
60377
59516
|
"kind": "property",
|
|
@@ -60718,11 +59857,6 @@
|
|
|
60718
59857
|
"kind": "property",
|
|
60719
59858
|
"lexicon": "aws"
|
|
60720
59859
|
},
|
|
60721
|
-
"Media": {
|
|
60722
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Media",
|
|
60723
|
-
"kind": "property",
|
|
60724
|
-
"lexicon": "aws"
|
|
60725
|
-
},
|
|
60726
59860
|
"MediaConcurrency": {
|
|
60727
59861
|
"resourceType": "AWS::Connect::RoutingProfile.MediaConcurrency",
|
|
60728
59862
|
"kind": "property",
|
|
@@ -62060,111 +61194,6 @@
|
|
|
62060
61194
|
"kind": "property",
|
|
62061
61195
|
"lexicon": "aws"
|
|
62062
61196
|
},
|
|
62063
|
-
"MedicalTranscript": {
|
|
62064
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscript",
|
|
62065
|
-
"kind": "property",
|
|
62066
|
-
"lexicon": "aws"
|
|
62067
|
-
},
|
|
62068
|
-
"MedicalTranscriptionJob": {
|
|
62069
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob",
|
|
62070
|
-
"kind": "resource",
|
|
62071
|
-
"lexicon": "aws",
|
|
62072
|
-
"attrs": {
|
|
62073
|
-
"Arn": "Arn",
|
|
62074
|
-
"TranscriptionJobStatus": "TranscriptionJobStatus",
|
|
62075
|
-
"Transcript": "Transcript",
|
|
62076
|
-
"CreationTime": "CreationTime"
|
|
62077
|
-
},
|
|
62078
|
-
"propertyConstraints": {
|
|
62079
|
-
"MedicalTranscriptionJobName": {
|
|
62080
|
-
"pattern": "^[0-9a-zA-Z._-]+$",
|
|
62081
|
-
"minLength": 1,
|
|
62082
|
-
"maxLength": 200
|
|
62083
|
-
},
|
|
62084
|
-
"TranscriptionJobStatus": {
|
|
62085
|
-
"enum": [
|
|
62086
|
-
"QUEUED",
|
|
62087
|
-
"IN_PROGRESS",
|
|
62088
|
-
"FAILED",
|
|
62089
|
-
"COMPLETED"
|
|
62090
|
-
]
|
|
62091
|
-
},
|
|
62092
|
-
"MediaSampleRateHertz": {
|
|
62093
|
-
"minimum": 16000,
|
|
62094
|
-
"maximum": 48000
|
|
62095
|
-
},
|
|
62096
|
-
"MediaFormat": {
|
|
62097
|
-
"enum": [
|
|
62098
|
-
"mp3",
|
|
62099
|
-
"mp4",
|
|
62100
|
-
"wav",
|
|
62101
|
-
"flac",
|
|
62102
|
-
"ogg",
|
|
62103
|
-
"amr",
|
|
62104
|
-
"webm",
|
|
62105
|
-
"m4a"
|
|
62106
|
-
]
|
|
62107
|
-
},
|
|
62108
|
-
"CreationTime": {
|
|
62109
|
-
"format": "date-time"
|
|
62110
|
-
},
|
|
62111
|
-
"Specialty": {
|
|
62112
|
-
"enum": [
|
|
62113
|
-
"PRIMARYCARE"
|
|
62114
|
-
]
|
|
62115
|
-
},
|
|
62116
|
-
"Type": {
|
|
62117
|
-
"enum": [
|
|
62118
|
-
"CONVERSATION",
|
|
62119
|
-
"DICTATION"
|
|
62120
|
-
]
|
|
62121
|
-
}
|
|
62122
|
-
},
|
|
62123
|
-
"createOnly": [
|
|
62124
|
-
"LanguageCode",
|
|
62125
|
-
"Media",
|
|
62126
|
-
"MediaFormat",
|
|
62127
|
-
"MediaSampleRateHertz",
|
|
62128
|
-
"MedicalTranscriptionJobName",
|
|
62129
|
-
"Settings",
|
|
62130
|
-
"Specialty",
|
|
62131
|
-
"Tags",
|
|
62132
|
-
"Type"
|
|
62133
|
-
],
|
|
62134
|
-
"primaryIdentifier": [
|
|
62135
|
-
"Arn"
|
|
62136
|
-
],
|
|
62137
|
-
"tagging": {
|
|
62138
|
-
"taggable": true,
|
|
62139
|
-
"tagOnCreate": false,
|
|
62140
|
-
"tagUpdatable": false
|
|
62141
|
-
}
|
|
62142
|
-
},
|
|
62143
|
-
"MedicalTranscriptionJob_Media": {
|
|
62144
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Media",
|
|
62145
|
-
"kind": "property",
|
|
62146
|
-
"lexicon": "aws"
|
|
62147
|
-
},
|
|
62148
|
-
"MedicalTranscriptionJob_MedicalTranscript": {
|
|
62149
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscript",
|
|
62150
|
-
"kind": "property",
|
|
62151
|
-
"lexicon": "aws"
|
|
62152
|
-
},
|
|
62153
|
-
"MedicalTranscriptionJob_MedicalTranscriptionSetting": {
|
|
62154
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscriptionSetting",
|
|
62155
|
-
"kind": "property",
|
|
62156
|
-
"lexicon": "aws"
|
|
62157
|
-
},
|
|
62158
|
-
"MedicalTranscriptionJob_Tag": {
|
|
62159
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Tag",
|
|
62160
|
-
"kind": "property",
|
|
62161
|
-
"lexicon": "aws"
|
|
62162
|
-
},
|
|
62163
|
-
"MedicalTranscriptionSetting": {
|
|
62164
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscriptionSetting",
|
|
62165
|
-
"kind": "property",
|
|
62166
|
-
"lexicon": "aws"
|
|
62167
|
-
},
|
|
62168
61197
|
"Member": {
|
|
62169
61198
|
"resourceType": "AWS::DataZone::Project.Member",
|
|
62170
61199
|
"kind": "property",
|
|
@@ -63982,77 +63011,6 @@
|
|
|
63982
63011
|
"tagUpdatable": true
|
|
63983
63012
|
}
|
|
63984
63013
|
},
|
|
63985
|
-
"ModelCardExportArtifacts": {
|
|
63986
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
|
|
63987
|
-
"kind": "property",
|
|
63988
|
-
"lexicon": "aws"
|
|
63989
|
-
},
|
|
63990
|
-
"ModelCardExportJob": {
|
|
63991
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob",
|
|
63992
|
-
"kind": "resource",
|
|
63993
|
-
"lexicon": "aws",
|
|
63994
|
-
"attrs": {
|
|
63995
|
-
"ModelCardExportJobArn": "ModelCardExportJobArn",
|
|
63996
|
-
"Status": "Status",
|
|
63997
|
-
"CreatedAt": "CreatedAt",
|
|
63998
|
-
"LastModifiedAt": "LastModifiedAt",
|
|
63999
|
-
"ExportArtifacts": "ExportArtifacts"
|
|
64000
|
-
},
|
|
64001
|
-
"propertyConstraints": {
|
|
64002
|
-
"ModelCardExportJobArn": {
|
|
64003
|
-
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}/export-job/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
64004
|
-
"minLength": 0,
|
|
64005
|
-
"maxLength": 256
|
|
64006
|
-
},
|
|
64007
|
-
"ModelCardExportJobName": {
|
|
64008
|
-
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
64009
|
-
"minLength": 1,
|
|
64010
|
-
"maxLength": 63
|
|
64011
|
-
},
|
|
64012
|
-
"ModelCardName": {
|
|
64013
|
-
"pattern": "^(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-card/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,62})$",
|
|
64014
|
-
"minLength": 1,
|
|
64015
|
-
"maxLength": 256
|
|
64016
|
-
},
|
|
64017
|
-
"Status": {
|
|
64018
|
-
"enum": [
|
|
64019
|
-
"InProgress",
|
|
64020
|
-
"Completed",
|
|
64021
|
-
"Failed"
|
|
64022
|
-
]
|
|
64023
|
-
},
|
|
64024
|
-
"CreatedAt": {
|
|
64025
|
-
"format": "date-time"
|
|
64026
|
-
},
|
|
64027
|
-
"LastModifiedAt": {
|
|
64028
|
-
"format": "date-time"
|
|
64029
|
-
}
|
|
64030
|
-
},
|
|
64031
|
-
"createOnly": [
|
|
64032
|
-
"ModelCardExportJobName",
|
|
64033
|
-
"ModelCardName",
|
|
64034
|
-
"ModelCardVersion",
|
|
64035
|
-
"OutputConfig"
|
|
64036
|
-
],
|
|
64037
|
-
"primaryIdentifier": [
|
|
64038
|
-
"ModelCardExportJobArn"
|
|
64039
|
-
]
|
|
64040
|
-
},
|
|
64041
|
-
"ModelCardExportJob_ModelCardExportArtifacts": {
|
|
64042
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
|
|
64043
|
-
"kind": "property",
|
|
64044
|
-
"lexicon": "aws"
|
|
64045
|
-
},
|
|
64046
|
-
"ModelCardExportJob_ModelCardExportOutputConfig": {
|
|
64047
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
|
|
64048
|
-
"kind": "property",
|
|
64049
|
-
"lexicon": "aws"
|
|
64050
|
-
},
|
|
64051
|
-
"ModelCardExportOutputConfig": {
|
|
64052
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
|
|
64053
|
-
"kind": "property",
|
|
64054
|
-
"lexicon": "aws"
|
|
64055
|
-
},
|
|
64056
63014
|
"ModelCard_AdditionalInformation": {
|
|
64057
63015
|
"resourceType": "AWS::SageMaker::ModelCard.AdditionalInformation",
|
|
64058
63016
|
"kind": "property",
|
|
@@ -64118,11 +63076,6 @@
|
|
|
64118
63076
|
"kind": "property",
|
|
64119
63077
|
"lexicon": "aws"
|
|
64120
63078
|
},
|
|
64121
|
-
"ModelDashboardIndicatorAction": {
|
|
64122
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
|
|
64123
|
-
"kind": "property",
|
|
64124
|
-
"lexicon": "aws"
|
|
64125
|
-
},
|
|
64126
63079
|
"ModelDataQuality": {
|
|
64127
63080
|
"resourceType": "AWS::SageMaker::ModelPackage.ModelDataQuality",
|
|
64128
63081
|
"kind": "property",
|
|
@@ -64288,117 +63241,6 @@
|
|
|
64288
63241
|
"kind": "property",
|
|
64289
63242
|
"lexicon": "aws"
|
|
64290
63243
|
},
|
|
64291
|
-
"ModelInvocationJob": {
|
|
64292
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob",
|
|
64293
|
-
"kind": "resource",
|
|
64294
|
-
"lexicon": "aws",
|
|
64295
|
-
"attrs": {
|
|
64296
|
-
"JobArn": "JobArn",
|
|
64297
|
-
"JobName": "JobName",
|
|
64298
|
-
"ModelId": "ModelId",
|
|
64299
|
-
"RoleArn": "RoleArn",
|
|
64300
|
-
"InputDataConfig": "InputDataConfig",
|
|
64301
|
-
"OutputDataConfig": "OutputDataConfig",
|
|
64302
|
-
"VpcConfig": "VpcConfig",
|
|
64303
|
-
"TimeoutDurationInHours": "TimeoutDurationInHours",
|
|
64304
|
-
"Status": "Status",
|
|
64305
|
-
"SubmitTime": "SubmitTime",
|
|
64306
|
-
"LastModifiedTime": "LastModifiedTime",
|
|
64307
|
-
"JobExpirationTime": "JobExpirationTime",
|
|
64308
|
-
"Tags": "Tags"
|
|
64309
|
-
},
|
|
64310
|
-
"propertyConstraints": {
|
|
64311
|
-
"JobArn": {
|
|
64312
|
-
"pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-invocation-job/[a-z0-9]{12})$",
|
|
64313
|
-
"maxLength": 1011
|
|
64314
|
-
},
|
|
64315
|
-
"JobName": {
|
|
64316
|
-
"pattern": "^[a-zA-Z0-9]{1,63}(-*[a-zA-Z0-9\\+\\-\\.]){0,63}$",
|
|
64317
|
-
"minLength": 1,
|
|
64318
|
-
"maxLength": 63
|
|
64319
|
-
},
|
|
64320
|
-
"ModelId": {
|
|
64321
|
-
"pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-:]{1,63}/[a-z0-9]{12}$)|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)$)|([0-9]{12}:(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+$)))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)$",
|
|
64322
|
-
"minLength": 1,
|
|
64323
|
-
"maxLength": 2048
|
|
64324
|
-
},
|
|
64325
|
-
"RoleArn": {
|
|
64326
|
-
"pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$",
|
|
64327
|
-
"maxLength": 2048
|
|
64328
|
-
},
|
|
64329
|
-
"TimeoutDurationInHours": {
|
|
64330
|
-
"minimum": 24,
|
|
64331
|
-
"maximum": 168
|
|
64332
|
-
},
|
|
64333
|
-
"SubmitTime": {
|
|
64334
|
-
"format": "date-time"
|
|
64335
|
-
},
|
|
64336
|
-
"LastModifiedTime": {
|
|
64337
|
-
"format": "date-time"
|
|
64338
|
-
},
|
|
64339
|
-
"JobExpirationTime": {
|
|
64340
|
-
"format": "date-time"
|
|
64341
|
-
}
|
|
64342
|
-
},
|
|
64343
|
-
"primaryIdentifier": [
|
|
64344
|
-
"JobArn"
|
|
64345
|
-
],
|
|
64346
|
-
"tagging": {
|
|
64347
|
-
"taggable": true,
|
|
64348
|
-
"tagOnCreate": false,
|
|
64349
|
-
"tagUpdatable": false
|
|
64350
|
-
}
|
|
64351
|
-
},
|
|
64352
|
-
"ModelInvocationJobInputDataConfig": {
|
|
64353
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
|
|
64354
|
-
"kind": "property",
|
|
64355
|
-
"lexicon": "aws"
|
|
64356
|
-
},
|
|
64357
|
-
"ModelInvocationJobOutputDataConfig": {
|
|
64358
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
|
|
64359
|
-
"kind": "property",
|
|
64360
|
-
"lexicon": "aws"
|
|
64361
|
-
},
|
|
64362
|
-
"ModelInvocationJobS3InputDataConfig": {
|
|
64363
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
|
|
64364
|
-
"kind": "property",
|
|
64365
|
-
"lexicon": "aws"
|
|
64366
|
-
},
|
|
64367
|
-
"ModelInvocationJobS3OutputDataConfig": {
|
|
64368
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
|
|
64369
|
-
"kind": "property",
|
|
64370
|
-
"lexicon": "aws"
|
|
64371
|
-
},
|
|
64372
|
-
"ModelInvocationJob_ModelInvocationJobInputDataConfig": {
|
|
64373
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
|
|
64374
|
-
"kind": "property",
|
|
64375
|
-
"lexicon": "aws"
|
|
64376
|
-
},
|
|
64377
|
-
"ModelInvocationJob_ModelInvocationJobOutputDataConfig": {
|
|
64378
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
|
|
64379
|
-
"kind": "property",
|
|
64380
|
-
"lexicon": "aws"
|
|
64381
|
-
},
|
|
64382
|
-
"ModelInvocationJob_ModelInvocationJobS3InputDataConfig": {
|
|
64383
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
|
|
64384
|
-
"kind": "property",
|
|
64385
|
-
"lexicon": "aws"
|
|
64386
|
-
},
|
|
64387
|
-
"ModelInvocationJob_ModelInvocationJobS3OutputDataConfig": {
|
|
64388
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
|
|
64389
|
-
"kind": "property",
|
|
64390
|
-
"lexicon": "aws"
|
|
64391
|
-
},
|
|
64392
|
-
"ModelInvocationJob_Tag": {
|
|
64393
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.Tag",
|
|
64394
|
-
"kind": "property",
|
|
64395
|
-
"lexicon": "aws"
|
|
64396
|
-
},
|
|
64397
|
-
"ModelInvocationJob_VpcConfig": {
|
|
64398
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.VpcConfig",
|
|
64399
|
-
"kind": "property",
|
|
64400
|
-
"lexicon": "aws"
|
|
64401
|
-
},
|
|
64402
63244
|
"ModelManifest": {
|
|
64403
63245
|
"resourceType": "AWS::IoTFleetWise::ModelManifest",
|
|
64404
63246
|
"kind": "resource",
|
|
@@ -64984,11 +63826,6 @@
|
|
|
64984
63826
|
"kind": "property",
|
|
64985
63827
|
"lexicon": "aws"
|
|
64986
63828
|
},
|
|
64987
|
-
"MonitoringAlertActions": {
|
|
64988
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
|
|
64989
|
-
"kind": "property",
|
|
64990
|
-
"lexicon": "aws"
|
|
64991
|
-
},
|
|
64992
63829
|
"MonitoringAppSpecification": {
|
|
64993
63830
|
"resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification",
|
|
64994
63831
|
"kind": "property",
|
|
@@ -65038,72 +63875,6 @@
|
|
|
65038
63875
|
"MonitoringScheduleArn"
|
|
65039
63876
|
]
|
|
65040
63877
|
},
|
|
65041
|
-
"MonitoringScheduleAlert": {
|
|
65042
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert",
|
|
65043
|
-
"kind": "resource",
|
|
65044
|
-
"lexicon": "aws",
|
|
65045
|
-
"attrs": {
|
|
65046
|
-
"Arn": "Arn",
|
|
65047
|
-
"AlertStatus": "AlertStatus",
|
|
65048
|
-
"CreationTime": "CreationTime",
|
|
65049
|
-
"LastModifiedTime": "LastModifiedTime",
|
|
65050
|
-
"Actions": "Actions"
|
|
65051
|
-
},
|
|
65052
|
-
"propertyConstraints": {
|
|
65053
|
-
"Arn": {
|
|
65054
|
-
"maxLength": 256
|
|
65055
|
-
},
|
|
65056
|
-
"MonitoringScheduleName": {
|
|
65057
|
-
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
65058
|
-
"minLength": 1,
|
|
65059
|
-
"maxLength": 63
|
|
65060
|
-
},
|
|
65061
|
-
"MonitoringAlertName": {
|
|
65062
|
-
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
65063
|
-
"minLength": 1,
|
|
65064
|
-
"maxLength": 63
|
|
65065
|
-
},
|
|
65066
|
-
"DatapointsToAlert": {
|
|
65067
|
-
"minimum": 1,
|
|
65068
|
-
"maximum": 100
|
|
65069
|
-
},
|
|
65070
|
-
"EvaluationPeriod": {
|
|
65071
|
-
"minimum": 1,
|
|
65072
|
-
"maximum": 100
|
|
65073
|
-
},
|
|
65074
|
-
"AlertStatus": {
|
|
65075
|
-
"enum": [
|
|
65076
|
-
"InAlert",
|
|
65077
|
-
"OK"
|
|
65078
|
-
]
|
|
65079
|
-
},
|
|
65080
|
-
"CreationTime": {
|
|
65081
|
-
"format": "date-time"
|
|
65082
|
-
},
|
|
65083
|
-
"LastModifiedTime": {
|
|
65084
|
-
"format": "date-time"
|
|
65085
|
-
}
|
|
65086
|
-
},
|
|
65087
|
-
"createOnly": [
|
|
65088
|
-
"DatapointsToAlert",
|
|
65089
|
-
"EvaluationPeriod",
|
|
65090
|
-
"MonitoringAlertName",
|
|
65091
|
-
"MonitoringScheduleName"
|
|
65092
|
-
],
|
|
65093
|
-
"primaryIdentifier": [
|
|
65094
|
-
"Arn"
|
|
65095
|
-
]
|
|
65096
|
-
},
|
|
65097
|
-
"MonitoringScheduleAlert_ModelDashboardIndicatorAction": {
|
|
65098
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
|
|
65099
|
-
"kind": "property",
|
|
65100
|
-
"lexicon": "aws"
|
|
65101
|
-
},
|
|
65102
|
-
"MonitoringScheduleAlert_MonitoringAlertActions": {
|
|
65103
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
|
|
65104
|
-
"kind": "property",
|
|
65105
|
-
"lexicon": "aws"
|
|
65106
|
-
},
|
|
65107
63878
|
"MonitoringScheduleConfig": {
|
|
65108
63879
|
"resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig",
|
|
65109
63880
|
"kind": "property",
|
|
@@ -65379,20 +64150,6 @@
|
|
|
65379
64150
|
"kind": "property",
|
|
65380
64151
|
"lexicon": "aws"
|
|
65381
64152
|
},
|
|
65382
|
-
"MultiRegionParameterGroup": {
|
|
65383
|
-
"resourceType": "AWS::MemoryDB::MultiRegionParameterGroup",
|
|
65384
|
-
"kind": "resource",
|
|
65385
|
-
"lexicon": "aws",
|
|
65386
|
-
"attrs": {
|
|
65387
|
-
"Arn": "Arn",
|
|
65388
|
-
"MultiRegionParameterGroupName": "MultiRegionParameterGroupName",
|
|
65389
|
-
"Family": "Family",
|
|
65390
|
-
"Description": "Description"
|
|
65391
|
-
},
|
|
65392
|
-
"primaryIdentifier": [
|
|
65393
|
-
"Arn"
|
|
65394
|
-
]
|
|
65395
|
-
},
|
|
65396
64153
|
"MultiRegionTargets": {
|
|
65397
64154
|
"resourceType": "AWS::ResilienceHubV2::Policy.MultiRegionTargets",
|
|
65398
64155
|
"kind": "property",
|
|
@@ -67217,91 +65974,6 @@
|
|
|
67217
65974
|
"kind": "property",
|
|
67218
65975
|
"lexicon": "aws"
|
|
67219
65976
|
},
|
|
67220
|
-
"NotebookExecution": {
|
|
67221
|
-
"resourceType": "AWS::EMR::NotebookExecution",
|
|
67222
|
-
"kind": "resource",
|
|
67223
|
-
"lexicon": "aws",
|
|
67224
|
-
"attrs": {
|
|
67225
|
-
"NotebookExecutionId": "NotebookExecutionId",
|
|
67226
|
-
"Arn": "Arn",
|
|
67227
|
-
"Status": "Status",
|
|
67228
|
-
"StartTime": "StartTime"
|
|
67229
|
-
},
|
|
67230
|
-
"propertyConstraints": {
|
|
67231
|
-
"NotebookExecutionId": {
|
|
67232
|
-
"maxLength": 256
|
|
67233
|
-
},
|
|
67234
|
-
"Arn": {
|
|
67235
|
-
"maxLength": 256
|
|
67236
|
-
},
|
|
67237
|
-
"NotebookExecutionName": {
|
|
67238
|
-
"maxLength": 256
|
|
67239
|
-
},
|
|
67240
|
-
"NotebookParams": {
|
|
67241
|
-
"maxLength": 10280
|
|
67242
|
-
},
|
|
67243
|
-
"OutputNotebookFormat": {
|
|
67244
|
-
"enum": [
|
|
67245
|
-
"HTML"
|
|
67246
|
-
]
|
|
67247
|
-
},
|
|
67248
|
-
"Status": {
|
|
67249
|
-
"enum": [
|
|
67250
|
-
"START_PENDING",
|
|
67251
|
-
"STARTING",
|
|
67252
|
-
"RUNNING",
|
|
67253
|
-
"FINISHING",
|
|
67254
|
-
"FINISHED",
|
|
67255
|
-
"FAILING",
|
|
67256
|
-
"FAILED",
|
|
67257
|
-
"STOP_PENDING",
|
|
67258
|
-
"STOPPING",
|
|
67259
|
-
"STOPPED"
|
|
67260
|
-
]
|
|
67261
|
-
},
|
|
67262
|
-
"StartTime": {
|
|
67263
|
-
"format": "date-time"
|
|
67264
|
-
}
|
|
67265
|
-
},
|
|
67266
|
-
"createOnly": [
|
|
67267
|
-
"EnvironmentVariables",
|
|
67268
|
-
"ExecutionEngine",
|
|
67269
|
-
"NotebookExecutionName",
|
|
67270
|
-
"NotebookParams",
|
|
67271
|
-
"NotebookS3Location",
|
|
67272
|
-
"OutputNotebookFormat",
|
|
67273
|
-
"OutputNotebookS3Location",
|
|
67274
|
-
"Tags"
|
|
67275
|
-
],
|
|
67276
|
-
"primaryIdentifier": [
|
|
67277
|
-
"Arn"
|
|
67278
|
-
],
|
|
67279
|
-
"tagging": {
|
|
67280
|
-
"taggable": true,
|
|
67281
|
-
"tagOnCreate": false,
|
|
67282
|
-
"tagUpdatable": false
|
|
67283
|
-
}
|
|
67284
|
-
},
|
|
67285
|
-
"NotebookExecution_ExecutionEngineConfig": {
|
|
67286
|
-
"resourceType": "AWS::EMR::NotebookExecution.ExecutionEngineConfig",
|
|
67287
|
-
"kind": "property",
|
|
67288
|
-
"lexicon": "aws"
|
|
67289
|
-
},
|
|
67290
|
-
"NotebookExecution_NotebookS3Location": {
|
|
67291
|
-
"resourceType": "AWS::EMR::NotebookExecution.NotebookS3Location",
|
|
67292
|
-
"kind": "property",
|
|
67293
|
-
"lexicon": "aws"
|
|
67294
|
-
},
|
|
67295
|
-
"NotebookExecution_OutputNotebookS3Location": {
|
|
67296
|
-
"resourceType": "AWS::EMR::NotebookExecution.OutputNotebookS3Location",
|
|
67297
|
-
"kind": "property",
|
|
67298
|
-
"lexicon": "aws"
|
|
67299
|
-
},
|
|
67300
|
-
"NotebookExecution_Tag": {
|
|
67301
|
-
"resourceType": "AWS::EMR::NotebookExecution.Tag",
|
|
67302
|
-
"kind": "property",
|
|
67303
|
-
"lexicon": "aws"
|
|
67304
|
-
},
|
|
67305
65977
|
"NotebookInstance": {
|
|
67306
65978
|
"resourceType": "AWS::SageMaker::NotebookInstance",
|
|
67307
65979
|
"kind": "resource",
|
|
@@ -67370,11 +66042,6 @@
|
|
|
67370
66042
|
"kind": "property",
|
|
67371
66043
|
"lexicon": "aws"
|
|
67372
66044
|
},
|
|
67373
|
-
"NotebookS3Location": {
|
|
67374
|
-
"resourceType": "AWS::EMR::NotebookExecution.NotebookS3Location",
|
|
67375
|
-
"kind": "property",
|
|
67376
|
-
"lexicon": "aws"
|
|
67377
|
-
},
|
|
67378
66045
|
"Notification": {
|
|
67379
66046
|
"resourceType": "AWS::Connect::Notification",
|
|
67380
66047
|
"kind": "resource",
|
|
@@ -68294,39 +66961,6 @@
|
|
|
68294
66961
|
"kind": "property",
|
|
68295
66962
|
"lexicon": "aws"
|
|
68296
66963
|
},
|
|
68297
|
-
"Objective": {
|
|
68298
|
-
"resourceType": "AWS::ControlCatalog::Objective",
|
|
68299
|
-
"kind": "resource",
|
|
68300
|
-
"lexicon": "aws",
|
|
68301
|
-
"attrs": {
|
|
68302
|
-
"Arn": "Arn",
|
|
68303
|
-
"ObjectiveId": "ObjectiveId",
|
|
68304
|
-
"Name": "Name",
|
|
68305
|
-
"Description": "Description",
|
|
68306
|
-
"Domain": "Domain",
|
|
68307
|
-
"CreateTime": "CreateTime",
|
|
68308
|
-
"LastUpdateTime": "LastUpdateTime"
|
|
68309
|
-
},
|
|
68310
|
-
"propertyConstraints": {
|
|
68311
|
-
"Arn": {
|
|
68312
|
-
"pattern": "^arn:(aws(?:[-a-z]*)?):controlcatalog:::objective/[0-9a-z]+$",
|
|
68313
|
-
"minLength": 36,
|
|
68314
|
-
"maxLength": 2048
|
|
68315
|
-
},
|
|
68316
|
-
"ObjectiveId": {
|
|
68317
|
-
"pattern": "^[0-9a-z]+$"
|
|
68318
|
-
},
|
|
68319
|
-
"CreateTime": {
|
|
68320
|
-
"format": "date-time"
|
|
68321
|
-
},
|
|
68322
|
-
"LastUpdateTime": {
|
|
68323
|
-
"format": "date-time"
|
|
68324
|
-
}
|
|
68325
|
-
},
|
|
68326
|
-
"primaryIdentifier": [
|
|
68327
|
-
"Arn"
|
|
68328
|
-
]
|
|
68329
|
-
},
|
|
68330
66964
|
"ObjectiveFunction": {
|
|
68331
66965
|
"resourceType": "AWS::SageMaker::ModelCard.ObjectiveFunction",
|
|
68332
66966
|
"kind": "property",
|
|
@@ -68571,44 +67205,6 @@
|
|
|
68571
67205
|
"kind": "property",
|
|
68572
67206
|
"lexicon": "aws"
|
|
68573
67207
|
},
|
|
68574
|
-
"Offering": {
|
|
68575
|
-
"resourceType": "AWS::MediaLive::Offering",
|
|
68576
|
-
"kind": "resource",
|
|
68577
|
-
"lexicon": "aws",
|
|
68578
|
-
"attrs": {
|
|
68579
|
-
"Arn": "Arn",
|
|
68580
|
-
"OfferingId": "OfferingId",
|
|
68581
|
-
"CurrencyCode": "CurrencyCode",
|
|
68582
|
-
"Duration": "Duration",
|
|
68583
|
-
"DurationUnits": "DurationUnits",
|
|
68584
|
-
"FixedPrice": "FixedPrice",
|
|
68585
|
-
"OfferingDescription": "OfferingDescription",
|
|
68586
|
-
"OfferingType": "OfferingType",
|
|
68587
|
-
"Region": "Region",
|
|
68588
|
-
"ResourceSpecification": "ResourceSpecification",
|
|
68589
|
-
"UsagePrice": "UsagePrice"
|
|
68590
|
-
},
|
|
68591
|
-
"propertyConstraints": {
|
|
68592
|
-
"DurationUnits": {
|
|
68593
|
-
"enum": [
|
|
68594
|
-
"MONTHS"
|
|
68595
|
-
]
|
|
68596
|
-
},
|
|
68597
|
-
"OfferingType": {
|
|
68598
|
-
"enum": [
|
|
68599
|
-
"NO_UPFRONT"
|
|
68600
|
-
]
|
|
68601
|
-
}
|
|
68602
|
-
},
|
|
68603
|
-
"primaryIdentifier": [
|
|
68604
|
-
"Arn"
|
|
68605
|
-
]
|
|
68606
|
-
},
|
|
68607
|
-
"Offering_ReservationResourceSpecification": {
|
|
68608
|
-
"resourceType": "AWS::MediaLive::Offering.ReservationResourceSpecification",
|
|
68609
|
-
"kind": "property",
|
|
68610
|
-
"lexicon": "aws"
|
|
68611
|
-
},
|
|
68612
67208
|
"OidcIdentityProviderConfig": {
|
|
68613
67209
|
"resourceType": "AWS::EKS::IdentityProviderConfig.OidcIdentityProviderConfig",
|
|
68614
67210
|
"kind": "property",
|
|
@@ -69312,8 +67908,25 @@
|
|
|
69312
67908
|
"IdentityCenterOptions_IdentityCenterApplicationARN": "IdentityCenterOptions.IdentityCenterApplicationARN",
|
|
69313
67909
|
"IdentityCenterOptions_IdentityStoreId": "IdentityCenterOptions.IdentityStoreId"
|
|
69314
67910
|
},
|
|
67911
|
+
"propertyConstraints": {
|
|
67912
|
+
"EngineMode": {
|
|
67913
|
+
"enum": [
|
|
67914
|
+
"GENERAL",
|
|
67915
|
+
"OPTIMIZED"
|
|
67916
|
+
]
|
|
67917
|
+
},
|
|
67918
|
+
"UseCase": {
|
|
67919
|
+
"enum": [
|
|
67920
|
+
"SEARCH",
|
|
67921
|
+
"VECTOR",
|
|
67922
|
+
"OBSERVABILITY",
|
|
67923
|
+
"MIXED"
|
|
67924
|
+
]
|
|
67925
|
+
}
|
|
67926
|
+
},
|
|
69315
67927
|
"createOnly": [
|
|
69316
|
-
"DomainName"
|
|
67928
|
+
"DomainName",
|
|
67929
|
+
"EngineMode"
|
|
69317
67930
|
],
|
|
69318
67931
|
"writeOnly": [
|
|
69319
67932
|
"AdvancedSecurityOptions/MasterUserOptions",
|
|
@@ -70707,11 +69320,6 @@
|
|
|
70707
69320
|
"kind": "property",
|
|
70708
69321
|
"lexicon": "aws"
|
|
70709
69322
|
},
|
|
70710
|
-
"OutputNotebookS3Location": {
|
|
70711
|
-
"resourceType": "AWS::EMR::NotebookExecution.OutputNotebookS3Location",
|
|
70712
|
-
"kind": "property",
|
|
70713
|
-
"lexicon": "aws"
|
|
70714
|
-
},
|
|
70715
69323
|
"OutputSource": {
|
|
70716
69324
|
"resourceType": "AWS::EntityResolution::MatchingWorkflow.OutputSource",
|
|
70717
69325
|
"kind": "property",
|
|
@@ -71033,256 +69641,7 @@
|
|
|
71033
69641
|
"kind": "property",
|
|
71034
69642
|
"lexicon": "aws"
|
|
71035
69643
|
},
|
|
71036
|
-
"
|
|
71037
|
-
"resourceType": "AWS::CodeArtifact::PackageGroup",
|
|
71038
|
-
"kind": "resource",
|
|
71039
|
-
"lexicon": "aws",
|
|
71040
|
-
"attrs": {
|
|
71041
|
-
"Arn": "Arn"
|
|
71042
|
-
},
|
|
71043
|
-
"propertyConstraints": {
|
|
71044
|
-
"DomainName": {
|
|
71045
|
-
"pattern": "^([a-z][a-z0-9\\-]{0,48}[a-z0-9])$",
|
|
71046
|
-
"minLength": 2,
|
|
71047
|
-
"maxLength": 50
|
|
71048
|
-
},
|
|
71049
|
-
"DomainOwner": {
|
|
71050
|
-
"pattern": "[0-9]{12}"
|
|
71051
|
-
},
|
|
71052
|
-
"Pattern": {
|
|
71053
|
-
"minLength": 2,
|
|
71054
|
-
"maxLength": 520
|
|
71055
|
-
},
|
|
71056
|
-
"ContactInfo": {
|
|
71057
|
-
"maxLength": 1000
|
|
71058
|
-
},
|
|
71059
|
-
"Description": {
|
|
71060
|
-
"maxLength": 1000
|
|
71061
|
-
},
|
|
71062
|
-
"Arn": {
|
|
71063
|
-
"minLength": 1,
|
|
71064
|
-
"maxLength": 2048
|
|
71065
|
-
}
|
|
71066
|
-
},
|
|
71067
|
-
"createOnly": [
|
|
71068
|
-
"DomainName",
|
|
71069
|
-
"Pattern"
|
|
71070
|
-
],
|
|
71071
|
-
"primaryIdentifier": [
|
|
71072
|
-
"Arn"
|
|
71073
|
-
],
|
|
71074
|
-
"tagging": {
|
|
71075
|
-
"taggable": true,
|
|
71076
|
-
"tagOnCreate": true,
|
|
71077
|
-
"tagUpdatable": true
|
|
71078
|
-
}
|
|
71079
|
-
},
|
|
71080
|
-
"PackageGroup_OriginConfiguration": {
|
|
71081
|
-
"resourceType": "AWS::CodeArtifact::PackageGroup.OriginConfiguration",
|
|
71082
|
-
"kind": "property",
|
|
71083
|
-
"lexicon": "aws"
|
|
71084
|
-
},
|
|
71085
|
-
"PackageGroup_RestrictionType": {
|
|
71086
|
-
"resourceType": "AWS::CodeArtifact::PackageGroup.RestrictionType",
|
|
71087
|
-
"kind": "property",
|
|
71088
|
-
"lexicon": "aws"
|
|
71089
|
-
},
|
|
71090
|
-
"PackageGroup_Restrictions": {
|
|
71091
|
-
"resourceType": "AWS::CodeArtifact::PackageGroup.Restrictions",
|
|
71092
|
-
"kind": "property",
|
|
71093
|
-
"lexicon": "aws"
|
|
71094
|
-
},
|
|
71095
|
-
"PackageGroup_Tag": {
|
|
71096
|
-
"resourceType": "AWS::CodeArtifact::PackageGroup.Tag",
|
|
71097
|
-
"kind": "property",
|
|
71098
|
-
"lexicon": "aws"
|
|
71099
|
-
},
|
|
71100
|
-
"PackageVersion": {
|
|
71101
|
-
"resourceType": "AWS::Panorama::PackageVersion",
|
|
71102
|
-
"kind": "resource",
|
|
71103
|
-
"lexicon": "aws",
|
|
71104
|
-
"attrs": {
|
|
71105
|
-
"PackageName": "PackageName",
|
|
71106
|
-
"PackageArn": "PackageArn",
|
|
71107
|
-
"Status": "Status",
|
|
71108
|
-
"StatusDescription": "StatusDescription",
|
|
71109
|
-
"IsLatestPatch": "IsLatestPatch",
|
|
71110
|
-
"RegisteredTime": "RegisteredTime"
|
|
71111
|
-
},
|
|
71112
|
-
"createOnly": [
|
|
71113
|
-
"OwnerAccount",
|
|
71114
|
-
"PackageId",
|
|
71115
|
-
"PackageVersion",
|
|
71116
|
-
"PatchVersion"
|
|
71117
|
-
],
|
|
71118
|
-
"writeOnly": [
|
|
71119
|
-
"UpdatedLatestPatchVersion"
|
|
71120
|
-
],
|
|
71121
|
-
"primaryIdentifier": [
|
|
71122
|
-
"PackageId",
|
|
71123
|
-
"PackageVersion",
|
|
71124
|
-
"PatchVersion"
|
|
71125
|
-
]
|
|
71126
|
-
},
|
|
71127
|
-
"PackageVersionArtifact": {
|
|
71128
|
-
"resourceType": "AWS::IoT::SoftwarePackageVersion.PackageVersionArtifact",
|
|
71129
|
-
"kind": "property",
|
|
71130
|
-
"lexicon": "aws"
|
|
71131
|
-
},
|
|
71132
|
-
"PackagingConfiguration": {
|
|
71133
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration",
|
|
71134
|
-
"kind": "resource",
|
|
71135
|
-
"lexicon": "aws",
|
|
71136
|
-
"attrs": {
|
|
71137
|
-
"Arn": "Arn"
|
|
71138
|
-
},
|
|
71139
|
-
"createOnly": [
|
|
71140
|
-
"Id"
|
|
71141
|
-
],
|
|
71142
|
-
"primaryIdentifier": [
|
|
71143
|
-
"Id"
|
|
71144
|
-
],
|
|
71145
|
-
"deprecatedProperties": [
|
|
71146
|
-
"HlsPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Audio",
|
|
71147
|
-
"HlsPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Video",
|
|
71148
|
-
"MssPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Audio",
|
|
71149
|
-
"MssPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Video"
|
|
71150
|
-
],
|
|
71151
|
-
"tagging": {
|
|
71152
|
-
"taggable": true,
|
|
71153
|
-
"tagOnCreate": true,
|
|
71154
|
-
"tagUpdatable": false
|
|
71155
|
-
}
|
|
71156
|
-
},
|
|
71157
|
-
"PackagingConfiguration_CmafEncryption": {
|
|
71158
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.CmafEncryption",
|
|
71159
|
-
"kind": "property",
|
|
71160
|
-
"lexicon": "aws"
|
|
71161
|
-
},
|
|
71162
|
-
"PackagingConfiguration_CmafPackage": {
|
|
71163
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.CmafPackage",
|
|
71164
|
-
"kind": "property",
|
|
71165
|
-
"lexicon": "aws"
|
|
71166
|
-
},
|
|
71167
|
-
"PackagingConfiguration_DashEncryption": {
|
|
71168
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.DashEncryption",
|
|
71169
|
-
"kind": "property",
|
|
71170
|
-
"lexicon": "aws"
|
|
71171
|
-
},
|
|
71172
|
-
"PackagingConfiguration_DashManifest": {
|
|
71173
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.DashManifest",
|
|
71174
|
-
"kind": "property",
|
|
71175
|
-
"lexicon": "aws"
|
|
71176
|
-
},
|
|
71177
|
-
"PackagingConfiguration_DashPackage": {
|
|
71178
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.DashPackage",
|
|
71179
|
-
"kind": "property",
|
|
71180
|
-
"lexicon": "aws"
|
|
71181
|
-
},
|
|
71182
|
-
"PackagingConfiguration_HlsEncryption": {
|
|
71183
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsEncryption",
|
|
71184
|
-
"kind": "property",
|
|
71185
|
-
"lexicon": "aws"
|
|
71186
|
-
},
|
|
71187
|
-
"PackagingConfiguration_HlsManifest": {
|
|
71188
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsManifest",
|
|
71189
|
-
"kind": "property",
|
|
71190
|
-
"lexicon": "aws"
|
|
71191
|
-
},
|
|
71192
|
-
"PackagingConfiguration_HlsPackage": {
|
|
71193
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsPackage",
|
|
71194
|
-
"kind": "property",
|
|
71195
|
-
"lexicon": "aws"
|
|
71196
|
-
},
|
|
71197
|
-
"PackagingConfiguration_MssEncryption": {
|
|
71198
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.MssEncryption",
|
|
71199
|
-
"kind": "property",
|
|
71200
|
-
"lexicon": "aws"
|
|
71201
|
-
},
|
|
71202
|
-
"PackagingConfiguration_MssManifest": {
|
|
71203
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.MssManifest",
|
|
71204
|
-
"kind": "property",
|
|
71205
|
-
"lexicon": "aws"
|
|
71206
|
-
},
|
|
71207
|
-
"PackagingConfiguration_MssPackage": {
|
|
71208
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.MssPackage",
|
|
71209
|
-
"kind": "property",
|
|
71210
|
-
"lexicon": "aws"
|
|
71211
|
-
},
|
|
71212
|
-
"PackagingConfiguration_SpekeKeyProvider": {
|
|
71213
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider",
|
|
71214
|
-
"kind": "property",
|
|
71215
|
-
"lexicon": "aws"
|
|
71216
|
-
},
|
|
71217
|
-
"PackagingConfiguration_StreamSelection": {
|
|
71218
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.StreamSelection",
|
|
71219
|
-
"kind": "property",
|
|
71220
|
-
"lexicon": "aws"
|
|
71221
|
-
},
|
|
71222
|
-
"PackagingConfiguration_Tag": {
|
|
71223
|
-
"resourceType": "AWS::MediaPackage::PackagingConfiguration.Tag",
|
|
71224
|
-
"kind": "property",
|
|
71225
|
-
"lexicon": "aws"
|
|
71226
|
-
},
|
|
71227
|
-
"PackagingGroup": {
|
|
71228
|
-
"resourceType": "AWS::MediaPackage::PackagingGroup",
|
|
71229
|
-
"kind": "resource",
|
|
71230
|
-
"lexicon": "aws",
|
|
71231
|
-
"attrs": {
|
|
71232
|
-
"Arn": "Arn",
|
|
71233
|
-
"DomainName": "DomainName"
|
|
71234
|
-
},
|
|
71235
|
-
"propertyConstraints": {
|
|
71236
|
-
"Id": {
|
|
71237
|
-
"pattern": "\\A[0-9a-zA-Z-_]+\\Z",
|
|
71238
|
-
"minLength": 1,
|
|
71239
|
-
"maxLength": 256
|
|
71240
|
-
}
|
|
71241
|
-
},
|
|
71242
|
-
"createOnly": [
|
|
71243
|
-
"Id",
|
|
71244
|
-
"Tags"
|
|
71245
|
-
],
|
|
71246
|
-
"primaryIdentifier": [
|
|
71247
|
-
"Id"
|
|
71248
|
-
],
|
|
71249
|
-
"tagging": {
|
|
71250
|
-
"taggable": true,
|
|
71251
|
-
"tagOnCreate": true,
|
|
71252
|
-
"tagUpdatable": false
|
|
71253
|
-
}
|
|
71254
|
-
},
|
|
71255
|
-
"PackagingGroup_Authorization": {
|
|
71256
|
-
"resourceType": "AWS::MediaPackage::PackagingGroup.Authorization",
|
|
71257
|
-
"kind": "property",
|
|
71258
|
-
"lexicon": "aws"
|
|
71259
|
-
},
|
|
71260
|
-
"PackagingGroup_LogConfiguration": {
|
|
71261
|
-
"resourceType": "AWS::MediaPackage::PackagingGroup.LogConfiguration",
|
|
71262
|
-
"kind": "property",
|
|
71263
|
-
"lexicon": "aws"
|
|
71264
|
-
},
|
|
71265
|
-
"PackagingGroup_Tag": {
|
|
71266
|
-
"resourceType": "AWS::MediaPackage::PackagingGroup.Tag",
|
|
71267
|
-
"kind": "property",
|
|
71268
|
-
"lexicon": "aws"
|
|
71269
|
-
},
|
|
71270
|
-
"PacketHeaderStatementRequest": {
|
|
71271
|
-
"resourceType": "AWS::EC2::NetworkInsightsAccessScope.PacketHeaderStatementRequest",
|
|
71272
|
-
"kind": "property",
|
|
71273
|
-
"lexicon": "aws"
|
|
71274
|
-
},
|
|
71275
|
-
"PagerDutyConfiguration": {
|
|
71276
|
-
"resourceType": "AWS::SSMIncidents::ResponsePlan.PagerDutyConfiguration",
|
|
71277
|
-
"kind": "property",
|
|
71278
|
-
"lexicon": "aws"
|
|
71279
|
-
},
|
|
71280
|
-
"PagerDutyIncidentConfiguration": {
|
|
71281
|
-
"resourceType": "AWS::SSMIncidents::ResponsePlan.PagerDutyIncidentConfiguration",
|
|
71282
|
-
"kind": "property",
|
|
71283
|
-
"lexicon": "aws"
|
|
71284
|
-
},
|
|
71285
|
-
"PanoramaPackage": {
|
|
69644
|
+
"Package": {
|
|
71286
69645
|
"resourceType": "AWS::Panorama::Package",
|
|
71287
69646
|
"kind": "resource",
|
|
71288
69647
|
"lexicon": "aws",
|
|
@@ -71308,11 +69667,260 @@
|
|
|
71308
69667
|
"tagUpdatable": true
|
|
71309
69668
|
}
|
|
71310
69669
|
},
|
|
71311
|
-
"
|
|
69670
|
+
"PackageGroup": {
|
|
69671
|
+
"resourceType": "AWS::CodeArtifact::PackageGroup",
|
|
69672
|
+
"kind": "resource",
|
|
69673
|
+
"lexicon": "aws",
|
|
69674
|
+
"attrs": {
|
|
69675
|
+
"Arn": "Arn"
|
|
69676
|
+
},
|
|
69677
|
+
"propertyConstraints": {
|
|
69678
|
+
"DomainName": {
|
|
69679
|
+
"pattern": "^([a-z][a-z0-9\\-]{0,48}[a-z0-9])$",
|
|
69680
|
+
"minLength": 2,
|
|
69681
|
+
"maxLength": 50
|
|
69682
|
+
},
|
|
69683
|
+
"DomainOwner": {
|
|
69684
|
+
"pattern": "[0-9]{12}"
|
|
69685
|
+
},
|
|
69686
|
+
"Pattern": {
|
|
69687
|
+
"minLength": 2,
|
|
69688
|
+
"maxLength": 520
|
|
69689
|
+
},
|
|
69690
|
+
"ContactInfo": {
|
|
69691
|
+
"maxLength": 1000
|
|
69692
|
+
},
|
|
69693
|
+
"Description": {
|
|
69694
|
+
"maxLength": 1000
|
|
69695
|
+
},
|
|
69696
|
+
"Arn": {
|
|
69697
|
+
"minLength": 1,
|
|
69698
|
+
"maxLength": 2048
|
|
69699
|
+
}
|
|
69700
|
+
},
|
|
69701
|
+
"createOnly": [
|
|
69702
|
+
"DomainName",
|
|
69703
|
+
"Pattern"
|
|
69704
|
+
],
|
|
69705
|
+
"primaryIdentifier": [
|
|
69706
|
+
"Arn"
|
|
69707
|
+
],
|
|
69708
|
+
"tagging": {
|
|
69709
|
+
"taggable": true,
|
|
69710
|
+
"tagOnCreate": true,
|
|
69711
|
+
"tagUpdatable": true
|
|
69712
|
+
}
|
|
69713
|
+
},
|
|
69714
|
+
"PackageGroup_OriginConfiguration": {
|
|
69715
|
+
"resourceType": "AWS::CodeArtifact::PackageGroup.OriginConfiguration",
|
|
69716
|
+
"kind": "property",
|
|
69717
|
+
"lexicon": "aws"
|
|
69718
|
+
},
|
|
69719
|
+
"PackageGroup_RestrictionType": {
|
|
69720
|
+
"resourceType": "AWS::CodeArtifact::PackageGroup.RestrictionType",
|
|
69721
|
+
"kind": "property",
|
|
69722
|
+
"lexicon": "aws"
|
|
69723
|
+
},
|
|
69724
|
+
"PackageGroup_Restrictions": {
|
|
69725
|
+
"resourceType": "AWS::CodeArtifact::PackageGroup.Restrictions",
|
|
69726
|
+
"kind": "property",
|
|
69727
|
+
"lexicon": "aws"
|
|
69728
|
+
},
|
|
69729
|
+
"PackageGroup_Tag": {
|
|
69730
|
+
"resourceType": "AWS::CodeArtifact::PackageGroup.Tag",
|
|
69731
|
+
"kind": "property",
|
|
69732
|
+
"lexicon": "aws"
|
|
69733
|
+
},
|
|
69734
|
+
"PackageVersion": {
|
|
69735
|
+
"resourceType": "AWS::Panorama::PackageVersion",
|
|
69736
|
+
"kind": "resource",
|
|
69737
|
+
"lexicon": "aws",
|
|
69738
|
+
"attrs": {
|
|
69739
|
+
"PackageName": "PackageName",
|
|
69740
|
+
"PackageArn": "PackageArn",
|
|
69741
|
+
"Status": "Status",
|
|
69742
|
+
"StatusDescription": "StatusDescription",
|
|
69743
|
+
"IsLatestPatch": "IsLatestPatch",
|
|
69744
|
+
"RegisteredTime": "RegisteredTime"
|
|
69745
|
+
},
|
|
69746
|
+
"createOnly": [
|
|
69747
|
+
"OwnerAccount",
|
|
69748
|
+
"PackageId",
|
|
69749
|
+
"PackageVersion",
|
|
69750
|
+
"PatchVersion"
|
|
69751
|
+
],
|
|
69752
|
+
"writeOnly": [
|
|
69753
|
+
"UpdatedLatestPatchVersion"
|
|
69754
|
+
],
|
|
69755
|
+
"primaryIdentifier": [
|
|
69756
|
+
"PackageId",
|
|
69757
|
+
"PackageVersion",
|
|
69758
|
+
"PatchVersion"
|
|
69759
|
+
]
|
|
69760
|
+
},
|
|
69761
|
+
"PackageVersionArtifact": {
|
|
69762
|
+
"resourceType": "AWS::IoT::SoftwarePackageVersion.PackageVersionArtifact",
|
|
69763
|
+
"kind": "property",
|
|
69764
|
+
"lexicon": "aws"
|
|
69765
|
+
},
|
|
69766
|
+
"Package_StorageLocation": {
|
|
71312
69767
|
"resourceType": "AWS::Panorama::Package.StorageLocation",
|
|
71313
69768
|
"kind": "property",
|
|
71314
69769
|
"lexicon": "aws"
|
|
71315
69770
|
},
|
|
69771
|
+
"PackagingConfiguration": {
|
|
69772
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration",
|
|
69773
|
+
"kind": "resource",
|
|
69774
|
+
"lexicon": "aws",
|
|
69775
|
+
"attrs": {
|
|
69776
|
+
"Arn": "Arn"
|
|
69777
|
+
},
|
|
69778
|
+
"createOnly": [
|
|
69779
|
+
"Id"
|
|
69780
|
+
],
|
|
69781
|
+
"primaryIdentifier": [
|
|
69782
|
+
"Id"
|
|
69783
|
+
],
|
|
69784
|
+
"deprecatedProperties": [
|
|
69785
|
+
"HlsPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Audio",
|
|
69786
|
+
"HlsPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Video",
|
|
69787
|
+
"MssPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Audio",
|
|
69788
|
+
"MssPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Video"
|
|
69789
|
+
],
|
|
69790
|
+
"tagging": {
|
|
69791
|
+
"taggable": true,
|
|
69792
|
+
"tagOnCreate": true,
|
|
69793
|
+
"tagUpdatable": false
|
|
69794
|
+
}
|
|
69795
|
+
},
|
|
69796
|
+
"PackagingConfiguration_CmafEncryption": {
|
|
69797
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.CmafEncryption",
|
|
69798
|
+
"kind": "property",
|
|
69799
|
+
"lexicon": "aws"
|
|
69800
|
+
},
|
|
69801
|
+
"PackagingConfiguration_CmafPackage": {
|
|
69802
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.CmafPackage",
|
|
69803
|
+
"kind": "property",
|
|
69804
|
+
"lexicon": "aws"
|
|
69805
|
+
},
|
|
69806
|
+
"PackagingConfiguration_DashEncryption": {
|
|
69807
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.DashEncryption",
|
|
69808
|
+
"kind": "property",
|
|
69809
|
+
"lexicon": "aws"
|
|
69810
|
+
},
|
|
69811
|
+
"PackagingConfiguration_DashManifest": {
|
|
69812
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.DashManifest",
|
|
69813
|
+
"kind": "property",
|
|
69814
|
+
"lexicon": "aws"
|
|
69815
|
+
},
|
|
69816
|
+
"PackagingConfiguration_DashPackage": {
|
|
69817
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.DashPackage",
|
|
69818
|
+
"kind": "property",
|
|
69819
|
+
"lexicon": "aws"
|
|
69820
|
+
},
|
|
69821
|
+
"PackagingConfiguration_HlsEncryption": {
|
|
69822
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsEncryption",
|
|
69823
|
+
"kind": "property",
|
|
69824
|
+
"lexicon": "aws"
|
|
69825
|
+
},
|
|
69826
|
+
"PackagingConfiguration_HlsManifest": {
|
|
69827
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsManifest",
|
|
69828
|
+
"kind": "property",
|
|
69829
|
+
"lexicon": "aws"
|
|
69830
|
+
},
|
|
69831
|
+
"PackagingConfiguration_HlsPackage": {
|
|
69832
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsPackage",
|
|
69833
|
+
"kind": "property",
|
|
69834
|
+
"lexicon": "aws"
|
|
69835
|
+
},
|
|
69836
|
+
"PackagingConfiguration_MssEncryption": {
|
|
69837
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.MssEncryption",
|
|
69838
|
+
"kind": "property",
|
|
69839
|
+
"lexicon": "aws"
|
|
69840
|
+
},
|
|
69841
|
+
"PackagingConfiguration_MssManifest": {
|
|
69842
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.MssManifest",
|
|
69843
|
+
"kind": "property",
|
|
69844
|
+
"lexicon": "aws"
|
|
69845
|
+
},
|
|
69846
|
+
"PackagingConfiguration_MssPackage": {
|
|
69847
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.MssPackage",
|
|
69848
|
+
"kind": "property",
|
|
69849
|
+
"lexicon": "aws"
|
|
69850
|
+
},
|
|
69851
|
+
"PackagingConfiguration_SpekeKeyProvider": {
|
|
69852
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider",
|
|
69853
|
+
"kind": "property",
|
|
69854
|
+
"lexicon": "aws"
|
|
69855
|
+
},
|
|
69856
|
+
"PackagingConfiguration_StreamSelection": {
|
|
69857
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.StreamSelection",
|
|
69858
|
+
"kind": "property",
|
|
69859
|
+
"lexicon": "aws"
|
|
69860
|
+
},
|
|
69861
|
+
"PackagingConfiguration_Tag": {
|
|
69862
|
+
"resourceType": "AWS::MediaPackage::PackagingConfiguration.Tag",
|
|
69863
|
+
"kind": "property",
|
|
69864
|
+
"lexicon": "aws"
|
|
69865
|
+
},
|
|
69866
|
+
"PackagingGroup": {
|
|
69867
|
+
"resourceType": "AWS::MediaPackage::PackagingGroup",
|
|
69868
|
+
"kind": "resource",
|
|
69869
|
+
"lexicon": "aws",
|
|
69870
|
+
"attrs": {
|
|
69871
|
+
"Arn": "Arn",
|
|
69872
|
+
"DomainName": "DomainName"
|
|
69873
|
+
},
|
|
69874
|
+
"propertyConstraints": {
|
|
69875
|
+
"Id": {
|
|
69876
|
+
"pattern": "\\A[0-9a-zA-Z-_]+\\Z",
|
|
69877
|
+
"minLength": 1,
|
|
69878
|
+
"maxLength": 256
|
|
69879
|
+
}
|
|
69880
|
+
},
|
|
69881
|
+
"createOnly": [
|
|
69882
|
+
"Id",
|
|
69883
|
+
"Tags"
|
|
69884
|
+
],
|
|
69885
|
+
"primaryIdentifier": [
|
|
69886
|
+
"Id"
|
|
69887
|
+
],
|
|
69888
|
+
"tagging": {
|
|
69889
|
+
"taggable": true,
|
|
69890
|
+
"tagOnCreate": true,
|
|
69891
|
+
"tagUpdatable": false
|
|
69892
|
+
}
|
|
69893
|
+
},
|
|
69894
|
+
"PackagingGroup_Authorization": {
|
|
69895
|
+
"resourceType": "AWS::MediaPackage::PackagingGroup.Authorization",
|
|
69896
|
+
"kind": "property",
|
|
69897
|
+
"lexicon": "aws"
|
|
69898
|
+
},
|
|
69899
|
+
"PackagingGroup_LogConfiguration": {
|
|
69900
|
+
"resourceType": "AWS::MediaPackage::PackagingGroup.LogConfiguration",
|
|
69901
|
+
"kind": "property",
|
|
69902
|
+
"lexicon": "aws"
|
|
69903
|
+
},
|
|
69904
|
+
"PackagingGroup_Tag": {
|
|
69905
|
+
"resourceType": "AWS::MediaPackage::PackagingGroup.Tag",
|
|
69906
|
+
"kind": "property",
|
|
69907
|
+
"lexicon": "aws"
|
|
69908
|
+
},
|
|
69909
|
+
"PacketHeaderStatementRequest": {
|
|
69910
|
+
"resourceType": "AWS::EC2::NetworkInsightsAccessScope.PacketHeaderStatementRequest",
|
|
69911
|
+
"kind": "property",
|
|
69912
|
+
"lexicon": "aws"
|
|
69913
|
+
},
|
|
69914
|
+
"PagerDutyConfiguration": {
|
|
69915
|
+
"resourceType": "AWS::SSMIncidents::ResponsePlan.PagerDutyConfiguration",
|
|
69916
|
+
"kind": "property",
|
|
69917
|
+
"lexicon": "aws"
|
|
69918
|
+
},
|
|
69919
|
+
"PagerDutyIncidentConfiguration": {
|
|
69920
|
+
"resourceType": "AWS::SSMIncidents::ResponsePlan.PagerDutyIncidentConfiguration",
|
|
69921
|
+
"kind": "property",
|
|
69922
|
+
"lexicon": "aws"
|
|
69923
|
+
},
|
|
71316
69924
|
"ParallelismConfiguration": {
|
|
71317
69925
|
"resourceType": "AWS::KinesisAnalyticsV2::Application.ParallelismConfiguration",
|
|
71318
69926
|
"kind": "property",
|
|
@@ -71424,6 +70032,11 @@
|
|
|
71424
70032
|
"kind": "property",
|
|
71425
70033
|
"lexicon": "aws"
|
|
71426
70034
|
},
|
|
70035
|
+
"PartitionSpec": {
|
|
70036
|
+
"resourceType": "AWS::MSK::Channel.PartitionSpec",
|
|
70037
|
+
"kind": "property",
|
|
70038
|
+
"lexicon": "aws"
|
|
70039
|
+
},
|
|
71427
70040
|
"Partition_Column": {
|
|
71428
70041
|
"resourceType": "AWS::Glue::Partition.Column",
|
|
71429
70042
|
"kind": "property",
|
|
@@ -72551,58 +71164,6 @@
|
|
|
72551
71164
|
"kind": "property",
|
|
72552
71165
|
"lexicon": "aws"
|
|
72553
71166
|
},
|
|
72554
|
-
"PersonalizeRecipe": {
|
|
72555
|
-
"resourceType": "AWS::Personalize::Recipe",
|
|
72556
|
-
"kind": "resource",
|
|
72557
|
-
"lexicon": "aws",
|
|
72558
|
-
"attrs": {
|
|
72559
|
-
"RecipeArn": "RecipeArn",
|
|
72560
|
-
"AlgorithmArn": "AlgorithmArn",
|
|
72561
|
-
"FeatureTransformationArn": "FeatureTransformationArn",
|
|
72562
|
-
"Status": "Status",
|
|
72563
|
-
"Description": "Description",
|
|
72564
|
-
"RecipeType": "RecipeType",
|
|
72565
|
-
"CreationDateTime": "CreationDateTime",
|
|
72566
|
-
"LastUpdatedDateTime": "LastUpdatedDateTime"
|
|
72567
|
-
},
|
|
72568
|
-
"propertyConstraints": {
|
|
72569
|
-
"RecipeArn": {
|
|
72570
|
-
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72571
|
-
"maxLength": 256
|
|
72572
|
-
},
|
|
72573
|
-
"Name": {
|
|
72574
|
-
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
|
|
72575
|
-
"minLength": 1,
|
|
72576
|
-
"maxLength": 63
|
|
72577
|
-
},
|
|
72578
|
-
"AlgorithmArn": {
|
|
72579
|
-
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72580
|
-
"maxLength": 256
|
|
72581
|
-
},
|
|
72582
|
-
"FeatureTransformationArn": {
|
|
72583
|
-
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72584
|
-
"maxLength": 256
|
|
72585
|
-
},
|
|
72586
|
-
"Status": {
|
|
72587
|
-
"maxLength": 256
|
|
72588
|
-
},
|
|
72589
|
-
"RecipeType": {
|
|
72590
|
-
"maxLength": 256
|
|
72591
|
-
},
|
|
72592
|
-
"CreationDateTime": {
|
|
72593
|
-
"format": "date-time"
|
|
72594
|
-
},
|
|
72595
|
-
"LastUpdatedDateTime": {
|
|
72596
|
-
"format": "date-time"
|
|
72597
|
-
}
|
|
72598
|
-
},
|
|
72599
|
-
"createOnly": [
|
|
72600
|
-
"Name"
|
|
72601
|
-
],
|
|
72602
|
-
"primaryIdentifier": [
|
|
72603
|
-
"RecipeArn"
|
|
72604
|
-
]
|
|
72605
|
-
},
|
|
72606
71167
|
"PersonalizeSchema": {
|
|
72607
71168
|
"resourceType": "AWS::Personalize::Schema",
|
|
72608
71169
|
"kind": "resource",
|
|
@@ -73450,25 +72011,6 @@
|
|
|
73450
72011
|
"kind": "property",
|
|
73451
72012
|
"lexicon": "aws"
|
|
73452
72013
|
},
|
|
73453
|
-
"PipelineBlueprint": {
|
|
73454
|
-
"resourceType": "AWS::OSIS::PipelineBlueprint",
|
|
73455
|
-
"kind": "resource",
|
|
73456
|
-
"lexicon": "aws",
|
|
73457
|
-
"attrs": {
|
|
73458
|
-
"Arn": "Arn",
|
|
73459
|
-
"PipelineConfigurationBody": "PipelineConfigurationBody",
|
|
73460
|
-
"DisplayName": "DisplayName",
|
|
73461
|
-
"DisplayDescription": "DisplayDescription",
|
|
73462
|
-
"Service": "Service",
|
|
73463
|
-
"UseCase": "UseCase"
|
|
73464
|
-
},
|
|
73465
|
-
"createOnly": [
|
|
73466
|
-
"BlueprintName"
|
|
73467
|
-
],
|
|
73468
|
-
"primaryIdentifier": [
|
|
73469
|
-
"Arn"
|
|
73470
|
-
]
|
|
73471
|
-
},
|
|
73472
72014
|
"PipelineConfig": {
|
|
73473
72015
|
"resourceType": "AWS::AppSync::Resolver.PipelineConfig",
|
|
73474
72016
|
"kind": "property",
|
|
@@ -75712,6 +74254,11 @@
|
|
|
75712
74254
|
"kind": "property",
|
|
75713
74255
|
"lexicon": "aws"
|
|
75714
74256
|
},
|
|
74257
|
+
"PromptRouterTargetModel": {
|
|
74258
|
+
"resourceType": "AWS::Bedrock::IntelligentPromptRouter.PromptRouterTargetModel",
|
|
74259
|
+
"kind": "property",
|
|
74260
|
+
"lexicon": "aws"
|
|
74261
|
+
},
|
|
75715
74262
|
"PromptVersion": {
|
|
75716
74263
|
"resourceType": "AWS::Bedrock::PromptVersion",
|
|
75717
74264
|
"kind": "resource",
|
|
@@ -79507,9 +78054,30 @@
|
|
|
79507
78054
|
"lexicon": "aws"
|
|
79508
78055
|
},
|
|
79509
78056
|
"Recipe": {
|
|
79510
|
-
"resourceType": "AWS::DataBrew::
|
|
79511
|
-
"kind": "
|
|
79512
|
-
"lexicon": "aws"
|
|
78057
|
+
"resourceType": "AWS::DataBrew::Recipe",
|
|
78058
|
+
"kind": "resource",
|
|
78059
|
+
"lexicon": "aws",
|
|
78060
|
+
"propertyConstraints": {
|
|
78061
|
+
"Description": {
|
|
78062
|
+
"minLength": 0,
|
|
78063
|
+
"maxLength": 1024
|
|
78064
|
+
},
|
|
78065
|
+
"Name": {
|
|
78066
|
+
"minLength": 1,
|
|
78067
|
+
"maxLength": 255
|
|
78068
|
+
}
|
|
78069
|
+
},
|
|
78070
|
+
"createOnly": [
|
|
78071
|
+
"Name"
|
|
78072
|
+
],
|
|
78073
|
+
"primaryIdentifier": [
|
|
78074
|
+
"Name"
|
|
78075
|
+
],
|
|
78076
|
+
"tagging": {
|
|
78077
|
+
"taggable": true,
|
|
78078
|
+
"tagOnCreate": true,
|
|
78079
|
+
"tagUpdatable": true
|
|
78080
|
+
}
|
|
79513
78081
|
},
|
|
79514
78082
|
"RecipeSelection": {
|
|
79515
78083
|
"resourceType": "AWS::ImageBuilder::LifecyclePolicy.RecipeSelection",
|
|
@@ -79521,6 +78089,26 @@
|
|
|
79521
78089
|
"kind": "property",
|
|
79522
78090
|
"lexicon": "aws"
|
|
79523
78091
|
},
|
|
78092
|
+
"Recipe_Action": {
|
|
78093
|
+
"resourceType": "AWS::DataBrew::Recipe.Action",
|
|
78094
|
+
"kind": "property",
|
|
78095
|
+
"lexicon": "aws"
|
|
78096
|
+
},
|
|
78097
|
+
"Recipe_ConditionExpression": {
|
|
78098
|
+
"resourceType": "AWS::DataBrew::Recipe.ConditionExpression",
|
|
78099
|
+
"kind": "property",
|
|
78100
|
+
"lexicon": "aws"
|
|
78101
|
+
},
|
|
78102
|
+
"Recipe_RecipeStep": {
|
|
78103
|
+
"resourceType": "AWS::DataBrew::Recipe.RecipeStep",
|
|
78104
|
+
"kind": "property",
|
|
78105
|
+
"lexicon": "aws"
|
|
78106
|
+
},
|
|
78107
|
+
"Recipe_Tag": {
|
|
78108
|
+
"resourceType": "AWS::DataBrew::Recipe.Tag",
|
|
78109
|
+
"kind": "property",
|
|
78110
|
+
"lexicon": "aws"
|
|
78111
|
+
},
|
|
79524
78112
|
"RecommendationConfiguration": {
|
|
79525
78113
|
"resourceType": "AWS::DataZone::DataSource.RecommendationConfiguration",
|
|
79526
78114
|
"kind": "property",
|
|
@@ -79601,11 +78189,21 @@
|
|
|
79601
78189
|
"kind": "property",
|
|
79602
78190
|
"lexicon": "aws"
|
|
79603
78191
|
},
|
|
78192
|
+
"RecordConverter": {
|
|
78193
|
+
"resourceType": "AWS::MSK::Channel.RecordConverter",
|
|
78194
|
+
"kind": "property",
|
|
78195
|
+
"lexicon": "aws"
|
|
78196
|
+
},
|
|
79604
78197
|
"RecordExpiration": {
|
|
79605
78198
|
"resourceType": "AWS::S3::Bucket.RecordExpiration",
|
|
79606
78199
|
"kind": "property",
|
|
79607
78200
|
"lexicon": "aws"
|
|
79608
78201
|
},
|
|
78202
|
+
"RecordSchema": {
|
|
78203
|
+
"resourceType": "AWS::MSK::Channel.RecordSchema",
|
|
78204
|
+
"kind": "property",
|
|
78205
|
+
"lexicon": "aws"
|
|
78206
|
+
},
|
|
79609
78207
|
"RecordSet": {
|
|
79610
78208
|
"resourceType": "AWS::Route53::RecordSet",
|
|
79611
78209
|
"kind": "resource",
|
|
@@ -80120,45 +78718,6 @@
|
|
|
80120
78718
|
"kind": "property",
|
|
80121
78719
|
"lexicon": "aws"
|
|
80122
78720
|
},
|
|
80123
|
-
"RecoveryPoint": {
|
|
80124
|
-
"resourceType": "AWS::RedshiftServerless::RecoveryPoint",
|
|
80125
|
-
"kind": "resource",
|
|
80126
|
-
"lexicon": "aws",
|
|
80127
|
-
"attrs": {
|
|
80128
|
-
"Arn": "Arn",
|
|
80129
|
-
"RecoveryPointId": "RecoveryPointId",
|
|
80130
|
-
"RecoveryPointCreateTime": "RecoveryPointCreateTime",
|
|
80131
|
-
"TotalSizeInMegaBytes": "TotalSizeInMegaBytes",
|
|
80132
|
-
"NamespaceArn": "NamespaceArn",
|
|
80133
|
-
"Tags": "Tags"
|
|
80134
|
-
},
|
|
80135
|
-
"propertyConstraints": {
|
|
80136
|
-
"RecoveryPointCreateTime": {
|
|
80137
|
-
"format": "date-time"
|
|
80138
|
-
},
|
|
80139
|
-
"NamespaceName": {
|
|
80140
|
-
"pattern": "^[a-z0-9-]+$",
|
|
80141
|
-
"minLength": 3,
|
|
80142
|
-
"maxLength": 64
|
|
80143
|
-
}
|
|
80144
|
-
},
|
|
80145
|
-
"createOnly": [
|
|
80146
|
-
"NamespaceName"
|
|
80147
|
-
],
|
|
80148
|
-
"primaryIdentifier": [
|
|
80149
|
-
"Arn"
|
|
80150
|
-
],
|
|
80151
|
-
"tagging": {
|
|
80152
|
-
"taggable": true,
|
|
80153
|
-
"tagOnCreate": false,
|
|
80154
|
-
"tagUpdatable": false
|
|
80155
|
-
}
|
|
80156
|
-
},
|
|
80157
|
-
"RecoveryPoint_Tag": {
|
|
80158
|
-
"resourceType": "AWS::RedshiftServerless::RecoveryPoint.Tag",
|
|
80159
|
-
"kind": "property",
|
|
80160
|
-
"lexicon": "aws"
|
|
80161
|
-
},
|
|
80162
78721
|
"RecrawlPolicy": {
|
|
80163
78722
|
"resourceType": "AWS::Glue::Crawler.RecrawlPolicy",
|
|
80164
78723
|
"kind": "property",
|
|
@@ -80886,90 +79445,6 @@
|
|
|
80886
79445
|
"kind": "property",
|
|
80887
79446
|
"lexicon": "aws"
|
|
80888
79447
|
},
|
|
80889
|
-
"Reference": {
|
|
80890
|
-
"resourceType": "AWS::Omics::Reference",
|
|
80891
|
-
"kind": "resource",
|
|
80892
|
-
"lexicon": "aws",
|
|
80893
|
-
"attrs": {
|
|
80894
|
-
"Arn": "Arn",
|
|
80895
|
-
"Id": "Id",
|
|
80896
|
-
"Md5": "Md5",
|
|
80897
|
-
"Status": "Status",
|
|
80898
|
-
"CreationTime": "CreationTime",
|
|
80899
|
-
"UpdateTime": "UpdateTime",
|
|
80900
|
-
"CreationType": "CreationType",
|
|
80901
|
-
"CreationJobId": "CreationJobId"
|
|
80902
|
-
},
|
|
80903
|
-
"propertyConstraints": {
|
|
80904
|
-
"Arn": {
|
|
80905
|
-
"pattern": "^arn:.+$",
|
|
80906
|
-
"minLength": 1,
|
|
80907
|
-
"maxLength": 127
|
|
80908
|
-
},
|
|
80909
|
-
"Id": {
|
|
80910
|
-
"pattern": "^[0-9]+$",
|
|
80911
|
-
"minLength": 10,
|
|
80912
|
-
"maxLength": 36
|
|
80913
|
-
},
|
|
80914
|
-
"ReferenceStoreId": {
|
|
80915
|
-
"pattern": "^[0-9]+$",
|
|
80916
|
-
"minLength": 10,
|
|
80917
|
-
"maxLength": 36
|
|
80918
|
-
},
|
|
80919
|
-
"Name": {
|
|
80920
|
-
"pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$",
|
|
80921
|
-
"minLength": 3,
|
|
80922
|
-
"maxLength": 255
|
|
80923
|
-
},
|
|
80924
|
-
"Description": {
|
|
80925
|
-
"pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$",
|
|
80926
|
-
"minLength": 1,
|
|
80927
|
-
"maxLength": 255
|
|
80928
|
-
},
|
|
80929
|
-
"Md5": {
|
|
80930
|
-
"pattern": "^[\\p{L}||\\p{N}]+$",
|
|
80931
|
-
"minLength": 1,
|
|
80932
|
-
"maxLength": 255
|
|
80933
|
-
},
|
|
80934
|
-
"Status": {
|
|
80935
|
-
"enum": [
|
|
80936
|
-
"ACTIVE",
|
|
80937
|
-
"DELETING",
|
|
80938
|
-
"DELETED"
|
|
80939
|
-
]
|
|
80940
|
-
},
|
|
80941
|
-
"CreationTime": {
|
|
80942
|
-
"format": "date-time"
|
|
80943
|
-
},
|
|
80944
|
-
"UpdateTime": {
|
|
80945
|
-
"format": "date-time"
|
|
80946
|
-
},
|
|
80947
|
-
"CreationType": {
|
|
80948
|
-
"enum": [
|
|
80949
|
-
"IMPORT"
|
|
80950
|
-
]
|
|
80951
|
-
},
|
|
80952
|
-
"CreationJobId": {
|
|
80953
|
-
"pattern": "^[a-zA-Z0-9]+$",
|
|
80954
|
-
"minLength": 1,
|
|
80955
|
-
"maxLength": 127
|
|
80956
|
-
}
|
|
80957
|
-
},
|
|
80958
|
-
"createOnly": [
|
|
80959
|
-
"Description",
|
|
80960
|
-
"Name",
|
|
80961
|
-
"ReferenceStoreId",
|
|
80962
|
-
"Tags"
|
|
80963
|
-
],
|
|
80964
|
-
"primaryIdentifier": [
|
|
80965
|
-
"Arn"
|
|
80966
|
-
],
|
|
80967
|
-
"tagging": {
|
|
80968
|
-
"taggable": true,
|
|
80969
|
-
"tagOnCreate": false,
|
|
80970
|
-
"tagUpdatable": false
|
|
80971
|
-
}
|
|
80972
|
-
},
|
|
80973
79448
|
"ReferenceSets": {
|
|
80974
79449
|
"resourceType": "AWS::NetworkFirewall::RuleGroup.ReferenceSets",
|
|
80975
79450
|
"kind": "property",
|
|
@@ -81325,60 +79800,6 @@
|
|
|
81325
79800
|
"kind": "property",
|
|
81326
79801
|
"lexicon": "aws"
|
|
81327
79802
|
},
|
|
81328
|
-
"Replay": {
|
|
81329
|
-
"resourceType": "AWS::Events::Replay",
|
|
81330
|
-
"kind": "resource",
|
|
81331
|
-
"lexicon": "aws",
|
|
81332
|
-
"attrs": {
|
|
81333
|
-
"ReplayArn": "ReplayArn",
|
|
81334
|
-
"State": "State",
|
|
81335
|
-
"ReplayStartTime": "ReplayStartTime"
|
|
81336
|
-
},
|
|
81337
|
-
"propertyConstraints": {
|
|
81338
|
-
"ReplayName": {
|
|
81339
|
-
"pattern": "^[\\.\\-_A-Za-z0-9]+$",
|
|
81340
|
-
"minLength": 1,
|
|
81341
|
-
"maxLength": 64
|
|
81342
|
-
},
|
|
81343
|
-
"ReplayArn": {
|
|
81344
|
-
"minLength": 1,
|
|
81345
|
-
"maxLength": 1600
|
|
81346
|
-
},
|
|
81347
|
-
"EventSourceArn": {
|
|
81348
|
-
"minLength": 1,
|
|
81349
|
-
"maxLength": 1600
|
|
81350
|
-
},
|
|
81351
|
-
"EventStartTime": {
|
|
81352
|
-
"format": "date-time"
|
|
81353
|
-
},
|
|
81354
|
-
"EventEndTime": {
|
|
81355
|
-
"format": "date-time"
|
|
81356
|
-
},
|
|
81357
|
-
"State": {
|
|
81358
|
-
"enum": [
|
|
81359
|
-
"STARTING",
|
|
81360
|
-
"RUNNING",
|
|
81361
|
-
"CANCELLING",
|
|
81362
|
-
"COMPLETED",
|
|
81363
|
-
"CANCELLED",
|
|
81364
|
-
"FAILED"
|
|
81365
|
-
]
|
|
81366
|
-
},
|
|
81367
|
-
"ReplayStartTime": {
|
|
81368
|
-
"format": "date-time"
|
|
81369
|
-
}
|
|
81370
|
-
},
|
|
81371
|
-
"createOnly": [
|
|
81372
|
-
"Destination",
|
|
81373
|
-
"EventEndTime",
|
|
81374
|
-
"EventSourceArn",
|
|
81375
|
-
"EventStartTime",
|
|
81376
|
-
"ReplayName"
|
|
81377
|
-
],
|
|
81378
|
-
"primaryIdentifier": [
|
|
81379
|
-
"ReplayArn"
|
|
81380
|
-
]
|
|
81381
|
-
},
|
|
81382
79803
|
"ReplicaGlobalSecondaryIndexSpecification": {
|
|
81383
79804
|
"resourceType": "AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification",
|
|
81384
79805
|
"kind": "property",
|
|
@@ -81935,64 +80356,6 @@
|
|
|
81935
80356
|
"kind": "property",
|
|
81936
80357
|
"lexicon": "aws"
|
|
81937
80358
|
},
|
|
81938
|
-
"Report": {
|
|
81939
|
-
"resourceType": "AWS::Artifact::Report",
|
|
81940
|
-
"kind": "resource",
|
|
81941
|
-
"lexicon": "aws",
|
|
81942
|
-
"attrs": {
|
|
81943
|
-
"Arn": "Arn",
|
|
81944
|
-
"ReportId": "ReportId",
|
|
81945
|
-
"Name": "Name",
|
|
81946
|
-
"Description": "Description",
|
|
81947
|
-
"PeriodStart": "PeriodStart",
|
|
81948
|
-
"PeriodEnd": "PeriodEnd",
|
|
81949
|
-
"CreatedAt": "CreatedAt",
|
|
81950
|
-
"State": "State",
|
|
81951
|
-
"Series": "Series",
|
|
81952
|
-
"Category": "Category",
|
|
81953
|
-
"CompanyName": "CompanyName",
|
|
81954
|
-
"ProductName": "ProductName",
|
|
81955
|
-
"TermArn": "TermArn",
|
|
81956
|
-
"Version": "Version",
|
|
81957
|
-
"AcceptanceType": "AcceptanceType",
|
|
81958
|
-
"SequenceNumber": "SequenceNumber"
|
|
81959
|
-
},
|
|
81960
|
-
"propertyConstraints": {
|
|
81961
|
-
"ReportId": {
|
|
81962
|
-
"pattern": "^report-[a-zA-Z0-9]{16}$"
|
|
81963
|
-
},
|
|
81964
|
-
"PeriodStart": {
|
|
81965
|
-
"format": "date-time"
|
|
81966
|
-
},
|
|
81967
|
-
"PeriodEnd": {
|
|
81968
|
-
"format": "date-time"
|
|
81969
|
-
},
|
|
81970
|
-
"CreatedAt": {
|
|
81971
|
-
"format": "date-time"
|
|
81972
|
-
},
|
|
81973
|
-
"State": {
|
|
81974
|
-
"enum": [
|
|
81975
|
-
"PUBLISHED",
|
|
81976
|
-
"UNPUBLISHED"
|
|
81977
|
-
]
|
|
81978
|
-
},
|
|
81979
|
-
"Version": {
|
|
81980
|
-
"pattern": "^[0-9]+$"
|
|
81981
|
-
},
|
|
81982
|
-
"AcceptanceType": {
|
|
81983
|
-
"enum": [
|
|
81984
|
-
"PASSTHROUGH",
|
|
81985
|
-
"EXPLICIT"
|
|
81986
|
-
]
|
|
81987
|
-
},
|
|
81988
|
-
"SequenceNumber": {
|
|
81989
|
-
"minimum": 1
|
|
81990
|
-
}
|
|
81991
|
-
},
|
|
81992
|
-
"primaryIdentifier": [
|
|
81993
|
-
"Arn"
|
|
81994
|
-
]
|
|
81995
|
-
},
|
|
81996
80359
|
"ReportConfiguration": {
|
|
81997
80360
|
"resourceType": "AWS::ARCRegionSwitch::Plan.ReportConfiguration",
|
|
81998
80361
|
"kind": "property",
|
|
@@ -82431,102 +80794,11 @@
|
|
|
82431
80794
|
"kind": "property",
|
|
82432
80795
|
"lexicon": "aws"
|
|
82433
80796
|
},
|
|
82434
|
-
"ReservationResourceSpecification": {
|
|
82435
|
-
"resourceType": "AWS::MediaLive::Offering.ReservationResourceSpecification",
|
|
82436
|
-
"kind": "property",
|
|
82437
|
-
"lexicon": "aws"
|
|
82438
|
-
},
|
|
82439
|
-
"ReservedCacheNode": {
|
|
82440
|
-
"resourceType": "AWS::ElastiCache::ReservedCacheNode",
|
|
82441
|
-
"kind": "resource",
|
|
82442
|
-
"lexicon": "aws",
|
|
82443
|
-
"attrs": {
|
|
82444
|
-
"ReservationARN": "ReservationARN",
|
|
82445
|
-
"ReservedCacheNodeId": "ReservedCacheNodeId",
|
|
82446
|
-
"ReservedCacheNodesOfferingId": "ReservedCacheNodesOfferingId",
|
|
82447
|
-
"CacheNodeType": "CacheNodeType",
|
|
82448
|
-
"StartTime": "StartTime",
|
|
82449
|
-
"Duration": "Duration",
|
|
82450
|
-
"FixedPrice": "FixedPrice",
|
|
82451
|
-
"UsagePrice": "UsagePrice",
|
|
82452
|
-
"CacheNodeCount": "CacheNodeCount",
|
|
82453
|
-
"ProductDescription": "ProductDescription",
|
|
82454
|
-
"OfferingType": "OfferingType",
|
|
82455
|
-
"State": "State",
|
|
82456
|
-
"RecurringCharges": "RecurringCharges",
|
|
82457
|
-
"Tags": "Tags"
|
|
82458
|
-
},
|
|
82459
|
-
"propertyConstraints": {
|
|
82460
|
-
"StartTime": {
|
|
82461
|
-
"format": "date-time"
|
|
82462
|
-
}
|
|
82463
|
-
},
|
|
82464
|
-
"primaryIdentifier": [
|
|
82465
|
-
"ReservationARN"
|
|
82466
|
-
],
|
|
82467
|
-
"tagging": {
|
|
82468
|
-
"taggable": true,
|
|
82469
|
-
"tagOnCreate": false,
|
|
82470
|
-
"tagUpdatable": false
|
|
82471
|
-
}
|
|
82472
|
-
},
|
|
82473
|
-
"ReservedCacheNode_RecurringCharge": {
|
|
82474
|
-
"resourceType": "AWS::ElastiCache::ReservedCacheNode.RecurringCharge",
|
|
82475
|
-
"kind": "property",
|
|
82476
|
-
"lexicon": "aws"
|
|
82477
|
-
},
|
|
82478
|
-
"ReservedCacheNode_Tag": {
|
|
82479
|
-
"resourceType": "AWS::ElastiCache::ReservedCacheNode.Tag",
|
|
82480
|
-
"kind": "property",
|
|
82481
|
-
"lexicon": "aws"
|
|
82482
|
-
},
|
|
82483
80797
|
"ReservedCapacityOptionsRequest": {
|
|
82484
80798
|
"resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
|
|
82485
80799
|
"kind": "property",
|
|
82486
80800
|
"lexicon": "aws"
|
|
82487
80801
|
},
|
|
82488
|
-
"ReservedNode": {
|
|
82489
|
-
"resourceType": "AWS::MemoryDB::ReservedNode",
|
|
82490
|
-
"kind": "resource",
|
|
82491
|
-
"lexicon": "aws",
|
|
82492
|
-
"attrs": {
|
|
82493
|
-
"Arn": "Arn",
|
|
82494
|
-
"ReservationId": "ReservationId",
|
|
82495
|
-
"ReservedNodesOfferingId": "ReservedNodesOfferingId",
|
|
82496
|
-
"NodeType": "NodeType",
|
|
82497
|
-
"Duration": "Duration",
|
|
82498
|
-
"FixedPrice": "FixedPrice",
|
|
82499
|
-
"NodeCount": "NodeCount",
|
|
82500
|
-
"OfferingType": "OfferingType",
|
|
82501
|
-
"State": "State",
|
|
82502
|
-
"StartTime": "StartTime",
|
|
82503
|
-
"RecurringCharges": "RecurringCharges",
|
|
82504
|
-
"Tags": "Tags"
|
|
82505
|
-
},
|
|
82506
|
-
"propertyConstraints": {
|
|
82507
|
-
"StartTime": {
|
|
82508
|
-
"format": "date-time"
|
|
82509
|
-
}
|
|
82510
|
-
},
|
|
82511
|
-
"primaryIdentifier": [
|
|
82512
|
-
"Arn"
|
|
82513
|
-
],
|
|
82514
|
-
"tagging": {
|
|
82515
|
-
"taggable": true,
|
|
82516
|
-
"tagOnCreate": false,
|
|
82517
|
-
"tagUpdatable": false
|
|
82518
|
-
}
|
|
82519
|
-
},
|
|
82520
|
-
"ReservedNode_RecurringCharge": {
|
|
82521
|
-
"resourceType": "AWS::MemoryDB::ReservedNode.RecurringCharge",
|
|
82522
|
-
"kind": "property",
|
|
82523
|
-
"lexicon": "aws"
|
|
82524
|
-
},
|
|
82525
|
-
"ReservedNode_Tag": {
|
|
82526
|
-
"resourceType": "AWS::MemoryDB::ReservedNode.Tag",
|
|
82527
|
-
"kind": "property",
|
|
82528
|
-
"lexicon": "aws"
|
|
82529
|
-
},
|
|
82530
80802
|
"ReshardingConfiguration": {
|
|
82531
80803
|
"resourceType": "AWS::ElastiCache::GlobalReplicationGroup.ReshardingConfiguration",
|
|
82532
80804
|
"kind": "property",
|
|
@@ -83818,47 +82090,6 @@
|
|
|
83818
82090
|
"kind": "property",
|
|
83819
82091
|
"lexicon": "aws"
|
|
83820
82092
|
},
|
|
83821
|
-
"ResourceScan": {
|
|
83822
|
-
"resourceType": "AWS::CloudFormation::ResourceScan",
|
|
83823
|
-
"kind": "resource",
|
|
83824
|
-
"lexicon": "aws",
|
|
83825
|
-
"attrs": {
|
|
83826
|
-
"ResourceScanId": "ResourceScanId",
|
|
83827
|
-
"ScanId": "ScanId",
|
|
83828
|
-
"Status": "Status",
|
|
83829
|
-
"StartTime": "StartTime",
|
|
83830
|
-
"PercentageCompleted": "PercentageCompleted"
|
|
83831
|
-
},
|
|
83832
|
-
"propertyConstraints": {
|
|
83833
|
-
"Status": {
|
|
83834
|
-
"enum": [
|
|
83835
|
-
"IN_PROGRESS",
|
|
83836
|
-
"FAILED",
|
|
83837
|
-
"COMPLETE",
|
|
83838
|
-
"EXPIRED"
|
|
83839
|
-
]
|
|
83840
|
-
},
|
|
83841
|
-
"StartTime": {
|
|
83842
|
-
"format": "date-time"
|
|
83843
|
-
}
|
|
83844
|
-
},
|
|
83845
|
-
"createOnly": [
|
|
83846
|
-
"ScanFilters"
|
|
83847
|
-
],
|
|
83848
|
-
"primaryIdentifier": [
|
|
83849
|
-
"ResourceScanId"
|
|
83850
|
-
]
|
|
83851
|
-
},
|
|
83852
|
-
"ResourceScan_ScanFilter": {
|
|
83853
|
-
"resourceType": "AWS::CloudFormation::ResourceScan.ScanFilter",
|
|
83854
|
-
"kind": "property",
|
|
83855
|
-
"lexicon": "aws"
|
|
83856
|
-
},
|
|
83857
|
-
"ResourceServerConfig": {
|
|
83858
|
-
"resourceType": "AWS::SSO::ApplicationProvider.ResourceServerConfig",
|
|
83859
|
-
"kind": "property",
|
|
83860
|
-
"lexicon": "aws"
|
|
83861
|
-
},
|
|
83862
82093
|
"ResourceServerScopeType": {
|
|
83863
82094
|
"resourceType": "AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType",
|
|
83864
82095
|
"kind": "property",
|
|
@@ -85845,6 +84076,11 @@
|
|
|
85845
84076
|
"RoutingControlArn"
|
|
85846
84077
|
]
|
|
85847
84078
|
},
|
|
84079
|
+
"RoutingCriteria": {
|
|
84080
|
+
"resourceType": "AWS::Bedrock::IntelligentPromptRouter.RoutingCriteria",
|
|
84081
|
+
"kind": "property",
|
|
84082
|
+
"lexicon": "aws"
|
|
84083
|
+
},
|
|
85848
84084
|
"RoutingProfile": {
|
|
85849
84085
|
"resourceType": "AWS::Connect::RoutingProfile",
|
|
85850
84086
|
"kind": "resource",
|
|
@@ -86912,11 +85148,6 @@
|
|
|
86912
85148
|
"kind": "property",
|
|
86913
85149
|
"lexicon": "aws"
|
|
86914
85150
|
},
|
|
86915
|
-
"S3LogDestination": {
|
|
86916
|
-
"resourceType": "AWS::Pipes::Pipe.S3LogDestination",
|
|
86917
|
-
"kind": "property",
|
|
86918
|
-
"lexicon": "aws"
|
|
86919
|
-
},
|
|
86920
85151
|
"S3LoggingConfiguration": {
|
|
86921
85152
|
"resourceType": "AWS::Athena::WorkGroup.S3LoggingConfiguration",
|
|
86922
85153
|
"kind": "property",
|
|
@@ -87232,8 +85463,8 @@
|
|
|
87232
85463
|
"kind": "property",
|
|
87233
85464
|
"lexicon": "aws"
|
|
87234
85465
|
},
|
|
87235
|
-
"
|
|
87236
|
-
"resourceType": "AWS::
|
|
85466
|
+
"S3Source": {
|
|
85467
|
+
"resourceType": "AWS::BedrockAgentCore::Dataset.S3Source",
|
|
87237
85468
|
"kind": "property",
|
|
87238
85469
|
"lexicon": "aws"
|
|
87239
85470
|
},
|
|
@@ -87242,6 +85473,11 @@
|
|
|
87242
85473
|
"kind": "property",
|
|
87243
85474
|
"lexicon": "aws"
|
|
87244
85475
|
},
|
|
85476
|
+
"S3Storage": {
|
|
85477
|
+
"resourceType": "AWS::MSK::Channel.S3Storage",
|
|
85478
|
+
"kind": "property",
|
|
85479
|
+
"lexicon": "aws"
|
|
85480
|
+
},
|
|
87245
85481
|
"S3StorageConfiguration": {
|
|
87246
85482
|
"resourceType": "AWS::IVS::StorageConfiguration.S3StorageConfiguration",
|
|
87247
85483
|
"kind": "property",
|
|
@@ -88170,64 +86406,6 @@
|
|
|
88170
86406
|
"ResourceArn"
|
|
88171
86407
|
]
|
|
88172
86408
|
},
|
|
88173
|
-
"SSMSession": {
|
|
88174
|
-
"resourceType": "AWS::SSM::Session",
|
|
88175
|
-
"kind": "resource",
|
|
88176
|
-
"lexicon": "aws",
|
|
88177
|
-
"attrs": {
|
|
88178
|
-
"Arn": "Arn",
|
|
88179
|
-
"SessionId": "SessionId",
|
|
88180
|
-
"Status": "Status",
|
|
88181
|
-
"StartDate": "StartDate",
|
|
88182
|
-
"Owner": "Owner",
|
|
88183
|
-
"AccessType": "AccessType"
|
|
88184
|
-
},
|
|
88185
|
-
"propertyConstraints": {
|
|
88186
|
-
"SessionId": {
|
|
88187
|
-
"minLength": 1,
|
|
88188
|
-
"maxLength": 96
|
|
88189
|
-
},
|
|
88190
|
-
"Target": {
|
|
88191
|
-
"minLength": 1,
|
|
88192
|
-
"maxLength": 400
|
|
88193
|
-
},
|
|
88194
|
-
"Status": {
|
|
88195
|
-
"enum": [
|
|
88196
|
-
"Connected",
|
|
88197
|
-
"Connecting",
|
|
88198
|
-
"Disconnected",
|
|
88199
|
-
"Terminated",
|
|
88200
|
-
"Terminating",
|
|
88201
|
-
"Failed"
|
|
88202
|
-
]
|
|
88203
|
-
},
|
|
88204
|
-
"StartDate": {
|
|
88205
|
-
"format": "date-time"
|
|
88206
|
-
},
|
|
88207
|
-
"Reason": {
|
|
88208
|
-
"pattern": "^.{1,256}$",
|
|
88209
|
-
"minLength": 1,
|
|
88210
|
-
"maxLength": 256
|
|
88211
|
-
},
|
|
88212
|
-
"Owner": {
|
|
88213
|
-
"minLength": 1,
|
|
88214
|
-
"maxLength": 256
|
|
88215
|
-
},
|
|
88216
|
-
"AccessType": {
|
|
88217
|
-
"enum": [
|
|
88218
|
-
"Standard",
|
|
88219
|
-
"JustInTime"
|
|
88220
|
-
]
|
|
88221
|
-
}
|
|
88222
|
-
},
|
|
88223
|
-
"createOnly": [
|
|
88224
|
-
"Reason",
|
|
88225
|
-
"Target"
|
|
88226
|
-
],
|
|
88227
|
-
"primaryIdentifier": [
|
|
88228
|
-
"Arn"
|
|
88229
|
-
]
|
|
88230
|
-
},
|
|
88231
86409
|
"SSOApplication": {
|
|
88232
86410
|
"resourceType": "AWS::SSO::Application",
|
|
88233
86411
|
"kind": "resource",
|
|
@@ -88354,40 +86532,6 @@
|
|
|
88354
86532
|
"kind": "property",
|
|
88355
86533
|
"lexicon": "aws"
|
|
88356
86534
|
},
|
|
88357
|
-
"SafetyLever": {
|
|
88358
|
-
"resourceType": "AWS::FIS::SafetyLever",
|
|
88359
|
-
"kind": "resource",
|
|
88360
|
-
"lexicon": "aws",
|
|
88361
|
-
"attrs": {
|
|
88362
|
-
"Arn": "Arn",
|
|
88363
|
-
"Status": "Status",
|
|
88364
|
-
"Reason": "Reason"
|
|
88365
|
-
},
|
|
88366
|
-
"propertyConstraints": {
|
|
88367
|
-
"Id": {
|
|
88368
|
-
"pattern": "^[\\S]+$",
|
|
88369
|
-
"maxLength": 64
|
|
88370
|
-
},
|
|
88371
|
-
"Arn": {
|
|
88372
|
-
"pattern": "^[\\S]+$",
|
|
88373
|
-
"minLength": 20,
|
|
88374
|
-
"maxLength": 2048
|
|
88375
|
-
},
|
|
88376
|
-
"Status": {
|
|
88377
|
-
"enum": [
|
|
88378
|
-
"disengaged",
|
|
88379
|
-
"engaged",
|
|
88380
|
-
"engaging"
|
|
88381
|
-
]
|
|
88382
|
-
}
|
|
88383
|
-
},
|
|
88384
|
-
"createOnly": [
|
|
88385
|
-
"Id"
|
|
88386
|
-
],
|
|
88387
|
-
"primaryIdentifier": [
|
|
88388
|
-
"Arn"
|
|
88389
|
-
]
|
|
88390
|
-
},
|
|
88391
86535
|
"SafetyRule": {
|
|
88392
86536
|
"resourceType": "AWS::Route53RecoveryControl::SafetyRule",
|
|
88393
86537
|
"kind": "resource",
|
|
@@ -89408,19 +87552,20 @@
|
|
|
89408
87552
|
"createOnly": [
|
|
89409
87553
|
"DomainId",
|
|
89410
87554
|
"UserProfileName",
|
|
87555
|
+
"UserSettings/RStudioServerProAppSettings/AccessStatus",
|
|
89411
87556
|
"SingleSignOnUserIdentifier",
|
|
89412
87557
|
"SingleSignOnUserValue",
|
|
89413
|
-
"UserSettings/RStudioServerProAppSettings/
|
|
89414
|
-
"UserSettings/RStudioServerProAppSettings/UserGroup",
|
|
89415
|
-
"Tags"
|
|
89416
|
-
],
|
|
89417
|
-
"writeOnly": [
|
|
89418
|
-
"Tags"
|
|
87558
|
+
"UserSettings/RStudioServerProAppSettings/UserGroup"
|
|
89419
87559
|
],
|
|
89420
87560
|
"primaryIdentifier": [
|
|
89421
87561
|
"UserProfileName",
|
|
89422
87562
|
"DomainId"
|
|
89423
|
-
]
|
|
87563
|
+
],
|
|
87564
|
+
"tagging": {
|
|
87565
|
+
"taggable": true,
|
|
87566
|
+
"tagOnCreate": true,
|
|
87567
|
+
"tagUpdatable": true
|
|
87568
|
+
}
|
|
89424
87569
|
},
|
|
89425
87570
|
"SageMakerUserProfile_AppLifecycleManagement": {
|
|
89426
87571
|
"resourceType": "AWS::SageMaker::UserProfile.AppLifecycleManagement",
|
|
@@ -89467,6 +87612,11 @@
|
|
|
89467
87612
|
"kind": "property",
|
|
89468
87613
|
"lexicon": "aws"
|
|
89469
87614
|
},
|
|
87615
|
+
"SageMakerUserProfile_EmrSettings": {
|
|
87616
|
+
"resourceType": "AWS::SageMaker::UserProfile.EmrSettings",
|
|
87617
|
+
"kind": "property",
|
|
87618
|
+
"lexicon": "aws"
|
|
87619
|
+
},
|
|
89470
87620
|
"SageMakerUserProfile_FSxLustreFileSystemConfig": {
|
|
89471
87621
|
"resourceType": "AWS::SageMaker::UserProfile.FSxLustreFileSystemConfig",
|
|
89472
87622
|
"kind": "property",
|
|
@@ -89676,48 +87826,6 @@
|
|
|
89676
87826
|
"kind": "property",
|
|
89677
87827
|
"lexicon": "aws"
|
|
89678
87828
|
},
|
|
89679
|
-
"Sandbox": {
|
|
89680
|
-
"resourceType": "AWS::CodeBuild::Sandbox",
|
|
89681
|
-
"kind": "resource",
|
|
89682
|
-
"lexicon": "aws",
|
|
89683
|
-
"attrs": {
|
|
89684
|
-
"Arn": "Arn",
|
|
89685
|
-
"Id": "Id",
|
|
89686
|
-
"Status": "Status",
|
|
89687
|
-
"RequestTime": "RequestTime",
|
|
89688
|
-
"StartTime": "StartTime",
|
|
89689
|
-
"EncryptionKey": "EncryptionKey",
|
|
89690
|
-
"ServiceRole": "ServiceRole",
|
|
89691
|
-
"TimeoutInMinutes": "TimeoutInMinutes",
|
|
89692
|
-
"QueuedTimeoutInMinutes": "QueuedTimeoutInMinutes"
|
|
89693
|
-
},
|
|
89694
|
-
"propertyConstraints": {
|
|
89695
|
-
"Id": {
|
|
89696
|
-
"minLength": 1
|
|
89697
|
-
},
|
|
89698
|
-
"ProjectName": {
|
|
89699
|
-
"minLength": 1
|
|
89700
|
-
},
|
|
89701
|
-
"RequestTime": {
|
|
89702
|
-
"format": "date-time"
|
|
89703
|
-
},
|
|
89704
|
-
"StartTime": {
|
|
89705
|
-
"format": "date-time"
|
|
89706
|
-
},
|
|
89707
|
-
"EncryptionKey": {
|
|
89708
|
-
"minLength": 1
|
|
89709
|
-
},
|
|
89710
|
-
"ServiceRole": {
|
|
89711
|
-
"minLength": 1
|
|
89712
|
-
}
|
|
89713
|
-
},
|
|
89714
|
-
"createOnly": [
|
|
89715
|
-
"ProjectName"
|
|
89716
|
-
],
|
|
89717
|
-
"primaryIdentifier": [
|
|
89718
|
-
"Arn"
|
|
89719
|
-
]
|
|
89720
|
-
},
|
|
89721
87829
|
"Sbom": {
|
|
89722
87830
|
"resourceType": "AWS::IoT::SoftwarePackageVersion.Sbom",
|
|
89723
87831
|
"kind": "property",
|
|
@@ -89882,11 +87990,6 @@
|
|
|
89882
87990
|
"kind": "property",
|
|
89883
87991
|
"lexicon": "aws"
|
|
89884
87992
|
},
|
|
89885
|
-
"ScanFilter": {
|
|
89886
|
-
"resourceType": "AWS::CloudFormation::ResourceScan.ScanFilter",
|
|
89887
|
-
"kind": "property",
|
|
89888
|
-
"lexicon": "aws"
|
|
89889
|
-
},
|
|
89890
87993
|
"ScanSettingResourceType": {
|
|
89891
87994
|
"resourceType": "AWS::Backup::BackupPlan.ScanSettingResourceType",
|
|
89892
87995
|
"kind": "property",
|
|
@@ -90251,6 +88354,11 @@
|
|
|
90251
88354
|
"kind": "property",
|
|
90252
88355
|
"lexicon": "aws"
|
|
90253
88356
|
},
|
|
88357
|
+
"SchemaEvolution": {
|
|
88358
|
+
"resourceType": "AWS::MSK::Channel.SchemaEvolution",
|
|
88359
|
+
"kind": "property",
|
|
88360
|
+
"lexicon": "aws"
|
|
88361
|
+
},
|
|
90254
88362
|
"SchemaEvolutionConfiguration": {
|
|
90255
88363
|
"resourceType": "AWS::KinesisFirehose::DeliveryStream.SchemaEvolutionConfiguration",
|
|
90256
88364
|
"kind": "property",
|
|
@@ -90605,57 +88713,6 @@
|
|
|
90605
88713
|
"kind": "property",
|
|
90606
88714
|
"lexicon": "aws"
|
|
90607
88715
|
},
|
|
90608
|
-
"SearchJob": {
|
|
90609
|
-
"resourceType": "AWS::BackupSearch::SearchJob",
|
|
90610
|
-
"kind": "resource",
|
|
90611
|
-
"lexicon": "aws",
|
|
90612
|
-
"attrs": {
|
|
90613
|
-
"SearchJobArn": "SearchJobArn",
|
|
90614
|
-
"SearchJobIdentifier": "SearchJobIdentifier",
|
|
90615
|
-
"CreationTime": "CreationTime",
|
|
90616
|
-
"Status": "Status"
|
|
90617
|
-
},
|
|
90618
|
-
"propertyConstraints": {
|
|
90619
|
-
"Name": {
|
|
90620
|
-
"maxLength": 500
|
|
90621
|
-
},
|
|
90622
|
-
"CreationTime": {
|
|
90623
|
-
"format": "date-time"
|
|
90624
|
-
},
|
|
90625
|
-
"Status": {
|
|
90626
|
-
"enum": [
|
|
90627
|
-
"RUNNING",
|
|
90628
|
-
"COMPLETED",
|
|
90629
|
-
"STOPPING",
|
|
90630
|
-
"STOPPED",
|
|
90631
|
-
"FAILED"
|
|
90632
|
-
]
|
|
90633
|
-
}
|
|
90634
|
-
},
|
|
90635
|
-
"createOnly": [
|
|
90636
|
-
"Name",
|
|
90637
|
-
"SearchScope",
|
|
90638
|
-
"Tags"
|
|
90639
|
-
],
|
|
90640
|
-
"primaryIdentifier": [
|
|
90641
|
-
"SearchJobArn"
|
|
90642
|
-
],
|
|
90643
|
-
"tagging": {
|
|
90644
|
-
"taggable": true,
|
|
90645
|
-
"tagOnCreate": false,
|
|
90646
|
-
"tagUpdatable": false
|
|
90647
|
-
}
|
|
90648
|
-
},
|
|
90649
|
-
"SearchJob_SearchScope": {
|
|
90650
|
-
"resourceType": "AWS::BackupSearch::SearchJob.SearchScope",
|
|
90651
|
-
"kind": "property",
|
|
90652
|
-
"lexicon": "aws"
|
|
90653
|
-
},
|
|
90654
|
-
"SearchScope": {
|
|
90655
|
-
"resourceType": "AWS::BackupSearch::SearchJob.SearchScope",
|
|
90656
|
-
"kind": "property",
|
|
90657
|
-
"lexicon": "aws"
|
|
90658
|
-
},
|
|
90659
88716
|
"Secondary": {
|
|
90660
88717
|
"resourceType": "AWS::Events::Endpoint.Secondary",
|
|
90661
88718
|
"kind": "property",
|
|
@@ -93151,6 +91208,42 @@
|
|
|
93151
91208
|
"kind": "property",
|
|
93152
91209
|
"lexicon": "aws"
|
|
93153
91210
|
},
|
|
91211
|
+
"Session": {
|
|
91212
|
+
"resourceType": "AWS::Macie::Session",
|
|
91213
|
+
"kind": "resource",
|
|
91214
|
+
"lexicon": "aws",
|
|
91215
|
+
"attrs": {
|
|
91216
|
+
"AwsAccountId": "AwsAccountId",
|
|
91217
|
+
"ServiceRole": "ServiceRole",
|
|
91218
|
+
"AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
|
|
91219
|
+
},
|
|
91220
|
+
"propertyConstraints": {
|
|
91221
|
+
"Status": {
|
|
91222
|
+
"default": "ENABLED",
|
|
91223
|
+
"enum": [
|
|
91224
|
+
"ENABLED",
|
|
91225
|
+
"PAUSED"
|
|
91226
|
+
]
|
|
91227
|
+
},
|
|
91228
|
+
"FindingPublishingFrequency": {
|
|
91229
|
+
"default": "SIX_HOURS",
|
|
91230
|
+
"enum": [
|
|
91231
|
+
"FIFTEEN_MINUTES",
|
|
91232
|
+
"ONE_HOUR",
|
|
91233
|
+
"SIX_HOURS"
|
|
91234
|
+
]
|
|
91235
|
+
},
|
|
91236
|
+
"AutomatedDiscoveryStatus": {
|
|
91237
|
+
"enum": [
|
|
91238
|
+
"ENABLED",
|
|
91239
|
+
"DISABLED"
|
|
91240
|
+
]
|
|
91241
|
+
}
|
|
91242
|
+
},
|
|
91243
|
+
"primaryIdentifier": [
|
|
91244
|
+
"AwsAccountId"
|
|
91245
|
+
]
|
|
91246
|
+
},
|
|
93154
91247
|
"SessionConfig": {
|
|
93155
91248
|
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig",
|
|
93156
91249
|
"kind": "property",
|
|
@@ -93542,11 +91635,6 @@
|
|
|
93542
91635
|
"kind": "property",
|
|
93543
91636
|
"lexicon": "aws"
|
|
93544
91637
|
},
|
|
93545
|
-
"SignedObject": {
|
|
93546
|
-
"resourceType": "AWS::Signer::SigningJob.SignedObject",
|
|
93547
|
-
"kind": "property",
|
|
93548
|
-
"lexicon": "aws"
|
|
93549
|
-
},
|
|
93550
91638
|
"SigningConfiguration": {
|
|
93551
91639
|
"resourceType": "AWS::ECR::SigningConfiguration",
|
|
93552
91640
|
"kind": "resource",
|
|
@@ -93573,91 +91661,6 @@
|
|
|
93573
91661
|
"kind": "property",
|
|
93574
91662
|
"lexicon": "aws"
|
|
93575
91663
|
},
|
|
93576
|
-
"SigningJob": {
|
|
93577
|
-
"resourceType": "AWS::Signer::SigningJob",
|
|
93578
|
-
"kind": "resource",
|
|
93579
|
-
"lexicon": "aws",
|
|
93580
|
-
"attrs": {
|
|
93581
|
-
"Arn": "Arn",
|
|
93582
|
-
"JobId": "JobId",
|
|
93583
|
-
"Source": "Source",
|
|
93584
|
-
"Status": "Status",
|
|
93585
|
-
"CreatedAt": "CreatedAt",
|
|
93586
|
-
"CompletedAt": "CompletedAt",
|
|
93587
|
-
"SignatureExpiresAt": "SignatureExpiresAt",
|
|
93588
|
-
"RequestedBy": "RequestedBy",
|
|
93589
|
-
"JobOwner": "JobOwner",
|
|
93590
|
-
"JobInvoker": "JobInvoker",
|
|
93591
|
-
"SignedObject": "SignedObject",
|
|
93592
|
-
"PlatformId": "PlatformId",
|
|
93593
|
-
"PlatformDisplayName": "PlatformDisplayName",
|
|
93594
|
-
"ProfileVersion": "ProfileVersion"
|
|
93595
|
-
},
|
|
93596
|
-
"propertyConstraints": {
|
|
93597
|
-
"ProfileName": {
|
|
93598
|
-
"pattern": "^[a-zA-Z0-9_]{2,}$",
|
|
93599
|
-
"minLength": 2,
|
|
93600
|
-
"maxLength": 64
|
|
93601
|
-
},
|
|
93602
|
-
"ProfileVersion": {
|
|
93603
|
-
"pattern": "^[a-zA-Z0-9]{10}$",
|
|
93604
|
-
"minLength": 10,
|
|
93605
|
-
"maxLength": 10
|
|
93606
|
-
},
|
|
93607
|
-
"CreatedAt": {
|
|
93608
|
-
"format": "date-time"
|
|
93609
|
-
},
|
|
93610
|
-
"CompletedAt": {
|
|
93611
|
-
"format": "date-time"
|
|
93612
|
-
},
|
|
93613
|
-
"SignatureExpiresAt": {
|
|
93614
|
-
"format": "date-time"
|
|
93615
|
-
},
|
|
93616
|
-
"Status": {
|
|
93617
|
-
"enum": [
|
|
93618
|
-
"InProgress",
|
|
93619
|
-
"Failed",
|
|
93620
|
-
"Succeeded"
|
|
93621
|
-
]
|
|
93622
|
-
},
|
|
93623
|
-
"JobOwner": {
|
|
93624
|
-
"pattern": "^[0-9]{12}$",
|
|
93625
|
-
"minLength": 12,
|
|
93626
|
-
"maxLength": 12
|
|
93627
|
-
},
|
|
93628
|
-
"JobInvoker": {
|
|
93629
|
-
"pattern": "^[0-9]{12}$",
|
|
93630
|
-
"minLength": 12,
|
|
93631
|
-
"maxLength": 12
|
|
93632
|
-
}
|
|
93633
|
-
},
|
|
93634
|
-
"createOnly": [
|
|
93635
|
-
"ProfileName"
|
|
93636
|
-
],
|
|
93637
|
-
"primaryIdentifier": [
|
|
93638
|
-
"Arn"
|
|
93639
|
-
]
|
|
93640
|
-
},
|
|
93641
|
-
"SigningJob_S3SignedObject": {
|
|
93642
|
-
"resourceType": "AWS::Signer::SigningJob.S3SignedObject",
|
|
93643
|
-
"kind": "property",
|
|
93644
|
-
"lexicon": "aws"
|
|
93645
|
-
},
|
|
93646
|
-
"SigningJob_S3Source": {
|
|
93647
|
-
"resourceType": "AWS::Signer::SigningJob.S3Source",
|
|
93648
|
-
"kind": "property",
|
|
93649
|
-
"lexicon": "aws"
|
|
93650
|
-
},
|
|
93651
|
-
"SigningJob_SignedObject": {
|
|
93652
|
-
"resourceType": "AWS::Signer::SigningJob.SignedObject",
|
|
93653
|
-
"kind": "property",
|
|
93654
|
-
"lexicon": "aws"
|
|
93655
|
-
},
|
|
93656
|
-
"SigningJob_Source": {
|
|
93657
|
-
"resourceType": "AWS::Signer::SigningJob.Source",
|
|
93658
|
-
"kind": "property",
|
|
93659
|
-
"lexicon": "aws"
|
|
93660
|
-
},
|
|
93661
91664
|
"SigningProfile": {
|
|
93662
91665
|
"resourceType": "AWS::Signer::SigningProfile",
|
|
93663
91666
|
"kind": "resource",
|
|
@@ -94295,11 +92298,6 @@
|
|
|
94295
92298
|
"kind": "property",
|
|
94296
92299
|
"lexicon": "aws"
|
|
94297
92300
|
},
|
|
94298
|
-
"Software": {
|
|
94299
|
-
"resourceType": "AWS::ThinClient::SoftwareSet.Software",
|
|
94300
|
-
"kind": "property",
|
|
94301
|
-
"lexicon": "aws"
|
|
94302
|
-
},
|
|
94303
92301
|
"SoftwarePackage": {
|
|
94304
92302
|
"resourceType": "AWS::IoT::SoftwarePackage",
|
|
94305
92303
|
"kind": "resource",
|
|
@@ -94400,59 +92398,6 @@
|
|
|
94400
92398
|
"kind": "property",
|
|
94401
92399
|
"lexicon": "aws"
|
|
94402
92400
|
},
|
|
94403
|
-
"SoftwareSet": {
|
|
94404
|
-
"resourceType": "AWS::ThinClient::SoftwareSet",
|
|
94405
|
-
"kind": "resource",
|
|
94406
|
-
"lexicon": "aws",
|
|
94407
|
-
"attrs": {
|
|
94408
|
-
"Arn": "Arn",
|
|
94409
|
-
"Id": "Id",
|
|
94410
|
-
"Version": "Version",
|
|
94411
|
-
"ReleasedAt": "ReleasedAt",
|
|
94412
|
-
"ValidationStatus": "ValidationStatus",
|
|
94413
|
-
"Software": "Software"
|
|
94414
|
-
},
|
|
94415
|
-
"propertyConstraints": {
|
|
94416
|
-
"Arn": {
|
|
94417
|
-
"pattern": "^arn:[\\w+=\\/,.@-]+:[a-zA-Z0-9\\-]+:[a-zA-Z0-9\\-]*:[0-9]{0,12}:[a-zA-Z0-9\\-\\/\\._]+$",
|
|
94418
|
-
"minLength": 20,
|
|
94419
|
-
"maxLength": 2048
|
|
94420
|
-
},
|
|
94421
|
-
"Id": {
|
|
94422
|
-
"pattern": "^[0-9]{1,9}$"
|
|
94423
|
-
},
|
|
94424
|
-
"ReleasedAt": {
|
|
94425
|
-
"format": "date-time"
|
|
94426
|
-
},
|
|
94427
|
-
"ValidationStatus": {
|
|
94428
|
-
"enum": [
|
|
94429
|
-
"VALIDATED",
|
|
94430
|
-
"NOT_VALIDATED"
|
|
94431
|
-
]
|
|
94432
|
-
}
|
|
94433
|
-
},
|
|
94434
|
-
"createOnly": [
|
|
94435
|
-
"Tags"
|
|
94436
|
-
],
|
|
94437
|
-
"primaryIdentifier": [
|
|
94438
|
-
"Arn"
|
|
94439
|
-
],
|
|
94440
|
-
"tagging": {
|
|
94441
|
-
"taggable": true,
|
|
94442
|
-
"tagOnCreate": false,
|
|
94443
|
-
"tagUpdatable": false
|
|
94444
|
-
}
|
|
94445
|
-
},
|
|
94446
|
-
"SoftwareSet_Software": {
|
|
94447
|
-
"resourceType": "AWS::ThinClient::SoftwareSet.Software",
|
|
94448
|
-
"kind": "property",
|
|
94449
|
-
"lexicon": "aws"
|
|
94450
|
-
},
|
|
94451
|
-
"SoftwareSet_Tag": {
|
|
94452
|
-
"resourceType": "AWS::ThinClient::SoftwareSet.Tag",
|
|
94453
|
-
"kind": "property",
|
|
94454
|
-
"lexicon": "aws"
|
|
94455
|
-
},
|
|
94456
92401
|
"SoftwareUpdateOptions": {
|
|
94457
92402
|
"resourceType": "AWS::OpenSearchService::Domain.SoftwareUpdateOptions",
|
|
94458
92403
|
"kind": "property",
|
|
@@ -94881,11 +92826,9 @@
|
|
|
94881
92826
|
"SpotFleetRequestConfigData/InstanceInterruptionBehavior",
|
|
94882
92827
|
"SpotFleetRequestConfigData/InstancePoolsToUseCount",
|
|
94883
92828
|
"SpotFleetRequestConfigData/LaunchSpecifications",
|
|
94884
|
-
"SpotFleetRequestConfigData/LaunchTemplateConfigs",
|
|
94885
92829
|
"SpotFleetRequestConfigData/LoadBalancersConfig",
|
|
94886
92830
|
"SpotFleetRequestConfigData/OnDemandAllocationStrategy",
|
|
94887
92831
|
"SpotFleetRequestConfigData/OnDemandMaxTotalPrice",
|
|
94888
|
-
"SpotFleetRequestConfigData/OnDemandTargetCapacity",
|
|
94889
92832
|
"SpotFleetRequestConfigData/ReplaceUnhealthyInstances",
|
|
94890
92833
|
"SpotFleetRequestConfigData/SpotMaintenanceStrategies",
|
|
94891
92834
|
"SpotFleetRequestConfigData/SpotMaxTotalPrice",
|
|
@@ -97691,6 +95634,11 @@
|
|
|
97691
95634
|
"kind": "property",
|
|
97692
95635
|
"lexicon": "aws"
|
|
97693
95636
|
},
|
|
95637
|
+
"TableCreation": {
|
|
95638
|
+
"resourceType": "AWS::MSK::Channel.TableCreation",
|
|
95639
|
+
"kind": "property",
|
|
95640
|
+
"lexicon": "aws"
|
|
95641
|
+
},
|
|
97694
95642
|
"TableCreationConfiguration": {
|
|
97695
95643
|
"resourceType": "AWS::KinesisFirehose::DeliveryStream.TableCreationConfiguration",
|
|
97696
95644
|
"kind": "property",
|
|
@@ -100192,38 +98140,6 @@
|
|
|
100192
98140
|
"kind": "property",
|
|
100193
98141
|
"lexicon": "aws"
|
|
100194
98142
|
},
|
|
100195
|
-
"TokenVault": {
|
|
100196
|
-
"resourceType": "AWS::BedrockAgentCore::TokenVault",
|
|
100197
|
-
"kind": "resource",
|
|
100198
|
-
"lexicon": "aws",
|
|
100199
|
-
"attrs": {
|
|
100200
|
-
"Arn": "Arn",
|
|
100201
|
-
"TokenVaultId": "TokenVaultId",
|
|
100202
|
-
"KmsConfiguration": "KmsConfiguration",
|
|
100203
|
-
"LastModifiedDate": "LastModifiedDate"
|
|
100204
|
-
},
|
|
100205
|
-
"propertyConstraints": {
|
|
100206
|
-
"TokenVaultId": {
|
|
100207
|
-
"pattern": "^[a-zA-Z0-9\\-_]+$",
|
|
100208
|
-
"minLength": 1,
|
|
100209
|
-
"maxLength": 64
|
|
100210
|
-
},
|
|
100211
|
-
"Arn": {
|
|
100212
|
-
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$"
|
|
100213
|
-
},
|
|
100214
|
-
"LastModifiedDate": {
|
|
100215
|
-
"format": "date-time"
|
|
100216
|
-
}
|
|
100217
|
-
},
|
|
100218
|
-
"primaryIdentifier": [
|
|
100219
|
-
"Arn"
|
|
100220
|
-
]
|
|
100221
|
-
},
|
|
100222
|
-
"TokenVault_KmsConfiguration": {
|
|
100223
|
-
"resourceType": "AWS::BedrockAgentCore::TokenVault.KmsConfiguration",
|
|
100224
|
-
"kind": "property",
|
|
100225
|
-
"lexicon": "aws"
|
|
100226
|
-
},
|
|
100227
98143
|
"ToolbarConfiguration": {
|
|
100228
98144
|
"resourceType": "AWS::WorkSpacesWeb::UserSettings.ToolbarConfiguration",
|
|
100229
98145
|
"kind": "property",
|
|
@@ -100280,11 +98196,6 @@
|
|
|
100280
98196
|
"kind": "property",
|
|
100281
98197
|
"lexicon": "aws"
|
|
100282
98198
|
},
|
|
100283
|
-
"TopicConfiguration": {
|
|
100284
|
-
"resourceType": "AWS::S3::Bucket.TopicConfiguration",
|
|
100285
|
-
"kind": "property",
|
|
100286
|
-
"lexicon": "aws"
|
|
100287
|
-
},
|
|
100288
98199
|
"TopicDateRangeFilter": {
|
|
100289
98200
|
"resourceType": "AWS::QuickSight::Topic.TopicDateRangeFilter",
|
|
100290
98201
|
"kind": "property",
|
|
@@ -101339,88 +99250,6 @@
|
|
|
101339
99250
|
"kind": "property",
|
|
101340
99251
|
"lexicon": "aws"
|
|
101341
99252
|
},
|
|
101342
|
-
"TransformJob": {
|
|
101343
|
-
"resourceType": "AWS::SageMaker::TransformJob",
|
|
101344
|
-
"kind": "resource",
|
|
101345
|
-
"lexicon": "aws",
|
|
101346
|
-
"attrs": {
|
|
101347
|
-
"TransformJobArn": "TransformJobArn",
|
|
101348
|
-
"TransformJobName": "TransformJobName",
|
|
101349
|
-
"TransformJobStatus": "TransformJobStatus",
|
|
101350
|
-
"CreationTime": "CreationTime",
|
|
101351
|
-
"TransformStartTime": "TransformStartTime",
|
|
101352
|
-
"TransformEndTime": "TransformEndTime"
|
|
101353
|
-
},
|
|
101354
|
-
"propertyConstraints": {
|
|
101355
|
-
"TransformJobArn": {
|
|
101356
|
-
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/",
|
|
101357
|
-
"minLength": 0,
|
|
101358
|
-
"maxLength": 256
|
|
101359
|
-
},
|
|
101360
|
-
"TransformJobName": {
|
|
101361
|
-
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
101362
|
-
"minLength": 1,
|
|
101363
|
-
"maxLength": 63
|
|
101364
|
-
},
|
|
101365
|
-
"TransformJobStatus": {
|
|
101366
|
-
"enum": [
|
|
101367
|
-
"InProgress",
|
|
101368
|
-
"Completed",
|
|
101369
|
-
"Failed",
|
|
101370
|
-
"Stopping",
|
|
101371
|
-
"Stopped"
|
|
101372
|
-
]
|
|
101373
|
-
},
|
|
101374
|
-
"ModelName": {
|
|
101375
|
-
"pattern": "^[a-zA-Z0-9]([\\-a-zA-Z0-9]*[a-zA-Z0-9])?$",
|
|
101376
|
-
"maxLength": 63
|
|
101377
|
-
},
|
|
101378
|
-
"MaxConcurrentTransforms": {
|
|
101379
|
-
"minimum": 0
|
|
101380
|
-
},
|
|
101381
|
-
"MaxPayloadInMB": {
|
|
101382
|
-
"minimum": 0
|
|
101383
|
-
},
|
|
101384
|
-
"BatchStrategy": {
|
|
101385
|
-
"enum": [
|
|
101386
|
-
"MultiRecord",
|
|
101387
|
-
"SingleRecord"
|
|
101388
|
-
]
|
|
101389
|
-
},
|
|
101390
|
-
"CreationTime": {
|
|
101391
|
-
"format": "date-time"
|
|
101392
|
-
},
|
|
101393
|
-
"TransformStartTime": {
|
|
101394
|
-
"format": "date-time"
|
|
101395
|
-
},
|
|
101396
|
-
"TransformEndTime": {
|
|
101397
|
-
"format": "date-time"
|
|
101398
|
-
}
|
|
101399
|
-
},
|
|
101400
|
-
"createOnly": [
|
|
101401
|
-
"BatchStrategy",
|
|
101402
|
-
"DataCaptureConfig",
|
|
101403
|
-
"DataProcessing",
|
|
101404
|
-
"Environment",
|
|
101405
|
-
"ExperimentConfig",
|
|
101406
|
-
"MaxConcurrentTransforms",
|
|
101407
|
-
"MaxPayloadInMB",
|
|
101408
|
-
"ModelClientConfig",
|
|
101409
|
-
"ModelName",
|
|
101410
|
-
"Tags",
|
|
101411
|
-
"TransformInput",
|
|
101412
|
-
"TransformOutput",
|
|
101413
|
-
"TransformResources"
|
|
101414
|
-
],
|
|
101415
|
-
"primaryIdentifier": [
|
|
101416
|
-
"TransformJobArn"
|
|
101417
|
-
],
|
|
101418
|
-
"tagging": {
|
|
101419
|
-
"taggable": true,
|
|
101420
|
-
"tagOnCreate": false,
|
|
101421
|
-
"tagUpdatable": false
|
|
101422
|
-
}
|
|
101423
|
-
},
|
|
101424
99253
|
"TransformJobDefinition": {
|
|
101425
99254
|
"resourceType": "AWS::SageMaker::ModelPackage.TransformJobDefinition",
|
|
101426
99255
|
"kind": "property",
|
|
@@ -101853,6 +99682,11 @@
|
|
|
101853
99682
|
"kind": "property",
|
|
101854
99683
|
"lexicon": "aws"
|
|
101855
99684
|
},
|
|
99685
|
+
"TransitGatewayPolicyRule": {
|
|
99686
|
+
"resourceType": "AWS::EC2::TransitGatewayPolicyTableEntry.TransitGatewayPolicyRule",
|
|
99687
|
+
"kind": "property",
|
|
99688
|
+
"lexicon": "aws"
|
|
99689
|
+
},
|
|
101856
99690
|
"TransitGatewayPolicyTable": {
|
|
101857
99691
|
"resourceType": "AWS::EC2::TransitGatewayPolicyTable",
|
|
101858
99692
|
"kind": "resource",
|
|
@@ -101890,6 +99724,28 @@
|
|
|
101890
99724
|
"TransitGatewayAttachmentId"
|
|
101891
99725
|
]
|
|
101892
99726
|
},
|
|
99727
|
+
"TransitGatewayPolicyTableEntry": {
|
|
99728
|
+
"resourceType": "AWS::EC2::TransitGatewayPolicyTableEntry",
|
|
99729
|
+
"kind": "resource",
|
|
99730
|
+
"lexicon": "aws",
|
|
99731
|
+
"attrs": {
|
|
99732
|
+
"State": "State"
|
|
99733
|
+
},
|
|
99734
|
+
"createOnly": [
|
|
99735
|
+
"TransitGatewayPolicyTableId",
|
|
99736
|
+
"PolicyRuleNumber"
|
|
99737
|
+
],
|
|
99738
|
+
"primaryIdentifier": [
|
|
99739
|
+
"TransitGatewayPolicyTableId",
|
|
99740
|
+
"PolicyRuleNumber"
|
|
99741
|
+
],
|
|
99742
|
+
"replacementStrategy": "delete_then_create"
|
|
99743
|
+
},
|
|
99744
|
+
"TransitGatewayPolicyTableEntry_TransitGatewayPolicyRule": {
|
|
99745
|
+
"resourceType": "AWS::EC2::TransitGatewayPolicyTableEntry.TransitGatewayPolicyRule",
|
|
99746
|
+
"kind": "property",
|
|
99747
|
+
"lexicon": "aws"
|
|
99748
|
+
},
|
|
101893
99749
|
"TransitGatewayPolicyTable_Tag": {
|
|
101894
99750
|
"resourceType": "AWS::EC2::TransitGatewayPolicyTable.Tag",
|
|
101895
99751
|
"kind": "property",
|
|
@@ -103313,6 +101169,11 @@
|
|
|
103313
101169
|
"kind": "property",
|
|
103314
101170
|
"lexicon": "aws"
|
|
103315
101171
|
},
|
|
101172
|
+
"UserPoolRegionalConfigurationAttachment_EumsSmsConfiguration": {
|
|
101173
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.EumsSmsConfiguration",
|
|
101174
|
+
"kind": "property",
|
|
101175
|
+
"lexicon": "aws"
|
|
101176
|
+
},
|
|
103316
101177
|
"UserPoolRegionalConfigurationAttachment_InboundFederation": {
|
|
103317
101178
|
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.InboundFederation",
|
|
103318
101179
|
"kind": "property",
|
|
@@ -107732,6 +105593,11 @@
|
|
|
107732
105593
|
"Id"
|
|
107733
105594
|
]
|
|
107734
105595
|
},
|
|
105596
|
+
"WallClockWindow": {
|
|
105597
|
+
"resourceType": "AWS::CloudWatch::Alarm.WallClockWindow",
|
|
105598
|
+
"kind": "property",
|
|
105599
|
+
"lexicon": "aws"
|
|
105600
|
+
},
|
|
107735
105601
|
"WarmPool": {
|
|
107736
105602
|
"resourceType": "AWS::AutoScaling::WarmPool",
|
|
107737
105603
|
"kind": "resource",
|
|
@@ -108939,57 +106805,6 @@
|
|
|
108939
106805
|
"kind": "property",
|
|
108940
106806
|
"lexicon": "aws"
|
|
108941
106807
|
},
|
|
108942
|
-
"WorkflowExecution": {
|
|
108943
|
-
"resourceType": "AWS::ImageBuilder::WorkflowExecution",
|
|
108944
|
-
"kind": "resource",
|
|
108945
|
-
"lexicon": "aws",
|
|
108946
|
-
"attrs": {
|
|
108947
|
-
"Arn": "Arn",
|
|
108948
|
-
"WorkflowExecutionId": "WorkflowExecutionId",
|
|
108949
|
-
"WorkflowBuildVersionArn": "WorkflowBuildVersionArn",
|
|
108950
|
-
"Type": "Type",
|
|
108951
|
-
"Status": "Status",
|
|
108952
|
-
"TotalStepCount": "TotalStepCount",
|
|
108953
|
-
"TotalStepsSucceeded": "TotalStepsSucceeded",
|
|
108954
|
-
"TotalStepsFailed": "TotalStepsFailed",
|
|
108955
|
-
"TotalStepsSkipped": "TotalStepsSkipped",
|
|
108956
|
-
"StartTime": "StartTime",
|
|
108957
|
-
"EndTime": "EndTime"
|
|
108958
|
-
},
|
|
108959
|
-
"propertyConstraints": {
|
|
108960
|
-
"WorkflowExecutionId": {
|
|
108961
|
-
"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}$"
|
|
108962
|
-
},
|
|
108963
|
-
"WorkflowBuildVersionArn": {
|
|
108964
|
-
"maxLength": 1024
|
|
108965
|
-
},
|
|
108966
|
-
"Type": {
|
|
108967
|
-
"enum": [
|
|
108968
|
-
"BUILD",
|
|
108969
|
-
"TEST",
|
|
108970
|
-
"DISTRIBUTION"
|
|
108971
|
-
]
|
|
108972
|
-
},
|
|
108973
|
-
"Status": {
|
|
108974
|
-
"enum": [
|
|
108975
|
-
"PENDING",
|
|
108976
|
-
"SKIPPED",
|
|
108977
|
-
"RUNNING",
|
|
108978
|
-
"COMPLETED",
|
|
108979
|
-
"FAILED",
|
|
108980
|
-
"ROLLBACK_IN_PROGRESS",
|
|
108981
|
-
"ROLLBACK_COMPLETED",
|
|
108982
|
-
"CANCELLED"
|
|
108983
|
-
]
|
|
108984
|
-
}
|
|
108985
|
-
},
|
|
108986
|
-
"createOnly": [
|
|
108987
|
-
"ImageBuildVersionArn"
|
|
108988
|
-
],
|
|
108989
|
-
"primaryIdentifier": [
|
|
108990
|
-
"Arn"
|
|
108991
|
-
]
|
|
108992
|
-
},
|
|
108993
106808
|
"WorkflowExportConfig": {
|
|
108994
106809
|
"resourceType": "AWS::NovaAct::WorkflowDefinition.WorkflowExportConfig",
|
|
108995
106810
|
"kind": "property",
|
|
@@ -109000,64 +106815,6 @@
|
|
|
109000
106815
|
"kind": "property",
|
|
109001
106816
|
"lexicon": "aws"
|
|
109002
106817
|
},
|
|
109003
|
-
"WorkflowStepExecution": {
|
|
109004
|
-
"resourceType": "AWS::ImageBuilder::WorkflowStepExecution",
|
|
109005
|
-
"kind": "resource",
|
|
109006
|
-
"lexicon": "aws",
|
|
109007
|
-
"attrs": {
|
|
109008
|
-
"StepExecutionId": "StepExecutionId",
|
|
109009
|
-
"WorkflowExecutionId": "WorkflowExecutionId",
|
|
109010
|
-
"WorkflowBuildVersionArn": "WorkflowBuildVersionArn",
|
|
109011
|
-
"ImageBuildVersionArn": "ImageBuildVersionArn",
|
|
109012
|
-
"Name": "Name",
|
|
109013
|
-
"Action": "Action",
|
|
109014
|
-
"Status": "Status",
|
|
109015
|
-
"Inputs": "Inputs",
|
|
109016
|
-
"Outputs": "Outputs",
|
|
109017
|
-
"StartTime": "StartTime",
|
|
109018
|
-
"EndTime": "EndTime",
|
|
109019
|
-
"OnFailure": "OnFailure",
|
|
109020
|
-
"TimeoutSeconds": "TimeoutSeconds"
|
|
109021
|
-
},
|
|
109022
|
-
"propertyConstraints": {
|
|
109023
|
-
"StepExecutionId": {
|
|
109024
|
-
"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}$"
|
|
109025
|
-
},
|
|
109026
|
-
"WorkflowExecutionId": {
|
|
109027
|
-
"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}$"
|
|
109028
|
-
},
|
|
109029
|
-
"WorkflowBuildVersionArn": {
|
|
109030
|
-
"maxLength": 1024
|
|
109031
|
-
},
|
|
109032
|
-
"Name": {
|
|
109033
|
-
"pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$"
|
|
109034
|
-
},
|
|
109035
|
-
"Action": {
|
|
109036
|
-
"pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$"
|
|
109037
|
-
},
|
|
109038
|
-
"Status": {
|
|
109039
|
-
"enum": [
|
|
109040
|
-
"PENDING",
|
|
109041
|
-
"SKIPPED",
|
|
109042
|
-
"RUNNING",
|
|
109043
|
-
"COMPLETED",
|
|
109044
|
-
"FAILED",
|
|
109045
|
-
"CANCELLED"
|
|
109046
|
-
]
|
|
109047
|
-
},
|
|
109048
|
-
"OnFailure": {
|
|
109049
|
-
"minLength": 1,
|
|
109050
|
-
"maxLength": 1024
|
|
109051
|
-
},
|
|
109052
|
-
"TimeoutSeconds": {
|
|
109053
|
-
"minimum": 0,
|
|
109054
|
-
"maximum": 43200
|
|
109055
|
-
}
|
|
109056
|
-
},
|
|
109057
|
-
"primaryIdentifier": [
|
|
109058
|
-
"StepExecutionId"
|
|
109059
|
-
]
|
|
109060
|
-
},
|
|
109061
106818
|
"WorkflowUpdate": {
|
|
109062
106819
|
"resourceType": "AWS::SecurityHub::AutomationRule.WorkflowUpdate",
|
|
109063
106820
|
"kind": "property",
|