@intentius/chant-lexicon-aws 0.32.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 +82 -150
- 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 +759 -2904
- package/dist/plugin.d.ts +0 -6
- package/dist/plugin.d.ts.map +1 -1
- package/dist/types/index.d.ts +1462 -2491
- package/package.json +2 -2
- package/src/generated/index.d.ts +1462 -2491
- package/src/generated/index.ts +83 -151
- package/src/generated/lexicon-aws.json +759 -2904
- package/src/plugin.ts +89 -3
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",
|
|
@@ -37402,6 +36621,11 @@
|
|
|
37402
36621
|
"kind": "property",
|
|
37403
36622
|
"lexicon": "aws"
|
|
37404
36623
|
},
|
|
36624
|
+
"EvaluationWindow": {
|
|
36625
|
+
"resourceType": "AWS::CloudWatch::Alarm.EvaluationWindow",
|
|
36626
|
+
"kind": "property",
|
|
36627
|
+
"lexicon": "aws"
|
|
36628
|
+
},
|
|
37405
36629
|
"Evaluator": {
|
|
37406
36630
|
"resourceType": "AWS::BedrockAgentCore::Evaluator",
|
|
37407
36631
|
"kind": "resource",
|
|
@@ -38168,60 +37392,60 @@
|
|
|
38168
37392
|
}
|
|
38169
37393
|
],
|
|
38170
37394
|
"propertyConstraints": {
|
|
38171
|
-
"
|
|
38172
|
-
"pattern": "
|
|
38173
|
-
"minLength":
|
|
38174
|
-
"maxLength":
|
|
37395
|
+
"StartingPosition": {
|
|
37396
|
+
"pattern": "(LATEST|TRIM_HORIZON|AT_TIMESTAMP)+",
|
|
37397
|
+
"minLength": 6,
|
|
37398
|
+
"maxLength": 12
|
|
38175
37399
|
},
|
|
38176
|
-
"
|
|
37400
|
+
"ParallelizationFactor": {
|
|
38177
37401
|
"minimum": 1,
|
|
38178
|
-
"maximum":
|
|
38179
|
-
},
|
|
38180
|
-
"EventSourceArn": {
|
|
38181
|
-
"pattern": "arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)",
|
|
38182
|
-
"minLength": 12,
|
|
38183
|
-
"maxLength": 1024
|
|
37402
|
+
"maximum": 10
|
|
38184
37403
|
},
|
|
38185
|
-
"
|
|
38186
|
-
"pattern": "arn:(aws[a-zA-Z-]*)?:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}
|
|
38187
|
-
"minLength":
|
|
38188
|
-
"maxLength":
|
|
37404
|
+
"FunctionName": {
|
|
37405
|
+
"pattern": "(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST(\\.PUBLISHED)?|[a-zA-Z0-9-_]+))?",
|
|
37406
|
+
"minLength": 1,
|
|
37407
|
+
"maxLength": 140
|
|
38189
37408
|
},
|
|
38190
37409
|
"KmsKeyArn": {
|
|
38191
37410
|
"pattern": "(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()",
|
|
38192
37411
|
"minLength": 12,
|
|
38193
37412
|
"maxLength": 2048
|
|
38194
37413
|
},
|
|
38195
|
-
"FunctionName": {
|
|
38196
|
-
"pattern": "(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST(\\.PUBLISHED)?|[a-zA-Z0-9-_]+))?",
|
|
38197
|
-
"minLength": 1,
|
|
38198
|
-
"maxLength": 140
|
|
38199
|
-
},
|
|
38200
37414
|
"MaximumBatchingWindowInSeconds": {
|
|
38201
37415
|
"minimum": 0,
|
|
38202
37416
|
"maximum": 300
|
|
38203
37417
|
},
|
|
38204
|
-
"
|
|
38205
|
-
"minimum":
|
|
38206
|
-
"maximum":
|
|
37418
|
+
"BatchSize": {
|
|
37419
|
+
"minimum": 1,
|
|
37420
|
+
"maximum": 10000
|
|
38207
37421
|
},
|
|
38208
37422
|
"MaximumRetryAttempts": {
|
|
38209
37423
|
"minimum": -1,
|
|
38210
37424
|
"maximum": 10000
|
|
38211
37425
|
},
|
|
38212
|
-
"
|
|
38213
|
-
"
|
|
38214
|
-
"
|
|
38215
|
-
|
|
38216
|
-
"StartingPosition": {
|
|
38217
|
-
"pattern": "(LATEST|TRIM_HORIZON|AT_TIMESTAMP)+",
|
|
38218
|
-
"minLength": 6,
|
|
38219
|
-
"maxLength": 12
|
|
37426
|
+
"EventSourceArn": {
|
|
37427
|
+
"pattern": "arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)",
|
|
37428
|
+
"minLength": 12,
|
|
37429
|
+
"maxLength": 1024
|
|
38220
37430
|
},
|
|
38221
37431
|
"TumblingWindowInSeconds": {
|
|
38222
37432
|
"minimum": 0,
|
|
38223
37433
|
"maximum": 900
|
|
38224
37434
|
},
|
|
37435
|
+
"EventSourceMappingArn": {
|
|
37436
|
+
"pattern": "arn:(aws[a-zA-Z-]*)?:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:event-source-mapping:[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}",
|
|
37437
|
+
"minLength": 85,
|
|
37438
|
+
"maxLength": 120
|
|
37439
|
+
},
|
|
37440
|
+
"MaximumRecordAgeInSeconds": {
|
|
37441
|
+
"minimum": -1,
|
|
37442
|
+
"maximum": 604800
|
|
37443
|
+
},
|
|
37444
|
+
"Id": {
|
|
37445
|
+
"pattern": "[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}",
|
|
37446
|
+
"minLength": 36,
|
|
37447
|
+
"maxLength": 36
|
|
37448
|
+
},
|
|
38225
37449
|
"FunctionResponseTypes": {
|
|
38226
37450
|
"minLength": 0,
|
|
38227
37451
|
"maxLength": 1
|
|
@@ -38821,78 +38045,11 @@
|
|
|
38821
38045
|
"kind": "property",
|
|
38822
38046
|
"lexicon": "aws"
|
|
38823
38047
|
},
|
|
38824
|
-
"Execution": {
|
|
38825
|
-
"resourceType": "AWS::States::Execution",
|
|
38826
|
-
"kind": "resource",
|
|
38827
|
-
"lexicon": "aws",
|
|
38828
|
-
"attrs": {
|
|
38829
|
-
"ExecutionArn": "ExecutionArn",
|
|
38830
|
-
"StateMachineName": "StateMachineName",
|
|
38831
|
-
"Status": "Status",
|
|
38832
|
-
"StartDate": "StartDate",
|
|
38833
|
-
"RedriveCount": "RedriveCount",
|
|
38834
|
-
"RedriveStatus": "RedriveStatus"
|
|
38835
|
-
},
|
|
38836
|
-
"propertyConstraints": {
|
|
38837
|
-
"ExecutionArn": {
|
|
38838
|
-
"minLength": 1,
|
|
38839
|
-
"maxLength": 256
|
|
38840
|
-
},
|
|
38841
|
-
"StateMachineArn": {
|
|
38842
|
-
"minLength": 1,
|
|
38843
|
-
"maxLength": 256
|
|
38844
|
-
},
|
|
38845
|
-
"StateMachineName": {
|
|
38846
|
-
"minLength": 1,
|
|
38847
|
-
"maxLength": 80
|
|
38848
|
-
},
|
|
38849
|
-
"Name": {
|
|
38850
|
-
"minLength": 1,
|
|
38851
|
-
"maxLength": 80
|
|
38852
|
-
},
|
|
38853
|
-
"Input": {
|
|
38854
|
-
"maxLength": 262144
|
|
38855
|
-
},
|
|
38856
|
-
"Status": {
|
|
38857
|
-
"enum": [
|
|
38858
|
-
"RUNNING",
|
|
38859
|
-
"SUCCEEDED",
|
|
38860
|
-
"FAILED",
|
|
38861
|
-
"TIMED_OUT",
|
|
38862
|
-
"ABORTED",
|
|
38863
|
-
"PENDING_REDRIVE"
|
|
38864
|
-
]
|
|
38865
|
-
},
|
|
38866
|
-
"StartDate": {
|
|
38867
|
-
"format": "date-time"
|
|
38868
|
-
},
|
|
38869
|
-
"RedriveStatus": {
|
|
38870
|
-
"enum": [
|
|
38871
|
-
"REDRIVABLE",
|
|
38872
|
-
"NOT_REDRIVABLE",
|
|
38873
|
-
"REDRIVABLE_BY_MAP_RUN"
|
|
38874
|
-
]
|
|
38875
|
-
}
|
|
38876
|
-
},
|
|
38877
|
-
"createOnly": [
|
|
38878
|
-
"Input",
|
|
38879
|
-
"Name",
|
|
38880
|
-
"StateMachineArn"
|
|
38881
|
-
],
|
|
38882
|
-
"primaryIdentifier": [
|
|
38883
|
-
"ExecutionArn"
|
|
38884
|
-
]
|
|
38885
|
-
},
|
|
38886
38048
|
"ExecutionControls": {
|
|
38887
38049
|
"resourceType": "AWS::Config::RemediationConfiguration.ExecutionControls",
|
|
38888
38050
|
"kind": "property",
|
|
38889
38051
|
"lexicon": "aws"
|
|
38890
38052
|
},
|
|
38891
|
-
"ExecutionEngineConfig": {
|
|
38892
|
-
"resourceType": "AWS::EMR::NotebookExecution.ExecutionEngineConfig",
|
|
38893
|
-
"kind": "property",
|
|
38894
|
-
"lexicon": "aws"
|
|
38895
|
-
},
|
|
38896
38053
|
"ExecutionPlan": {
|
|
38897
38054
|
"resourceType": "AWS::KendraRanking::ExecutionPlan",
|
|
38898
38055
|
"kind": "resource",
|
|
@@ -39075,9 +38232,32 @@
|
|
|
39075
38232
|
"lexicon": "aws"
|
|
39076
38233
|
},
|
|
39077
38234
|
"Export": {
|
|
39078
|
-
"resourceType": "AWS::BCMDataExports::Export
|
|
39079
|
-
"kind": "
|
|
39080
|
-
"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
|
+
}
|
|
39081
38261
|
},
|
|
39082
38262
|
"ExportHiddenFieldsOption": {
|
|
39083
38263
|
"resourceType": "AWS::QuickSight::Dashboard.ExportHiddenFieldsOption",
|
|
@@ -39094,6 +38274,36 @@
|
|
|
39094
38274
|
"kind": "property",
|
|
39095
38275
|
"lexicon": "aws"
|
|
39096
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
|
+
},
|
|
39097
38307
|
"ExportingConfig": {
|
|
39098
38308
|
"resourceType": "AWS::CustomerProfiles::Domain.ExportingConfig",
|
|
39099
38309
|
"kind": "property",
|
|
@@ -40502,11 +39712,6 @@
|
|
|
40502
39712
|
"kind": "property",
|
|
40503
39713
|
"lexicon": "aws"
|
|
40504
39714
|
},
|
|
40505
|
-
"FirehoseLogDestination": {
|
|
40506
|
-
"resourceType": "AWS::Pipes::Pipe.FirehoseLogDestination",
|
|
40507
|
-
"kind": "property",
|
|
40508
|
-
"lexicon": "aws"
|
|
40509
|
-
},
|
|
40510
39715
|
"Firewall": {
|
|
40511
39716
|
"resourceType": "AWS::NetworkFirewall::Firewall",
|
|
40512
39717
|
"kind": "resource",
|
|
@@ -41312,6 +40517,11 @@
|
|
|
41312
40517
|
"kind": "property",
|
|
41313
40518
|
"lexicon": "aws"
|
|
41314
40519
|
},
|
|
40520
|
+
"FlowQuickConnectConfig": {
|
|
40521
|
+
"resourceType": "AWS::Connect::QuickConnect.FlowQuickConnectConfig",
|
|
40522
|
+
"kind": "property",
|
|
40523
|
+
"lexicon": "aws"
|
|
40524
|
+
},
|
|
41315
40525
|
"FlowSource": {
|
|
41316
40526
|
"resourceType": "AWS::MediaConnect::FlowSource",
|
|
41317
40527
|
"kind": "resource",
|
|
@@ -44323,7 +43533,12 @@
|
|
|
44323
43533
|
],
|
|
44324
43534
|
"primaryIdentifier": [
|
|
44325
43535
|
"Id"
|
|
44326
|
-
]
|
|
43536
|
+
],
|
|
43537
|
+
"tagging": {
|
|
43538
|
+
"taggable": true,
|
|
43539
|
+
"tagOnCreate": true,
|
|
43540
|
+
"tagUpdatable": true
|
|
43541
|
+
}
|
|
44327
43542
|
},
|
|
44328
43543
|
"GrafanaWorkspace_AssertionAttributes": {
|
|
44329
43544
|
"resourceType": "AWS::Grafana::Workspace.AssertionAttributes",
|
|
@@ -44500,35 +43715,6 @@
|
|
|
44500
43715
|
"kind": "property",
|
|
44501
43716
|
"lexicon": "aws"
|
|
44502
43717
|
},
|
|
44503
|
-
"GreengrassV2Component": {
|
|
44504
|
-
"resourceType": "AWS::GreengrassV2::Component",
|
|
44505
|
-
"kind": "resource",
|
|
44506
|
-
"lexicon": "aws",
|
|
44507
|
-
"attrs": {
|
|
44508
|
-
"Arn": "Arn"
|
|
44509
|
-
},
|
|
44510
|
-
"propertyConstraints": {
|
|
44511
|
-
"Arn": {
|
|
44512
|
-
"pattern": "^arn:[^:]*:greengrass:[^:]*:(aws|[0-9]+):components:[^:]+$"
|
|
44513
|
-
},
|
|
44514
|
-
"ComponentName": {
|
|
44515
|
-
"minLength": 1,
|
|
44516
|
-
"maxLength": 128
|
|
44517
|
-
}
|
|
44518
|
-
},
|
|
44519
|
-
"createOnly": [
|
|
44520
|
-
"ComponentName",
|
|
44521
|
-
"Tags"
|
|
44522
|
-
],
|
|
44523
|
-
"primaryIdentifier": [
|
|
44524
|
-
"Arn"
|
|
44525
|
-
],
|
|
44526
|
-
"tagging": {
|
|
44527
|
-
"taggable": true,
|
|
44528
|
-
"tagOnCreate": false,
|
|
44529
|
-
"tagUpdatable": false
|
|
44530
|
-
}
|
|
44531
|
-
},
|
|
44532
43718
|
"GreengrassV2Deployment": {
|
|
44533
43719
|
"resourceType": "AWS::GreengrassV2::Deployment",
|
|
44534
43720
|
"kind": "resource",
|
|
@@ -45667,41 +44853,6 @@
|
|
|
45667
44853
|
"kind": "property",
|
|
45668
44854
|
"lexicon": "aws"
|
|
45669
44855
|
},
|
|
45670
|
-
"HarvestJob": {
|
|
45671
|
-
"resourceType": "AWS::MediaPackage::HarvestJob",
|
|
45672
|
-
"kind": "resource",
|
|
45673
|
-
"lexicon": "aws",
|
|
45674
|
-
"attrs": {
|
|
45675
|
-
"Arn": "Arn",
|
|
45676
|
-
"ChannelId": "ChannelId",
|
|
45677
|
-
"CreatedAt": "CreatedAt",
|
|
45678
|
-
"Status": "Status"
|
|
45679
|
-
},
|
|
45680
|
-
"propertyConstraints": {
|
|
45681
|
-
"Status": {
|
|
45682
|
-
"enum": [
|
|
45683
|
-
"IN_PROGRESS",
|
|
45684
|
-
"SUCCEEDED",
|
|
45685
|
-
"FAILED"
|
|
45686
|
-
]
|
|
45687
|
-
}
|
|
45688
|
-
},
|
|
45689
|
-
"createOnly": [
|
|
45690
|
-
"EndTime",
|
|
45691
|
-
"Id",
|
|
45692
|
-
"OriginEndpointId",
|
|
45693
|
-
"S3Destination",
|
|
45694
|
-
"StartTime"
|
|
45695
|
-
],
|
|
45696
|
-
"primaryIdentifier": [
|
|
45697
|
-
"Arn"
|
|
45698
|
-
]
|
|
45699
|
-
},
|
|
45700
|
-
"HarvestJob_S3Destination": {
|
|
45701
|
-
"resourceType": "AWS::MediaPackage::HarvestJob.S3Destination",
|
|
45702
|
-
"kind": "property",
|
|
45703
|
-
"lexicon": "aws"
|
|
45704
|
-
},
|
|
45705
44856
|
"HeaderConfig": {
|
|
45706
44857
|
"resourceType": "AWS::Pinpoint::InAppTemplate.HeaderConfig",
|
|
45707
44858
|
"kind": "property",
|
|
@@ -47338,11 +46489,6 @@
|
|
|
47338
46489
|
"kind": "property",
|
|
47339
46490
|
"lexicon": "aws"
|
|
47340
46491
|
},
|
|
47341
|
-
"IcebergDestinationConfiguration": {
|
|
47342
|
-
"resourceType": "AWS::KinesisFirehose::DeliveryStream.IcebergDestinationConfiguration",
|
|
47343
|
-
"kind": "property",
|
|
47344
|
-
"lexicon": "aws"
|
|
47345
|
-
},
|
|
47346
46492
|
"IcebergInput": {
|
|
47347
46493
|
"resourceType": "AWS::Glue::Table.IcebergInput",
|
|
47348
46494
|
"kind": "property",
|
|
@@ -54304,11 +53450,6 @@
|
|
|
54304
53450
|
"kind": "property",
|
|
54305
53451
|
"lexicon": "aws"
|
|
54306
53452
|
},
|
|
54307
|
-
"KmsConfiguration": {
|
|
54308
|
-
"resourceType": "AWS::BedrockAgentCore::TokenVault.KmsConfiguration",
|
|
54309
|
-
"kind": "property",
|
|
54310
|
-
"lexicon": "aws"
|
|
54311
|
-
},
|
|
54312
53453
|
"KmsEncryptionConfig": {
|
|
54313
53454
|
"resourceType": "AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig",
|
|
54314
53455
|
"kind": "property",
|
|
@@ -58990,6 +58131,162 @@
|
|
|
58990
58131
|
"kind": "property",
|
|
58991
58132
|
"lexicon": "aws"
|
|
58992
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
|
+
},
|
|
58993
58290
|
"MSKCluster": {
|
|
58994
58291
|
"resourceType": "AWS::MSK::Cluster",
|
|
58995
58292
|
"kind": "resource",
|
|
@@ -59343,42 +58640,6 @@
|
|
|
59343
58640
|
"kind": "property",
|
|
59344
58641
|
"lexicon": "aws"
|
|
59345
58642
|
},
|
|
59346
|
-
"MacieSession": {
|
|
59347
|
-
"resourceType": "AWS::Macie::Session",
|
|
59348
|
-
"kind": "resource",
|
|
59349
|
-
"lexicon": "aws",
|
|
59350
|
-
"attrs": {
|
|
59351
|
-
"AwsAccountId": "AwsAccountId",
|
|
59352
|
-
"ServiceRole": "ServiceRole",
|
|
59353
|
-
"AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
|
|
59354
|
-
},
|
|
59355
|
-
"propertyConstraints": {
|
|
59356
|
-
"Status": {
|
|
59357
|
-
"default": "ENABLED",
|
|
59358
|
-
"enum": [
|
|
59359
|
-
"ENABLED",
|
|
59360
|
-
"PAUSED"
|
|
59361
|
-
]
|
|
59362
|
-
},
|
|
59363
|
-
"FindingPublishingFrequency": {
|
|
59364
|
-
"default": "SIX_HOURS",
|
|
59365
|
-
"enum": [
|
|
59366
|
-
"FIFTEEN_MINUTES",
|
|
59367
|
-
"ONE_HOUR",
|
|
59368
|
-
"SIX_HOURS"
|
|
59369
|
-
]
|
|
59370
|
-
},
|
|
59371
|
-
"AutomatedDiscoveryStatus": {
|
|
59372
|
-
"enum": [
|
|
59373
|
-
"ENABLED",
|
|
59374
|
-
"DISABLED"
|
|
59375
|
-
]
|
|
59376
|
-
}
|
|
59377
|
-
},
|
|
59378
|
-
"primaryIdentifier": [
|
|
59379
|
-
"AwsAccountId"
|
|
59380
|
-
]
|
|
59381
|
-
},
|
|
59382
58643
|
"Macro": {
|
|
59383
58644
|
"resourceType": "AWS::CloudFormation::Macro",
|
|
59384
58645
|
"kind": "resource",
|
|
@@ -60091,37 +59352,6 @@
|
|
|
60091
59352
|
"ManagedNotificationConfigurationArn"
|
|
60092
59353
|
]
|
|
60093
59354
|
},
|
|
60094
|
-
"ManagedNotificationConfiguration": {
|
|
60095
|
-
"resourceType": "AWS::UserNotifications::ManagedNotificationConfiguration",
|
|
60096
|
-
"kind": "resource",
|
|
60097
|
-
"lexicon": "aws",
|
|
60098
|
-
"attrs": {
|
|
60099
|
-
"Arn": "Arn",
|
|
60100
|
-
"Name": "Name",
|
|
60101
|
-
"Description": "Description"
|
|
60102
|
-
},
|
|
60103
|
-
"propertyConstraints": {
|
|
60104
|
-
"Arn": {
|
|
60105
|
-
"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}$"
|
|
60106
|
-
},
|
|
60107
|
-
"Name": {
|
|
60108
|
-
"minLength": 1,
|
|
60109
|
-
"maxLength": 64
|
|
60110
|
-
},
|
|
60111
|
-
"Description": {
|
|
60112
|
-
"pattern": "^[^\\u0001-\\u001F\\u007F-\\u009F]*$",
|
|
60113
|
-
"minLength": 0,
|
|
60114
|
-
"maxLength": 256
|
|
60115
|
-
}
|
|
60116
|
-
},
|
|
60117
|
-
"createOnly": [
|
|
60118
|
-
"Category",
|
|
60119
|
-
"SubCategory"
|
|
60120
|
-
],
|
|
60121
|
-
"primaryIdentifier": [
|
|
60122
|
-
"Arn"
|
|
60123
|
-
]
|
|
60124
|
-
},
|
|
60125
59355
|
"ManagedPersistenceMonitoringConfiguration": {
|
|
60126
59356
|
"resourceType": "AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration",
|
|
60127
59357
|
"kind": "property",
|
|
@@ -60281,82 +59511,6 @@
|
|
|
60281
59511
|
"kind": "property",
|
|
60282
59512
|
"lexicon": "aws"
|
|
60283
59513
|
},
|
|
60284
|
-
"MapRun": {
|
|
60285
|
-
"resourceType": "AWS::StepFunctions::MapRun",
|
|
60286
|
-
"kind": "resource",
|
|
60287
|
-
"lexicon": "aws",
|
|
60288
|
-
"attrs": {
|
|
60289
|
-
"MapRunArn": "MapRunArn",
|
|
60290
|
-
"Status": "Status",
|
|
60291
|
-
"StartDate": "StartDate",
|
|
60292
|
-
"StopDate": "StopDate",
|
|
60293
|
-
"MaxConcurrency": "MaxConcurrency",
|
|
60294
|
-
"ToleratedFailurePercentage": "ToleratedFailurePercentage",
|
|
60295
|
-
"ToleratedFailureCount": "ToleratedFailureCount",
|
|
60296
|
-
"ItemCounts": "ItemCounts",
|
|
60297
|
-
"ExecutionCounts": "ExecutionCounts"
|
|
60298
|
-
},
|
|
60299
|
-
"propertyConstraints": {
|
|
60300
|
-
"MapRunArn": {
|
|
60301
|
-
"minLength": 1,
|
|
60302
|
-
"maxLength": 2000
|
|
60303
|
-
},
|
|
60304
|
-
"ExecutionArn": {
|
|
60305
|
-
"minLength": 1,
|
|
60306
|
-
"maxLength": 256
|
|
60307
|
-
},
|
|
60308
|
-
"Status": {
|
|
60309
|
-
"enum": [
|
|
60310
|
-
"RUNNING",
|
|
60311
|
-
"SUCCEEDED",
|
|
60312
|
-
"FAILED",
|
|
60313
|
-
"ABORTED"
|
|
60314
|
-
]
|
|
60315
|
-
},
|
|
60316
|
-
"StartDate": {
|
|
60317
|
-
"format": "date-time"
|
|
60318
|
-
},
|
|
60319
|
-
"StopDate": {
|
|
60320
|
-
"format": "date-time"
|
|
60321
|
-
},
|
|
60322
|
-
"MaxConcurrency": {
|
|
60323
|
-
"minimum": 0
|
|
60324
|
-
},
|
|
60325
|
-
"ToleratedFailurePercentage": {
|
|
60326
|
-
"minimum": 0,
|
|
60327
|
-
"maximum": 100
|
|
60328
|
-
},
|
|
60329
|
-
"ToleratedFailureCount": {
|
|
60330
|
-
"minimum": 0
|
|
60331
|
-
}
|
|
60332
|
-
},
|
|
60333
|
-
"createOnly": [
|
|
60334
|
-
"ExecutionArn"
|
|
60335
|
-
],
|
|
60336
|
-
"primaryIdentifier": [
|
|
60337
|
-
"MapRunArn"
|
|
60338
|
-
]
|
|
60339
|
-
},
|
|
60340
|
-
"MapRunExecutionCounts": {
|
|
60341
|
-
"resourceType": "AWS::StepFunctions::MapRun.MapRunExecutionCounts",
|
|
60342
|
-
"kind": "property",
|
|
60343
|
-
"lexicon": "aws"
|
|
60344
|
-
},
|
|
60345
|
-
"MapRunItemCounts": {
|
|
60346
|
-
"resourceType": "AWS::StepFunctions::MapRun.MapRunItemCounts",
|
|
60347
|
-
"kind": "property",
|
|
60348
|
-
"lexicon": "aws"
|
|
60349
|
-
},
|
|
60350
|
-
"MapRun_MapRunExecutionCounts": {
|
|
60351
|
-
"resourceType": "AWS::StepFunctions::MapRun.MapRunExecutionCounts",
|
|
60352
|
-
"kind": "property",
|
|
60353
|
-
"lexicon": "aws"
|
|
60354
|
-
},
|
|
60355
|
-
"MapRun_MapRunItemCounts": {
|
|
60356
|
-
"resourceType": "AWS::StepFunctions::MapRun.MapRunItemCounts",
|
|
60357
|
-
"kind": "property",
|
|
60358
|
-
"lexicon": "aws"
|
|
60359
|
-
},
|
|
60360
59514
|
"Map_MapConfiguration": {
|
|
60361
59515
|
"resourceType": "AWS::Location::Map.MapConfiguration",
|
|
60362
59516
|
"kind": "property",
|
|
@@ -60703,11 +59857,6 @@
|
|
|
60703
59857
|
"kind": "property",
|
|
60704
59858
|
"lexicon": "aws"
|
|
60705
59859
|
},
|
|
60706
|
-
"Media": {
|
|
60707
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Media",
|
|
60708
|
-
"kind": "property",
|
|
60709
|
-
"lexicon": "aws"
|
|
60710
|
-
},
|
|
60711
59860
|
"MediaConcurrency": {
|
|
60712
59861
|
"resourceType": "AWS::Connect::RoutingProfile.MediaConcurrency",
|
|
60713
59862
|
"kind": "property",
|
|
@@ -62045,111 +61194,6 @@
|
|
|
62045
61194
|
"kind": "property",
|
|
62046
61195
|
"lexicon": "aws"
|
|
62047
61196
|
},
|
|
62048
|
-
"MedicalTranscript": {
|
|
62049
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscript",
|
|
62050
|
-
"kind": "property",
|
|
62051
|
-
"lexicon": "aws"
|
|
62052
|
-
},
|
|
62053
|
-
"MedicalTranscriptionJob": {
|
|
62054
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob",
|
|
62055
|
-
"kind": "resource",
|
|
62056
|
-
"lexicon": "aws",
|
|
62057
|
-
"attrs": {
|
|
62058
|
-
"Arn": "Arn",
|
|
62059
|
-
"TranscriptionJobStatus": "TranscriptionJobStatus",
|
|
62060
|
-
"Transcript": "Transcript",
|
|
62061
|
-
"CreationTime": "CreationTime"
|
|
62062
|
-
},
|
|
62063
|
-
"propertyConstraints": {
|
|
62064
|
-
"MedicalTranscriptionJobName": {
|
|
62065
|
-
"pattern": "^[0-9a-zA-Z._-]+$",
|
|
62066
|
-
"minLength": 1,
|
|
62067
|
-
"maxLength": 200
|
|
62068
|
-
},
|
|
62069
|
-
"TranscriptionJobStatus": {
|
|
62070
|
-
"enum": [
|
|
62071
|
-
"QUEUED",
|
|
62072
|
-
"IN_PROGRESS",
|
|
62073
|
-
"FAILED",
|
|
62074
|
-
"COMPLETED"
|
|
62075
|
-
]
|
|
62076
|
-
},
|
|
62077
|
-
"MediaSampleRateHertz": {
|
|
62078
|
-
"minimum": 16000,
|
|
62079
|
-
"maximum": 48000
|
|
62080
|
-
},
|
|
62081
|
-
"MediaFormat": {
|
|
62082
|
-
"enum": [
|
|
62083
|
-
"mp3",
|
|
62084
|
-
"mp4",
|
|
62085
|
-
"wav",
|
|
62086
|
-
"flac",
|
|
62087
|
-
"ogg",
|
|
62088
|
-
"amr",
|
|
62089
|
-
"webm",
|
|
62090
|
-
"m4a"
|
|
62091
|
-
]
|
|
62092
|
-
},
|
|
62093
|
-
"CreationTime": {
|
|
62094
|
-
"format": "date-time"
|
|
62095
|
-
},
|
|
62096
|
-
"Specialty": {
|
|
62097
|
-
"enum": [
|
|
62098
|
-
"PRIMARYCARE"
|
|
62099
|
-
]
|
|
62100
|
-
},
|
|
62101
|
-
"Type": {
|
|
62102
|
-
"enum": [
|
|
62103
|
-
"CONVERSATION",
|
|
62104
|
-
"DICTATION"
|
|
62105
|
-
]
|
|
62106
|
-
}
|
|
62107
|
-
},
|
|
62108
|
-
"createOnly": [
|
|
62109
|
-
"LanguageCode",
|
|
62110
|
-
"Media",
|
|
62111
|
-
"MediaFormat",
|
|
62112
|
-
"MediaSampleRateHertz",
|
|
62113
|
-
"MedicalTranscriptionJobName",
|
|
62114
|
-
"Settings",
|
|
62115
|
-
"Specialty",
|
|
62116
|
-
"Tags",
|
|
62117
|
-
"Type"
|
|
62118
|
-
],
|
|
62119
|
-
"primaryIdentifier": [
|
|
62120
|
-
"Arn"
|
|
62121
|
-
],
|
|
62122
|
-
"tagging": {
|
|
62123
|
-
"taggable": true,
|
|
62124
|
-
"tagOnCreate": false,
|
|
62125
|
-
"tagUpdatable": false
|
|
62126
|
-
}
|
|
62127
|
-
},
|
|
62128
|
-
"MedicalTranscriptionJob_Media": {
|
|
62129
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Media",
|
|
62130
|
-
"kind": "property",
|
|
62131
|
-
"lexicon": "aws"
|
|
62132
|
-
},
|
|
62133
|
-
"MedicalTranscriptionJob_MedicalTranscript": {
|
|
62134
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscript",
|
|
62135
|
-
"kind": "property",
|
|
62136
|
-
"lexicon": "aws"
|
|
62137
|
-
},
|
|
62138
|
-
"MedicalTranscriptionJob_MedicalTranscriptionSetting": {
|
|
62139
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscriptionSetting",
|
|
62140
|
-
"kind": "property",
|
|
62141
|
-
"lexicon": "aws"
|
|
62142
|
-
},
|
|
62143
|
-
"MedicalTranscriptionJob_Tag": {
|
|
62144
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Tag",
|
|
62145
|
-
"kind": "property",
|
|
62146
|
-
"lexicon": "aws"
|
|
62147
|
-
},
|
|
62148
|
-
"MedicalTranscriptionSetting": {
|
|
62149
|
-
"resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscriptionSetting",
|
|
62150
|
-
"kind": "property",
|
|
62151
|
-
"lexicon": "aws"
|
|
62152
|
-
},
|
|
62153
61197
|
"Member": {
|
|
62154
61198
|
"resourceType": "AWS::DataZone::Project.Member",
|
|
62155
61199
|
"kind": "property",
|
|
@@ -63967,77 +63011,6 @@
|
|
|
63967
63011
|
"tagUpdatable": true
|
|
63968
63012
|
}
|
|
63969
63013
|
},
|
|
63970
|
-
"ModelCardExportArtifacts": {
|
|
63971
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
|
|
63972
|
-
"kind": "property",
|
|
63973
|
-
"lexicon": "aws"
|
|
63974
|
-
},
|
|
63975
|
-
"ModelCardExportJob": {
|
|
63976
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob",
|
|
63977
|
-
"kind": "resource",
|
|
63978
|
-
"lexicon": "aws",
|
|
63979
|
-
"attrs": {
|
|
63980
|
-
"ModelCardExportJobArn": "ModelCardExportJobArn",
|
|
63981
|
-
"Status": "Status",
|
|
63982
|
-
"CreatedAt": "CreatedAt",
|
|
63983
|
-
"LastModifiedAt": "LastModifiedAt",
|
|
63984
|
-
"ExportArtifacts": "ExportArtifacts"
|
|
63985
|
-
},
|
|
63986
|
-
"propertyConstraints": {
|
|
63987
|
-
"ModelCardExportJobArn": {
|
|
63988
|
-
"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}$",
|
|
63989
|
-
"minLength": 0,
|
|
63990
|
-
"maxLength": 256
|
|
63991
|
-
},
|
|
63992
|
-
"ModelCardExportJobName": {
|
|
63993
|
-
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
63994
|
-
"minLength": 1,
|
|
63995
|
-
"maxLength": 63
|
|
63996
|
-
},
|
|
63997
|
-
"ModelCardName": {
|
|
63998
|
-
"pattern": "^(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-card/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,62})$",
|
|
63999
|
-
"minLength": 1,
|
|
64000
|
-
"maxLength": 256
|
|
64001
|
-
},
|
|
64002
|
-
"Status": {
|
|
64003
|
-
"enum": [
|
|
64004
|
-
"InProgress",
|
|
64005
|
-
"Completed",
|
|
64006
|
-
"Failed"
|
|
64007
|
-
]
|
|
64008
|
-
},
|
|
64009
|
-
"CreatedAt": {
|
|
64010
|
-
"format": "date-time"
|
|
64011
|
-
},
|
|
64012
|
-
"LastModifiedAt": {
|
|
64013
|
-
"format": "date-time"
|
|
64014
|
-
}
|
|
64015
|
-
},
|
|
64016
|
-
"createOnly": [
|
|
64017
|
-
"ModelCardExportJobName",
|
|
64018
|
-
"ModelCardName",
|
|
64019
|
-
"ModelCardVersion",
|
|
64020
|
-
"OutputConfig"
|
|
64021
|
-
],
|
|
64022
|
-
"primaryIdentifier": [
|
|
64023
|
-
"ModelCardExportJobArn"
|
|
64024
|
-
]
|
|
64025
|
-
},
|
|
64026
|
-
"ModelCardExportJob_ModelCardExportArtifacts": {
|
|
64027
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
|
|
64028
|
-
"kind": "property",
|
|
64029
|
-
"lexicon": "aws"
|
|
64030
|
-
},
|
|
64031
|
-
"ModelCardExportJob_ModelCardExportOutputConfig": {
|
|
64032
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
|
|
64033
|
-
"kind": "property",
|
|
64034
|
-
"lexicon": "aws"
|
|
64035
|
-
},
|
|
64036
|
-
"ModelCardExportOutputConfig": {
|
|
64037
|
-
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
|
|
64038
|
-
"kind": "property",
|
|
64039
|
-
"lexicon": "aws"
|
|
64040
|
-
},
|
|
64041
63014
|
"ModelCard_AdditionalInformation": {
|
|
64042
63015
|
"resourceType": "AWS::SageMaker::ModelCard.AdditionalInformation",
|
|
64043
63016
|
"kind": "property",
|
|
@@ -64103,11 +63076,6 @@
|
|
|
64103
63076
|
"kind": "property",
|
|
64104
63077
|
"lexicon": "aws"
|
|
64105
63078
|
},
|
|
64106
|
-
"ModelDashboardIndicatorAction": {
|
|
64107
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
|
|
64108
|
-
"kind": "property",
|
|
64109
|
-
"lexicon": "aws"
|
|
64110
|
-
},
|
|
64111
63079
|
"ModelDataQuality": {
|
|
64112
63080
|
"resourceType": "AWS::SageMaker::ModelPackage.ModelDataQuality",
|
|
64113
63081
|
"kind": "property",
|
|
@@ -64273,117 +63241,6 @@
|
|
|
64273
63241
|
"kind": "property",
|
|
64274
63242
|
"lexicon": "aws"
|
|
64275
63243
|
},
|
|
64276
|
-
"ModelInvocationJob": {
|
|
64277
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob",
|
|
64278
|
-
"kind": "resource",
|
|
64279
|
-
"lexicon": "aws",
|
|
64280
|
-
"attrs": {
|
|
64281
|
-
"JobArn": "JobArn",
|
|
64282
|
-
"JobName": "JobName",
|
|
64283
|
-
"ModelId": "ModelId",
|
|
64284
|
-
"RoleArn": "RoleArn",
|
|
64285
|
-
"InputDataConfig": "InputDataConfig",
|
|
64286
|
-
"OutputDataConfig": "OutputDataConfig",
|
|
64287
|
-
"VpcConfig": "VpcConfig",
|
|
64288
|
-
"TimeoutDurationInHours": "TimeoutDurationInHours",
|
|
64289
|
-
"Status": "Status",
|
|
64290
|
-
"SubmitTime": "SubmitTime",
|
|
64291
|
-
"LastModifiedTime": "LastModifiedTime",
|
|
64292
|
-
"JobExpirationTime": "JobExpirationTime",
|
|
64293
|
-
"Tags": "Tags"
|
|
64294
|
-
},
|
|
64295
|
-
"propertyConstraints": {
|
|
64296
|
-
"JobArn": {
|
|
64297
|
-
"pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-invocation-job/[a-z0-9]{12})$",
|
|
64298
|
-
"maxLength": 1011
|
|
64299
|
-
},
|
|
64300
|
-
"JobName": {
|
|
64301
|
-
"pattern": "^[a-zA-Z0-9]{1,63}(-*[a-zA-Z0-9\\+\\-\\.]){0,63}$",
|
|
64302
|
-
"minLength": 1,
|
|
64303
|
-
"maxLength": 63
|
|
64304
|
-
},
|
|
64305
|
-
"ModelId": {
|
|
64306
|
-
"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][_-]?)+)$",
|
|
64307
|
-
"minLength": 1,
|
|
64308
|
-
"maxLength": 2048
|
|
64309
|
-
},
|
|
64310
|
-
"RoleArn": {
|
|
64311
|
-
"pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$",
|
|
64312
|
-
"maxLength": 2048
|
|
64313
|
-
},
|
|
64314
|
-
"TimeoutDurationInHours": {
|
|
64315
|
-
"minimum": 24,
|
|
64316
|
-
"maximum": 168
|
|
64317
|
-
},
|
|
64318
|
-
"SubmitTime": {
|
|
64319
|
-
"format": "date-time"
|
|
64320
|
-
},
|
|
64321
|
-
"LastModifiedTime": {
|
|
64322
|
-
"format": "date-time"
|
|
64323
|
-
},
|
|
64324
|
-
"JobExpirationTime": {
|
|
64325
|
-
"format": "date-time"
|
|
64326
|
-
}
|
|
64327
|
-
},
|
|
64328
|
-
"primaryIdentifier": [
|
|
64329
|
-
"JobArn"
|
|
64330
|
-
],
|
|
64331
|
-
"tagging": {
|
|
64332
|
-
"taggable": true,
|
|
64333
|
-
"tagOnCreate": false,
|
|
64334
|
-
"tagUpdatable": false
|
|
64335
|
-
}
|
|
64336
|
-
},
|
|
64337
|
-
"ModelInvocationJobInputDataConfig": {
|
|
64338
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
|
|
64339
|
-
"kind": "property",
|
|
64340
|
-
"lexicon": "aws"
|
|
64341
|
-
},
|
|
64342
|
-
"ModelInvocationJobOutputDataConfig": {
|
|
64343
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
|
|
64344
|
-
"kind": "property",
|
|
64345
|
-
"lexicon": "aws"
|
|
64346
|
-
},
|
|
64347
|
-
"ModelInvocationJobS3InputDataConfig": {
|
|
64348
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
|
|
64349
|
-
"kind": "property",
|
|
64350
|
-
"lexicon": "aws"
|
|
64351
|
-
},
|
|
64352
|
-
"ModelInvocationJobS3OutputDataConfig": {
|
|
64353
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
|
|
64354
|
-
"kind": "property",
|
|
64355
|
-
"lexicon": "aws"
|
|
64356
|
-
},
|
|
64357
|
-
"ModelInvocationJob_ModelInvocationJobInputDataConfig": {
|
|
64358
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
|
|
64359
|
-
"kind": "property",
|
|
64360
|
-
"lexicon": "aws"
|
|
64361
|
-
},
|
|
64362
|
-
"ModelInvocationJob_ModelInvocationJobOutputDataConfig": {
|
|
64363
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
|
|
64364
|
-
"kind": "property",
|
|
64365
|
-
"lexicon": "aws"
|
|
64366
|
-
},
|
|
64367
|
-
"ModelInvocationJob_ModelInvocationJobS3InputDataConfig": {
|
|
64368
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
|
|
64369
|
-
"kind": "property",
|
|
64370
|
-
"lexicon": "aws"
|
|
64371
|
-
},
|
|
64372
|
-
"ModelInvocationJob_ModelInvocationJobS3OutputDataConfig": {
|
|
64373
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
|
|
64374
|
-
"kind": "property",
|
|
64375
|
-
"lexicon": "aws"
|
|
64376
|
-
},
|
|
64377
|
-
"ModelInvocationJob_Tag": {
|
|
64378
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.Tag",
|
|
64379
|
-
"kind": "property",
|
|
64380
|
-
"lexicon": "aws"
|
|
64381
|
-
},
|
|
64382
|
-
"ModelInvocationJob_VpcConfig": {
|
|
64383
|
-
"resourceType": "AWS::Bedrock::ModelInvocationJob.VpcConfig",
|
|
64384
|
-
"kind": "property",
|
|
64385
|
-
"lexicon": "aws"
|
|
64386
|
-
},
|
|
64387
63244
|
"ModelManifest": {
|
|
64388
63245
|
"resourceType": "AWS::IoTFleetWise::ModelManifest",
|
|
64389
63246
|
"kind": "resource",
|
|
@@ -64969,11 +63826,6 @@
|
|
|
64969
63826
|
"kind": "property",
|
|
64970
63827
|
"lexicon": "aws"
|
|
64971
63828
|
},
|
|
64972
|
-
"MonitoringAlertActions": {
|
|
64973
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
|
|
64974
|
-
"kind": "property",
|
|
64975
|
-
"lexicon": "aws"
|
|
64976
|
-
},
|
|
64977
63829
|
"MonitoringAppSpecification": {
|
|
64978
63830
|
"resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification",
|
|
64979
63831
|
"kind": "property",
|
|
@@ -65023,72 +63875,6 @@
|
|
|
65023
63875
|
"MonitoringScheduleArn"
|
|
65024
63876
|
]
|
|
65025
63877
|
},
|
|
65026
|
-
"MonitoringScheduleAlert": {
|
|
65027
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert",
|
|
65028
|
-
"kind": "resource",
|
|
65029
|
-
"lexicon": "aws",
|
|
65030
|
-
"attrs": {
|
|
65031
|
-
"Arn": "Arn",
|
|
65032
|
-
"AlertStatus": "AlertStatus",
|
|
65033
|
-
"CreationTime": "CreationTime",
|
|
65034
|
-
"LastModifiedTime": "LastModifiedTime",
|
|
65035
|
-
"Actions": "Actions"
|
|
65036
|
-
},
|
|
65037
|
-
"propertyConstraints": {
|
|
65038
|
-
"Arn": {
|
|
65039
|
-
"maxLength": 256
|
|
65040
|
-
},
|
|
65041
|
-
"MonitoringScheduleName": {
|
|
65042
|
-
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
65043
|
-
"minLength": 1,
|
|
65044
|
-
"maxLength": 63
|
|
65045
|
-
},
|
|
65046
|
-
"MonitoringAlertName": {
|
|
65047
|
-
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
65048
|
-
"minLength": 1,
|
|
65049
|
-
"maxLength": 63
|
|
65050
|
-
},
|
|
65051
|
-
"DatapointsToAlert": {
|
|
65052
|
-
"minimum": 1,
|
|
65053
|
-
"maximum": 100
|
|
65054
|
-
},
|
|
65055
|
-
"EvaluationPeriod": {
|
|
65056
|
-
"minimum": 1,
|
|
65057
|
-
"maximum": 100
|
|
65058
|
-
},
|
|
65059
|
-
"AlertStatus": {
|
|
65060
|
-
"enum": [
|
|
65061
|
-
"InAlert",
|
|
65062
|
-
"OK"
|
|
65063
|
-
]
|
|
65064
|
-
},
|
|
65065
|
-
"CreationTime": {
|
|
65066
|
-
"format": "date-time"
|
|
65067
|
-
},
|
|
65068
|
-
"LastModifiedTime": {
|
|
65069
|
-
"format": "date-time"
|
|
65070
|
-
}
|
|
65071
|
-
},
|
|
65072
|
-
"createOnly": [
|
|
65073
|
-
"DatapointsToAlert",
|
|
65074
|
-
"EvaluationPeriod",
|
|
65075
|
-
"MonitoringAlertName",
|
|
65076
|
-
"MonitoringScheduleName"
|
|
65077
|
-
],
|
|
65078
|
-
"primaryIdentifier": [
|
|
65079
|
-
"Arn"
|
|
65080
|
-
]
|
|
65081
|
-
},
|
|
65082
|
-
"MonitoringScheduleAlert_ModelDashboardIndicatorAction": {
|
|
65083
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
|
|
65084
|
-
"kind": "property",
|
|
65085
|
-
"lexicon": "aws"
|
|
65086
|
-
},
|
|
65087
|
-
"MonitoringScheduleAlert_MonitoringAlertActions": {
|
|
65088
|
-
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
|
|
65089
|
-
"kind": "property",
|
|
65090
|
-
"lexicon": "aws"
|
|
65091
|
-
},
|
|
65092
63878
|
"MonitoringScheduleConfig": {
|
|
65093
63879
|
"resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig",
|
|
65094
63880
|
"kind": "property",
|
|
@@ -65364,20 +64150,6 @@
|
|
|
65364
64150
|
"kind": "property",
|
|
65365
64151
|
"lexicon": "aws"
|
|
65366
64152
|
},
|
|
65367
|
-
"MultiRegionParameterGroup": {
|
|
65368
|
-
"resourceType": "AWS::MemoryDB::MultiRegionParameterGroup",
|
|
65369
|
-
"kind": "resource",
|
|
65370
|
-
"lexicon": "aws",
|
|
65371
|
-
"attrs": {
|
|
65372
|
-
"Arn": "Arn",
|
|
65373
|
-
"MultiRegionParameterGroupName": "MultiRegionParameterGroupName",
|
|
65374
|
-
"Family": "Family",
|
|
65375
|
-
"Description": "Description"
|
|
65376
|
-
},
|
|
65377
|
-
"primaryIdentifier": [
|
|
65378
|
-
"Arn"
|
|
65379
|
-
]
|
|
65380
|
-
},
|
|
65381
64153
|
"MultiRegionTargets": {
|
|
65382
64154
|
"resourceType": "AWS::ResilienceHubV2::Policy.MultiRegionTargets",
|
|
65383
64155
|
"kind": "property",
|
|
@@ -67202,91 +65974,6 @@
|
|
|
67202
65974
|
"kind": "property",
|
|
67203
65975
|
"lexicon": "aws"
|
|
67204
65976
|
},
|
|
67205
|
-
"NotebookExecution": {
|
|
67206
|
-
"resourceType": "AWS::EMR::NotebookExecution",
|
|
67207
|
-
"kind": "resource",
|
|
67208
|
-
"lexicon": "aws",
|
|
67209
|
-
"attrs": {
|
|
67210
|
-
"NotebookExecutionId": "NotebookExecutionId",
|
|
67211
|
-
"Arn": "Arn",
|
|
67212
|
-
"Status": "Status",
|
|
67213
|
-
"StartTime": "StartTime"
|
|
67214
|
-
},
|
|
67215
|
-
"propertyConstraints": {
|
|
67216
|
-
"NotebookExecutionId": {
|
|
67217
|
-
"maxLength": 256
|
|
67218
|
-
},
|
|
67219
|
-
"Arn": {
|
|
67220
|
-
"maxLength": 256
|
|
67221
|
-
},
|
|
67222
|
-
"NotebookExecutionName": {
|
|
67223
|
-
"maxLength": 256
|
|
67224
|
-
},
|
|
67225
|
-
"NotebookParams": {
|
|
67226
|
-
"maxLength": 10280
|
|
67227
|
-
},
|
|
67228
|
-
"OutputNotebookFormat": {
|
|
67229
|
-
"enum": [
|
|
67230
|
-
"HTML"
|
|
67231
|
-
]
|
|
67232
|
-
},
|
|
67233
|
-
"Status": {
|
|
67234
|
-
"enum": [
|
|
67235
|
-
"START_PENDING",
|
|
67236
|
-
"STARTING",
|
|
67237
|
-
"RUNNING",
|
|
67238
|
-
"FINISHING",
|
|
67239
|
-
"FINISHED",
|
|
67240
|
-
"FAILING",
|
|
67241
|
-
"FAILED",
|
|
67242
|
-
"STOP_PENDING",
|
|
67243
|
-
"STOPPING",
|
|
67244
|
-
"STOPPED"
|
|
67245
|
-
]
|
|
67246
|
-
},
|
|
67247
|
-
"StartTime": {
|
|
67248
|
-
"format": "date-time"
|
|
67249
|
-
}
|
|
67250
|
-
},
|
|
67251
|
-
"createOnly": [
|
|
67252
|
-
"EnvironmentVariables",
|
|
67253
|
-
"ExecutionEngine",
|
|
67254
|
-
"NotebookExecutionName",
|
|
67255
|
-
"NotebookParams",
|
|
67256
|
-
"NotebookS3Location",
|
|
67257
|
-
"OutputNotebookFormat",
|
|
67258
|
-
"OutputNotebookS3Location",
|
|
67259
|
-
"Tags"
|
|
67260
|
-
],
|
|
67261
|
-
"primaryIdentifier": [
|
|
67262
|
-
"Arn"
|
|
67263
|
-
],
|
|
67264
|
-
"tagging": {
|
|
67265
|
-
"taggable": true,
|
|
67266
|
-
"tagOnCreate": false,
|
|
67267
|
-
"tagUpdatable": false
|
|
67268
|
-
}
|
|
67269
|
-
},
|
|
67270
|
-
"NotebookExecution_ExecutionEngineConfig": {
|
|
67271
|
-
"resourceType": "AWS::EMR::NotebookExecution.ExecutionEngineConfig",
|
|
67272
|
-
"kind": "property",
|
|
67273
|
-
"lexicon": "aws"
|
|
67274
|
-
},
|
|
67275
|
-
"NotebookExecution_NotebookS3Location": {
|
|
67276
|
-
"resourceType": "AWS::EMR::NotebookExecution.NotebookS3Location",
|
|
67277
|
-
"kind": "property",
|
|
67278
|
-
"lexicon": "aws"
|
|
67279
|
-
},
|
|
67280
|
-
"NotebookExecution_OutputNotebookS3Location": {
|
|
67281
|
-
"resourceType": "AWS::EMR::NotebookExecution.OutputNotebookS3Location",
|
|
67282
|
-
"kind": "property",
|
|
67283
|
-
"lexicon": "aws"
|
|
67284
|
-
},
|
|
67285
|
-
"NotebookExecution_Tag": {
|
|
67286
|
-
"resourceType": "AWS::EMR::NotebookExecution.Tag",
|
|
67287
|
-
"kind": "property",
|
|
67288
|
-
"lexicon": "aws"
|
|
67289
|
-
},
|
|
67290
65977
|
"NotebookInstance": {
|
|
67291
65978
|
"resourceType": "AWS::SageMaker::NotebookInstance",
|
|
67292
65979
|
"kind": "resource",
|
|
@@ -67355,11 +66042,6 @@
|
|
|
67355
66042
|
"kind": "property",
|
|
67356
66043
|
"lexicon": "aws"
|
|
67357
66044
|
},
|
|
67358
|
-
"NotebookS3Location": {
|
|
67359
|
-
"resourceType": "AWS::EMR::NotebookExecution.NotebookS3Location",
|
|
67360
|
-
"kind": "property",
|
|
67361
|
-
"lexicon": "aws"
|
|
67362
|
-
},
|
|
67363
66045
|
"Notification": {
|
|
67364
66046
|
"resourceType": "AWS::Connect::Notification",
|
|
67365
66047
|
"kind": "resource",
|
|
@@ -68279,39 +66961,6 @@
|
|
|
68279
66961
|
"kind": "property",
|
|
68280
66962
|
"lexicon": "aws"
|
|
68281
66963
|
},
|
|
68282
|
-
"Objective": {
|
|
68283
|
-
"resourceType": "AWS::ControlCatalog::Objective",
|
|
68284
|
-
"kind": "resource",
|
|
68285
|
-
"lexicon": "aws",
|
|
68286
|
-
"attrs": {
|
|
68287
|
-
"Arn": "Arn",
|
|
68288
|
-
"ObjectiveId": "ObjectiveId",
|
|
68289
|
-
"Name": "Name",
|
|
68290
|
-
"Description": "Description",
|
|
68291
|
-
"Domain": "Domain",
|
|
68292
|
-
"CreateTime": "CreateTime",
|
|
68293
|
-
"LastUpdateTime": "LastUpdateTime"
|
|
68294
|
-
},
|
|
68295
|
-
"propertyConstraints": {
|
|
68296
|
-
"Arn": {
|
|
68297
|
-
"pattern": "^arn:(aws(?:[-a-z]*)?):controlcatalog:::objective/[0-9a-z]+$",
|
|
68298
|
-
"minLength": 36,
|
|
68299
|
-
"maxLength": 2048
|
|
68300
|
-
},
|
|
68301
|
-
"ObjectiveId": {
|
|
68302
|
-
"pattern": "^[0-9a-z]+$"
|
|
68303
|
-
},
|
|
68304
|
-
"CreateTime": {
|
|
68305
|
-
"format": "date-time"
|
|
68306
|
-
},
|
|
68307
|
-
"LastUpdateTime": {
|
|
68308
|
-
"format": "date-time"
|
|
68309
|
-
}
|
|
68310
|
-
},
|
|
68311
|
-
"primaryIdentifier": [
|
|
68312
|
-
"Arn"
|
|
68313
|
-
]
|
|
68314
|
-
},
|
|
68315
66964
|
"ObjectiveFunction": {
|
|
68316
66965
|
"resourceType": "AWS::SageMaker::ModelCard.ObjectiveFunction",
|
|
68317
66966
|
"kind": "property",
|
|
@@ -68556,44 +67205,6 @@
|
|
|
68556
67205
|
"kind": "property",
|
|
68557
67206
|
"lexicon": "aws"
|
|
68558
67207
|
},
|
|
68559
|
-
"Offering": {
|
|
68560
|
-
"resourceType": "AWS::MediaLive::Offering",
|
|
68561
|
-
"kind": "resource",
|
|
68562
|
-
"lexicon": "aws",
|
|
68563
|
-
"attrs": {
|
|
68564
|
-
"Arn": "Arn",
|
|
68565
|
-
"OfferingId": "OfferingId",
|
|
68566
|
-
"CurrencyCode": "CurrencyCode",
|
|
68567
|
-
"Duration": "Duration",
|
|
68568
|
-
"DurationUnits": "DurationUnits",
|
|
68569
|
-
"FixedPrice": "FixedPrice",
|
|
68570
|
-
"OfferingDescription": "OfferingDescription",
|
|
68571
|
-
"OfferingType": "OfferingType",
|
|
68572
|
-
"Region": "Region",
|
|
68573
|
-
"ResourceSpecification": "ResourceSpecification",
|
|
68574
|
-
"UsagePrice": "UsagePrice"
|
|
68575
|
-
},
|
|
68576
|
-
"propertyConstraints": {
|
|
68577
|
-
"DurationUnits": {
|
|
68578
|
-
"enum": [
|
|
68579
|
-
"MONTHS"
|
|
68580
|
-
]
|
|
68581
|
-
},
|
|
68582
|
-
"OfferingType": {
|
|
68583
|
-
"enum": [
|
|
68584
|
-
"NO_UPFRONT"
|
|
68585
|
-
]
|
|
68586
|
-
}
|
|
68587
|
-
},
|
|
68588
|
-
"primaryIdentifier": [
|
|
68589
|
-
"Arn"
|
|
68590
|
-
]
|
|
68591
|
-
},
|
|
68592
|
-
"Offering_ReservationResourceSpecification": {
|
|
68593
|
-
"resourceType": "AWS::MediaLive::Offering.ReservationResourceSpecification",
|
|
68594
|
-
"kind": "property",
|
|
68595
|
-
"lexicon": "aws"
|
|
68596
|
-
},
|
|
68597
67208
|
"OidcIdentityProviderConfig": {
|
|
68598
67209
|
"resourceType": "AWS::EKS::IdentityProviderConfig.OidcIdentityProviderConfig",
|
|
68599
67210
|
"kind": "property",
|
|
@@ -69297,8 +67908,25 @@
|
|
|
69297
67908
|
"IdentityCenterOptions_IdentityCenterApplicationARN": "IdentityCenterOptions.IdentityCenterApplicationARN",
|
|
69298
67909
|
"IdentityCenterOptions_IdentityStoreId": "IdentityCenterOptions.IdentityStoreId"
|
|
69299
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
|
+
},
|
|
69300
67927
|
"createOnly": [
|
|
69301
|
-
"DomainName"
|
|
67928
|
+
"DomainName",
|
|
67929
|
+
"EngineMode"
|
|
69302
67930
|
],
|
|
69303
67931
|
"writeOnly": [
|
|
69304
67932
|
"AdvancedSecurityOptions/MasterUserOptions",
|
|
@@ -70692,11 +69320,6 @@
|
|
|
70692
69320
|
"kind": "property",
|
|
70693
69321
|
"lexicon": "aws"
|
|
70694
69322
|
},
|
|
70695
|
-
"OutputNotebookS3Location": {
|
|
70696
|
-
"resourceType": "AWS::EMR::NotebookExecution.OutputNotebookS3Location",
|
|
70697
|
-
"kind": "property",
|
|
70698
|
-
"lexicon": "aws"
|
|
70699
|
-
},
|
|
70700
69323
|
"OutputSource": {
|
|
70701
69324
|
"resourceType": "AWS::EntityResolution::MatchingWorkflow.OutputSource",
|
|
70702
69325
|
"kind": "property",
|
|
@@ -71018,6 +69641,32 @@
|
|
|
71018
69641
|
"kind": "property",
|
|
71019
69642
|
"lexicon": "aws"
|
|
71020
69643
|
},
|
|
69644
|
+
"Package": {
|
|
69645
|
+
"resourceType": "AWS::Panorama::Package",
|
|
69646
|
+
"kind": "resource",
|
|
69647
|
+
"lexicon": "aws",
|
|
69648
|
+
"attrs": {
|
|
69649
|
+
"PackageId": "PackageId",
|
|
69650
|
+
"Arn": "Arn",
|
|
69651
|
+
"CreatedTime": "CreatedTime",
|
|
69652
|
+
"StorageLocation_Bucket": "StorageLocation.Bucket",
|
|
69653
|
+
"StorageLocation_RepoPrefixLocation": "StorageLocation.RepoPrefixLocation",
|
|
69654
|
+
"StorageLocation_GeneratedPrefixLocation": "StorageLocation.GeneratedPrefixLocation",
|
|
69655
|
+
"StorageLocation_BinaryPrefixLocation": "StorageLocation.BinaryPrefixLocation",
|
|
69656
|
+
"StorageLocation_ManifestPrefixLocation": "StorageLocation.ManifestPrefixLocation"
|
|
69657
|
+
},
|
|
69658
|
+
"createOnly": [
|
|
69659
|
+
"PackageName"
|
|
69660
|
+
],
|
|
69661
|
+
"primaryIdentifier": [
|
|
69662
|
+
"PackageId"
|
|
69663
|
+
],
|
|
69664
|
+
"tagging": {
|
|
69665
|
+
"taggable": true,
|
|
69666
|
+
"tagOnCreate": true,
|
|
69667
|
+
"tagUpdatable": true
|
|
69668
|
+
}
|
|
69669
|
+
},
|
|
71021
69670
|
"PackageGroup": {
|
|
71022
69671
|
"resourceType": "AWS::CodeArtifact::PackageGroup",
|
|
71023
69672
|
"kind": "resource",
|
|
@@ -71114,6 +69763,11 @@
|
|
|
71114
69763
|
"kind": "property",
|
|
71115
69764
|
"lexicon": "aws"
|
|
71116
69765
|
},
|
|
69766
|
+
"Package_StorageLocation": {
|
|
69767
|
+
"resourceType": "AWS::Panorama::Package.StorageLocation",
|
|
69768
|
+
"kind": "property",
|
|
69769
|
+
"lexicon": "aws"
|
|
69770
|
+
},
|
|
71117
69771
|
"PackagingConfiguration": {
|
|
71118
69772
|
"resourceType": "AWS::MediaPackage::PackagingConfiguration",
|
|
71119
69773
|
"kind": "resource",
|
|
@@ -71267,37 +69921,6 @@
|
|
|
71267
69921
|
"kind": "property",
|
|
71268
69922
|
"lexicon": "aws"
|
|
71269
69923
|
},
|
|
71270
|
-
"PanoramaPackage": {
|
|
71271
|
-
"resourceType": "AWS::Panorama::Package",
|
|
71272
|
-
"kind": "resource",
|
|
71273
|
-
"lexicon": "aws",
|
|
71274
|
-
"attrs": {
|
|
71275
|
-
"PackageId": "PackageId",
|
|
71276
|
-
"Arn": "Arn",
|
|
71277
|
-
"CreatedTime": "CreatedTime",
|
|
71278
|
-
"StorageLocation_Bucket": "StorageLocation.Bucket",
|
|
71279
|
-
"StorageLocation_RepoPrefixLocation": "StorageLocation.RepoPrefixLocation",
|
|
71280
|
-
"StorageLocation_GeneratedPrefixLocation": "StorageLocation.GeneratedPrefixLocation",
|
|
71281
|
-
"StorageLocation_BinaryPrefixLocation": "StorageLocation.BinaryPrefixLocation",
|
|
71282
|
-
"StorageLocation_ManifestPrefixLocation": "StorageLocation.ManifestPrefixLocation"
|
|
71283
|
-
},
|
|
71284
|
-
"createOnly": [
|
|
71285
|
-
"PackageName"
|
|
71286
|
-
],
|
|
71287
|
-
"primaryIdentifier": [
|
|
71288
|
-
"PackageId"
|
|
71289
|
-
],
|
|
71290
|
-
"tagging": {
|
|
71291
|
-
"taggable": true,
|
|
71292
|
-
"tagOnCreate": true,
|
|
71293
|
-
"tagUpdatable": true
|
|
71294
|
-
}
|
|
71295
|
-
},
|
|
71296
|
-
"PanoramaPackage_StorageLocation": {
|
|
71297
|
-
"resourceType": "AWS::Panorama::Package.StorageLocation",
|
|
71298
|
-
"kind": "property",
|
|
71299
|
-
"lexicon": "aws"
|
|
71300
|
-
},
|
|
71301
69924
|
"ParallelismConfiguration": {
|
|
71302
69925
|
"resourceType": "AWS::KinesisAnalyticsV2::Application.ParallelismConfiguration",
|
|
71303
69926
|
"kind": "property",
|
|
@@ -71409,6 +70032,11 @@
|
|
|
71409
70032
|
"kind": "property",
|
|
71410
70033
|
"lexicon": "aws"
|
|
71411
70034
|
},
|
|
70035
|
+
"PartitionSpec": {
|
|
70036
|
+
"resourceType": "AWS::MSK::Channel.PartitionSpec",
|
|
70037
|
+
"kind": "property",
|
|
70038
|
+
"lexicon": "aws"
|
|
70039
|
+
},
|
|
71412
70040
|
"Partition_Column": {
|
|
71413
70041
|
"resourceType": "AWS::Glue::Partition.Column",
|
|
71414
70042
|
"kind": "property",
|
|
@@ -72536,58 +71164,6 @@
|
|
|
72536
71164
|
"kind": "property",
|
|
72537
71165
|
"lexicon": "aws"
|
|
72538
71166
|
},
|
|
72539
|
-
"PersonalizeRecipe": {
|
|
72540
|
-
"resourceType": "AWS::Personalize::Recipe",
|
|
72541
|
-
"kind": "resource",
|
|
72542
|
-
"lexicon": "aws",
|
|
72543
|
-
"attrs": {
|
|
72544
|
-
"RecipeArn": "RecipeArn",
|
|
72545
|
-
"AlgorithmArn": "AlgorithmArn",
|
|
72546
|
-
"FeatureTransformationArn": "FeatureTransformationArn",
|
|
72547
|
-
"Status": "Status",
|
|
72548
|
-
"Description": "Description",
|
|
72549
|
-
"RecipeType": "RecipeType",
|
|
72550
|
-
"CreationDateTime": "CreationDateTime",
|
|
72551
|
-
"LastUpdatedDateTime": "LastUpdatedDateTime"
|
|
72552
|
-
},
|
|
72553
|
-
"propertyConstraints": {
|
|
72554
|
-
"RecipeArn": {
|
|
72555
|
-
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72556
|
-
"maxLength": 256
|
|
72557
|
-
},
|
|
72558
|
-
"Name": {
|
|
72559
|
-
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
|
|
72560
|
-
"minLength": 1,
|
|
72561
|
-
"maxLength": 63
|
|
72562
|
-
},
|
|
72563
|
-
"AlgorithmArn": {
|
|
72564
|
-
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72565
|
-
"maxLength": 256
|
|
72566
|
-
},
|
|
72567
|
-
"FeatureTransformationArn": {
|
|
72568
|
-
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
72569
|
-
"maxLength": 256
|
|
72570
|
-
},
|
|
72571
|
-
"Status": {
|
|
72572
|
-
"maxLength": 256
|
|
72573
|
-
},
|
|
72574
|
-
"RecipeType": {
|
|
72575
|
-
"maxLength": 256
|
|
72576
|
-
},
|
|
72577
|
-
"CreationDateTime": {
|
|
72578
|
-
"format": "date-time"
|
|
72579
|
-
},
|
|
72580
|
-
"LastUpdatedDateTime": {
|
|
72581
|
-
"format": "date-time"
|
|
72582
|
-
}
|
|
72583
|
-
},
|
|
72584
|
-
"createOnly": [
|
|
72585
|
-
"Name"
|
|
72586
|
-
],
|
|
72587
|
-
"primaryIdentifier": [
|
|
72588
|
-
"RecipeArn"
|
|
72589
|
-
]
|
|
72590
|
-
},
|
|
72591
71167
|
"PersonalizeSchema": {
|
|
72592
71168
|
"resourceType": "AWS::Personalize::Schema",
|
|
72593
71169
|
"kind": "resource",
|
|
@@ -73435,25 +72011,6 @@
|
|
|
73435
72011
|
"kind": "property",
|
|
73436
72012
|
"lexicon": "aws"
|
|
73437
72013
|
},
|
|
73438
|
-
"PipelineBlueprint": {
|
|
73439
|
-
"resourceType": "AWS::OSIS::PipelineBlueprint",
|
|
73440
|
-
"kind": "resource",
|
|
73441
|
-
"lexicon": "aws",
|
|
73442
|
-
"attrs": {
|
|
73443
|
-
"Arn": "Arn",
|
|
73444
|
-
"PipelineConfigurationBody": "PipelineConfigurationBody",
|
|
73445
|
-
"DisplayName": "DisplayName",
|
|
73446
|
-
"DisplayDescription": "DisplayDescription",
|
|
73447
|
-
"Service": "Service",
|
|
73448
|
-
"UseCase": "UseCase"
|
|
73449
|
-
},
|
|
73450
|
-
"createOnly": [
|
|
73451
|
-
"BlueprintName"
|
|
73452
|
-
],
|
|
73453
|
-
"primaryIdentifier": [
|
|
73454
|
-
"Arn"
|
|
73455
|
-
]
|
|
73456
|
-
},
|
|
73457
72014
|
"PipelineConfig": {
|
|
73458
72015
|
"resourceType": "AWS::AppSync::Resolver.PipelineConfig",
|
|
73459
72016
|
"kind": "property",
|
|
@@ -75697,6 +74254,11 @@
|
|
|
75697
74254
|
"kind": "property",
|
|
75698
74255
|
"lexicon": "aws"
|
|
75699
74256
|
},
|
|
74257
|
+
"PromptRouterTargetModel": {
|
|
74258
|
+
"resourceType": "AWS::Bedrock::IntelligentPromptRouter.PromptRouterTargetModel",
|
|
74259
|
+
"kind": "property",
|
|
74260
|
+
"lexicon": "aws"
|
|
74261
|
+
},
|
|
75700
74262
|
"PromptVersion": {
|
|
75701
74263
|
"resourceType": "AWS::Bedrock::PromptVersion",
|
|
75702
74264
|
"kind": "resource",
|
|
@@ -77187,7 +75749,8 @@
|
|
|
77187
75749
|
"enum": [
|
|
77188
75750
|
"PHONE_NUMBER",
|
|
77189
75751
|
"QUEUE",
|
|
77190
|
-
"USER"
|
|
75752
|
+
"USER",
|
|
75753
|
+
"FLOW"
|
|
77191
75754
|
]
|
|
77192
75755
|
}
|
|
77193
75756
|
},
|
|
@@ -77205,6 +75768,11 @@
|
|
|
77205
75768
|
"kind": "property",
|
|
77206
75769
|
"lexicon": "aws"
|
|
77207
75770
|
},
|
|
75771
|
+
"QuickConnect_FlowQuickConnectConfig": {
|
|
75772
|
+
"resourceType": "AWS::Connect::QuickConnect.FlowQuickConnectConfig",
|
|
75773
|
+
"kind": "property",
|
|
75774
|
+
"lexicon": "aws"
|
|
75775
|
+
},
|
|
77208
75776
|
"QuickConnect_PhoneNumberQuickConnectConfig": {
|
|
77209
75777
|
"resourceType": "AWS::Connect::QuickConnect.PhoneNumberQuickConnectConfig",
|
|
77210
75778
|
"kind": "property",
|
|
@@ -78190,6 +76758,73 @@
|
|
|
78190
76758
|
"kind": "property",
|
|
78191
76759
|
"lexicon": "aws"
|
|
78192
76760
|
},
|
|
76761
|
+
"QuickSightSpace": {
|
|
76762
|
+
"resourceType": "AWS::QuickSight::Space",
|
|
76763
|
+
"kind": "resource",
|
|
76764
|
+
"lexicon": "aws",
|
|
76765
|
+
"attrs": {
|
|
76766
|
+
"Arn": "Arn",
|
|
76767
|
+
"CreatedAt": "CreatedAt",
|
|
76768
|
+
"UpdatedAt": "UpdatedAt",
|
|
76769
|
+
"CreatedBy": "CreatedBy"
|
|
76770
|
+
},
|
|
76771
|
+
"propertyConstraints": {
|
|
76772
|
+
"AwsAccountId": {
|
|
76773
|
+
"pattern": "^[0-9]{12}$",
|
|
76774
|
+
"minLength": 12,
|
|
76775
|
+
"maxLength": 12
|
|
76776
|
+
},
|
|
76777
|
+
"SpaceId": {
|
|
76778
|
+
"minLength": 1,
|
|
76779
|
+
"maxLength": 256
|
|
76780
|
+
},
|
|
76781
|
+
"Name": {
|
|
76782
|
+
"minLength": 1,
|
|
76783
|
+
"maxLength": 128
|
|
76784
|
+
},
|
|
76785
|
+
"Description": {
|
|
76786
|
+
"minLength": 0,
|
|
76787
|
+
"maxLength": 512
|
|
76788
|
+
},
|
|
76789
|
+
"Arn": {
|
|
76790
|
+
"pattern": "^arn:aws[a-zA-Z-]*:quicksight:[a-z0-9-]+:[0-9]{12}:space/.+$"
|
|
76791
|
+
},
|
|
76792
|
+
"CreatedAt": {
|
|
76793
|
+
"format": "date-time"
|
|
76794
|
+
},
|
|
76795
|
+
"UpdatedAt": {
|
|
76796
|
+
"format": "date-time"
|
|
76797
|
+
}
|
|
76798
|
+
},
|
|
76799
|
+
"createOnly": [
|
|
76800
|
+
"AwsAccountId",
|
|
76801
|
+
"SpaceId"
|
|
76802
|
+
],
|
|
76803
|
+
"primaryIdentifier": [
|
|
76804
|
+
"AwsAccountId",
|
|
76805
|
+
"SpaceId"
|
|
76806
|
+
],
|
|
76807
|
+
"tagging": {
|
|
76808
|
+
"taggable": true,
|
|
76809
|
+
"tagOnCreate": true,
|
|
76810
|
+
"tagUpdatable": true
|
|
76811
|
+
}
|
|
76812
|
+
},
|
|
76813
|
+
"QuickSightSpace_ResourcePermission": {
|
|
76814
|
+
"resourceType": "AWS::QuickSight::Space.ResourcePermission",
|
|
76815
|
+
"kind": "property",
|
|
76816
|
+
"lexicon": "aws"
|
|
76817
|
+
},
|
|
76818
|
+
"QuickSightSpace_SpaceResource": {
|
|
76819
|
+
"resourceType": "AWS::QuickSight::Space.SpaceResource",
|
|
76820
|
+
"kind": "property",
|
|
76821
|
+
"lexicon": "aws"
|
|
76822
|
+
},
|
|
76823
|
+
"QuickSightSpace_Tag": {
|
|
76824
|
+
"resourceType": "AWS::QuickSight::Space.Tag",
|
|
76825
|
+
"kind": "property",
|
|
76826
|
+
"lexicon": "aws"
|
|
76827
|
+
},
|
|
78193
76828
|
"QuickSightTemplate": {
|
|
78194
76829
|
"resourceType": "AWS::QuickSight::Template",
|
|
78195
76830
|
"kind": "resource",
|
|
@@ -79419,9 +78054,30 @@
|
|
|
79419
78054
|
"lexicon": "aws"
|
|
79420
78055
|
},
|
|
79421
78056
|
"Recipe": {
|
|
79422
|
-
"resourceType": "AWS::DataBrew::
|
|
79423
|
-
"kind": "
|
|
79424
|
-
"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
|
+
}
|
|
79425
78081
|
},
|
|
79426
78082
|
"RecipeSelection": {
|
|
79427
78083
|
"resourceType": "AWS::ImageBuilder::LifecyclePolicy.RecipeSelection",
|
|
@@ -79433,6 +78089,26 @@
|
|
|
79433
78089
|
"kind": "property",
|
|
79434
78090
|
"lexicon": "aws"
|
|
79435
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
|
+
},
|
|
79436
78112
|
"RecommendationConfiguration": {
|
|
79437
78113
|
"resourceType": "AWS::DataZone::DataSource.RecommendationConfiguration",
|
|
79438
78114
|
"kind": "property",
|
|
@@ -79513,11 +78189,21 @@
|
|
|
79513
78189
|
"kind": "property",
|
|
79514
78190
|
"lexicon": "aws"
|
|
79515
78191
|
},
|
|
78192
|
+
"RecordConverter": {
|
|
78193
|
+
"resourceType": "AWS::MSK::Channel.RecordConverter",
|
|
78194
|
+
"kind": "property",
|
|
78195
|
+
"lexicon": "aws"
|
|
78196
|
+
},
|
|
79516
78197
|
"RecordExpiration": {
|
|
79517
78198
|
"resourceType": "AWS::S3::Bucket.RecordExpiration",
|
|
79518
78199
|
"kind": "property",
|
|
79519
78200
|
"lexicon": "aws"
|
|
79520
78201
|
},
|
|
78202
|
+
"RecordSchema": {
|
|
78203
|
+
"resourceType": "AWS::MSK::Channel.RecordSchema",
|
|
78204
|
+
"kind": "property",
|
|
78205
|
+
"lexicon": "aws"
|
|
78206
|
+
},
|
|
79521
78207
|
"RecordSet": {
|
|
79522
78208
|
"resourceType": "AWS::Route53::RecordSet",
|
|
79523
78209
|
"kind": "resource",
|
|
@@ -80032,45 +78718,6 @@
|
|
|
80032
78718
|
"kind": "property",
|
|
80033
78719
|
"lexicon": "aws"
|
|
80034
78720
|
},
|
|
80035
|
-
"RecoveryPoint": {
|
|
80036
|
-
"resourceType": "AWS::RedshiftServerless::RecoveryPoint",
|
|
80037
|
-
"kind": "resource",
|
|
80038
|
-
"lexicon": "aws",
|
|
80039
|
-
"attrs": {
|
|
80040
|
-
"Arn": "Arn",
|
|
80041
|
-
"RecoveryPointId": "RecoveryPointId",
|
|
80042
|
-
"RecoveryPointCreateTime": "RecoveryPointCreateTime",
|
|
80043
|
-
"TotalSizeInMegaBytes": "TotalSizeInMegaBytes",
|
|
80044
|
-
"NamespaceArn": "NamespaceArn",
|
|
80045
|
-
"Tags": "Tags"
|
|
80046
|
-
},
|
|
80047
|
-
"propertyConstraints": {
|
|
80048
|
-
"RecoveryPointCreateTime": {
|
|
80049
|
-
"format": "date-time"
|
|
80050
|
-
},
|
|
80051
|
-
"NamespaceName": {
|
|
80052
|
-
"pattern": "^[a-z0-9-]+$",
|
|
80053
|
-
"minLength": 3,
|
|
80054
|
-
"maxLength": 64
|
|
80055
|
-
}
|
|
80056
|
-
},
|
|
80057
|
-
"createOnly": [
|
|
80058
|
-
"NamespaceName"
|
|
80059
|
-
],
|
|
80060
|
-
"primaryIdentifier": [
|
|
80061
|
-
"Arn"
|
|
80062
|
-
],
|
|
80063
|
-
"tagging": {
|
|
80064
|
-
"taggable": true,
|
|
80065
|
-
"tagOnCreate": false,
|
|
80066
|
-
"tagUpdatable": false
|
|
80067
|
-
}
|
|
80068
|
-
},
|
|
80069
|
-
"RecoveryPoint_Tag": {
|
|
80070
|
-
"resourceType": "AWS::RedshiftServerless::RecoveryPoint.Tag",
|
|
80071
|
-
"kind": "property",
|
|
80072
|
-
"lexicon": "aws"
|
|
80073
|
-
},
|
|
80074
78721
|
"RecrawlPolicy": {
|
|
80075
78722
|
"resourceType": "AWS::Glue::Crawler.RecrawlPolicy",
|
|
80076
78723
|
"kind": "property",
|
|
@@ -80798,90 +79445,6 @@
|
|
|
80798
79445
|
"kind": "property",
|
|
80799
79446
|
"lexicon": "aws"
|
|
80800
79447
|
},
|
|
80801
|
-
"Reference": {
|
|
80802
|
-
"resourceType": "AWS::Omics::Reference",
|
|
80803
|
-
"kind": "resource",
|
|
80804
|
-
"lexicon": "aws",
|
|
80805
|
-
"attrs": {
|
|
80806
|
-
"Arn": "Arn",
|
|
80807
|
-
"Id": "Id",
|
|
80808
|
-
"Md5": "Md5",
|
|
80809
|
-
"Status": "Status",
|
|
80810
|
-
"CreationTime": "CreationTime",
|
|
80811
|
-
"UpdateTime": "UpdateTime",
|
|
80812
|
-
"CreationType": "CreationType",
|
|
80813
|
-
"CreationJobId": "CreationJobId"
|
|
80814
|
-
},
|
|
80815
|
-
"propertyConstraints": {
|
|
80816
|
-
"Arn": {
|
|
80817
|
-
"pattern": "^arn:.+$",
|
|
80818
|
-
"minLength": 1,
|
|
80819
|
-
"maxLength": 127
|
|
80820
|
-
},
|
|
80821
|
-
"Id": {
|
|
80822
|
-
"pattern": "^[0-9]+$",
|
|
80823
|
-
"minLength": 10,
|
|
80824
|
-
"maxLength": 36
|
|
80825
|
-
},
|
|
80826
|
-
"ReferenceStoreId": {
|
|
80827
|
-
"pattern": "^[0-9]+$",
|
|
80828
|
-
"minLength": 10,
|
|
80829
|
-
"maxLength": 36
|
|
80830
|
-
},
|
|
80831
|
-
"Name": {
|
|
80832
|
-
"pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$",
|
|
80833
|
-
"minLength": 3,
|
|
80834
|
-
"maxLength": 255
|
|
80835
|
-
},
|
|
80836
|
-
"Description": {
|
|
80837
|
-
"pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$",
|
|
80838
|
-
"minLength": 1,
|
|
80839
|
-
"maxLength": 255
|
|
80840
|
-
},
|
|
80841
|
-
"Md5": {
|
|
80842
|
-
"pattern": "^[\\p{L}||\\p{N}]+$",
|
|
80843
|
-
"minLength": 1,
|
|
80844
|
-
"maxLength": 255
|
|
80845
|
-
},
|
|
80846
|
-
"Status": {
|
|
80847
|
-
"enum": [
|
|
80848
|
-
"ACTIVE",
|
|
80849
|
-
"DELETING",
|
|
80850
|
-
"DELETED"
|
|
80851
|
-
]
|
|
80852
|
-
},
|
|
80853
|
-
"CreationTime": {
|
|
80854
|
-
"format": "date-time"
|
|
80855
|
-
},
|
|
80856
|
-
"UpdateTime": {
|
|
80857
|
-
"format": "date-time"
|
|
80858
|
-
},
|
|
80859
|
-
"CreationType": {
|
|
80860
|
-
"enum": [
|
|
80861
|
-
"IMPORT"
|
|
80862
|
-
]
|
|
80863
|
-
},
|
|
80864
|
-
"CreationJobId": {
|
|
80865
|
-
"pattern": "^[a-zA-Z0-9]+$",
|
|
80866
|
-
"minLength": 1,
|
|
80867
|
-
"maxLength": 127
|
|
80868
|
-
}
|
|
80869
|
-
},
|
|
80870
|
-
"createOnly": [
|
|
80871
|
-
"Description",
|
|
80872
|
-
"Name",
|
|
80873
|
-
"ReferenceStoreId",
|
|
80874
|
-
"Tags"
|
|
80875
|
-
],
|
|
80876
|
-
"primaryIdentifier": [
|
|
80877
|
-
"Arn"
|
|
80878
|
-
],
|
|
80879
|
-
"tagging": {
|
|
80880
|
-
"taggable": true,
|
|
80881
|
-
"tagOnCreate": false,
|
|
80882
|
-
"tagUpdatable": false
|
|
80883
|
-
}
|
|
80884
|
-
},
|
|
80885
79448
|
"ReferenceSets": {
|
|
80886
79449
|
"resourceType": "AWS::NetworkFirewall::RuleGroup.ReferenceSets",
|
|
80887
79450
|
"kind": "property",
|
|
@@ -81237,60 +79800,6 @@
|
|
|
81237
79800
|
"kind": "property",
|
|
81238
79801
|
"lexicon": "aws"
|
|
81239
79802
|
},
|
|
81240
|
-
"Replay": {
|
|
81241
|
-
"resourceType": "AWS::Events::Replay",
|
|
81242
|
-
"kind": "resource",
|
|
81243
|
-
"lexicon": "aws",
|
|
81244
|
-
"attrs": {
|
|
81245
|
-
"ReplayArn": "ReplayArn",
|
|
81246
|
-
"State": "State",
|
|
81247
|
-
"ReplayStartTime": "ReplayStartTime"
|
|
81248
|
-
},
|
|
81249
|
-
"propertyConstraints": {
|
|
81250
|
-
"ReplayName": {
|
|
81251
|
-
"pattern": "^[\\.\\-_A-Za-z0-9]+$",
|
|
81252
|
-
"minLength": 1,
|
|
81253
|
-
"maxLength": 64
|
|
81254
|
-
},
|
|
81255
|
-
"ReplayArn": {
|
|
81256
|
-
"minLength": 1,
|
|
81257
|
-
"maxLength": 1600
|
|
81258
|
-
},
|
|
81259
|
-
"EventSourceArn": {
|
|
81260
|
-
"minLength": 1,
|
|
81261
|
-
"maxLength": 1600
|
|
81262
|
-
},
|
|
81263
|
-
"EventStartTime": {
|
|
81264
|
-
"format": "date-time"
|
|
81265
|
-
},
|
|
81266
|
-
"EventEndTime": {
|
|
81267
|
-
"format": "date-time"
|
|
81268
|
-
},
|
|
81269
|
-
"State": {
|
|
81270
|
-
"enum": [
|
|
81271
|
-
"STARTING",
|
|
81272
|
-
"RUNNING",
|
|
81273
|
-
"CANCELLING",
|
|
81274
|
-
"COMPLETED",
|
|
81275
|
-
"CANCELLED",
|
|
81276
|
-
"FAILED"
|
|
81277
|
-
]
|
|
81278
|
-
},
|
|
81279
|
-
"ReplayStartTime": {
|
|
81280
|
-
"format": "date-time"
|
|
81281
|
-
}
|
|
81282
|
-
},
|
|
81283
|
-
"createOnly": [
|
|
81284
|
-
"Destination",
|
|
81285
|
-
"EventEndTime",
|
|
81286
|
-
"EventSourceArn",
|
|
81287
|
-
"EventStartTime",
|
|
81288
|
-
"ReplayName"
|
|
81289
|
-
],
|
|
81290
|
-
"primaryIdentifier": [
|
|
81291
|
-
"ReplayArn"
|
|
81292
|
-
]
|
|
81293
|
-
},
|
|
81294
79803
|
"ReplicaGlobalSecondaryIndexSpecification": {
|
|
81295
79804
|
"resourceType": "AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification",
|
|
81296
79805
|
"kind": "property",
|
|
@@ -81847,64 +80356,6 @@
|
|
|
81847
80356
|
"kind": "property",
|
|
81848
80357
|
"lexicon": "aws"
|
|
81849
80358
|
},
|
|
81850
|
-
"Report": {
|
|
81851
|
-
"resourceType": "AWS::Artifact::Report",
|
|
81852
|
-
"kind": "resource",
|
|
81853
|
-
"lexicon": "aws",
|
|
81854
|
-
"attrs": {
|
|
81855
|
-
"Arn": "Arn",
|
|
81856
|
-
"ReportId": "ReportId",
|
|
81857
|
-
"Name": "Name",
|
|
81858
|
-
"Description": "Description",
|
|
81859
|
-
"PeriodStart": "PeriodStart",
|
|
81860
|
-
"PeriodEnd": "PeriodEnd",
|
|
81861
|
-
"CreatedAt": "CreatedAt",
|
|
81862
|
-
"State": "State",
|
|
81863
|
-
"Series": "Series",
|
|
81864
|
-
"Category": "Category",
|
|
81865
|
-
"CompanyName": "CompanyName",
|
|
81866
|
-
"ProductName": "ProductName",
|
|
81867
|
-
"TermArn": "TermArn",
|
|
81868
|
-
"Version": "Version",
|
|
81869
|
-
"AcceptanceType": "AcceptanceType",
|
|
81870
|
-
"SequenceNumber": "SequenceNumber"
|
|
81871
|
-
},
|
|
81872
|
-
"propertyConstraints": {
|
|
81873
|
-
"ReportId": {
|
|
81874
|
-
"pattern": "^report-[a-zA-Z0-9]{16}$"
|
|
81875
|
-
},
|
|
81876
|
-
"PeriodStart": {
|
|
81877
|
-
"format": "date-time"
|
|
81878
|
-
},
|
|
81879
|
-
"PeriodEnd": {
|
|
81880
|
-
"format": "date-time"
|
|
81881
|
-
},
|
|
81882
|
-
"CreatedAt": {
|
|
81883
|
-
"format": "date-time"
|
|
81884
|
-
},
|
|
81885
|
-
"State": {
|
|
81886
|
-
"enum": [
|
|
81887
|
-
"PUBLISHED",
|
|
81888
|
-
"UNPUBLISHED"
|
|
81889
|
-
]
|
|
81890
|
-
},
|
|
81891
|
-
"Version": {
|
|
81892
|
-
"pattern": "^[0-9]+$"
|
|
81893
|
-
},
|
|
81894
|
-
"AcceptanceType": {
|
|
81895
|
-
"enum": [
|
|
81896
|
-
"PASSTHROUGH",
|
|
81897
|
-
"EXPLICIT"
|
|
81898
|
-
]
|
|
81899
|
-
},
|
|
81900
|
-
"SequenceNumber": {
|
|
81901
|
-
"minimum": 1
|
|
81902
|
-
}
|
|
81903
|
-
},
|
|
81904
|
-
"primaryIdentifier": [
|
|
81905
|
-
"Arn"
|
|
81906
|
-
]
|
|
81907
|
-
},
|
|
81908
80359
|
"ReportConfiguration": {
|
|
81909
80360
|
"resourceType": "AWS::ARCRegionSwitch::Plan.ReportConfiguration",
|
|
81910
80361
|
"kind": "property",
|
|
@@ -82343,102 +80794,11 @@
|
|
|
82343
80794
|
"kind": "property",
|
|
82344
80795
|
"lexicon": "aws"
|
|
82345
80796
|
},
|
|
82346
|
-
"ReservationResourceSpecification": {
|
|
82347
|
-
"resourceType": "AWS::MediaLive::Offering.ReservationResourceSpecification",
|
|
82348
|
-
"kind": "property",
|
|
82349
|
-
"lexicon": "aws"
|
|
82350
|
-
},
|
|
82351
|
-
"ReservedCacheNode": {
|
|
82352
|
-
"resourceType": "AWS::ElastiCache::ReservedCacheNode",
|
|
82353
|
-
"kind": "resource",
|
|
82354
|
-
"lexicon": "aws",
|
|
82355
|
-
"attrs": {
|
|
82356
|
-
"ReservationARN": "ReservationARN",
|
|
82357
|
-
"ReservedCacheNodeId": "ReservedCacheNodeId",
|
|
82358
|
-
"ReservedCacheNodesOfferingId": "ReservedCacheNodesOfferingId",
|
|
82359
|
-
"CacheNodeType": "CacheNodeType",
|
|
82360
|
-
"StartTime": "StartTime",
|
|
82361
|
-
"Duration": "Duration",
|
|
82362
|
-
"FixedPrice": "FixedPrice",
|
|
82363
|
-
"UsagePrice": "UsagePrice",
|
|
82364
|
-
"CacheNodeCount": "CacheNodeCount",
|
|
82365
|
-
"ProductDescription": "ProductDescription",
|
|
82366
|
-
"OfferingType": "OfferingType",
|
|
82367
|
-
"State": "State",
|
|
82368
|
-
"RecurringCharges": "RecurringCharges",
|
|
82369
|
-
"Tags": "Tags"
|
|
82370
|
-
},
|
|
82371
|
-
"propertyConstraints": {
|
|
82372
|
-
"StartTime": {
|
|
82373
|
-
"format": "date-time"
|
|
82374
|
-
}
|
|
82375
|
-
},
|
|
82376
|
-
"primaryIdentifier": [
|
|
82377
|
-
"ReservationARN"
|
|
82378
|
-
],
|
|
82379
|
-
"tagging": {
|
|
82380
|
-
"taggable": true,
|
|
82381
|
-
"tagOnCreate": false,
|
|
82382
|
-
"tagUpdatable": false
|
|
82383
|
-
}
|
|
82384
|
-
},
|
|
82385
|
-
"ReservedCacheNode_RecurringCharge": {
|
|
82386
|
-
"resourceType": "AWS::ElastiCache::ReservedCacheNode.RecurringCharge",
|
|
82387
|
-
"kind": "property",
|
|
82388
|
-
"lexicon": "aws"
|
|
82389
|
-
},
|
|
82390
|
-
"ReservedCacheNode_Tag": {
|
|
82391
|
-
"resourceType": "AWS::ElastiCache::ReservedCacheNode.Tag",
|
|
82392
|
-
"kind": "property",
|
|
82393
|
-
"lexicon": "aws"
|
|
82394
|
-
},
|
|
82395
80797
|
"ReservedCapacityOptionsRequest": {
|
|
82396
80798
|
"resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
|
|
82397
80799
|
"kind": "property",
|
|
82398
80800
|
"lexicon": "aws"
|
|
82399
80801
|
},
|
|
82400
|
-
"ReservedNode": {
|
|
82401
|
-
"resourceType": "AWS::MemoryDB::ReservedNode",
|
|
82402
|
-
"kind": "resource",
|
|
82403
|
-
"lexicon": "aws",
|
|
82404
|
-
"attrs": {
|
|
82405
|
-
"Arn": "Arn",
|
|
82406
|
-
"ReservationId": "ReservationId",
|
|
82407
|
-
"ReservedNodesOfferingId": "ReservedNodesOfferingId",
|
|
82408
|
-
"NodeType": "NodeType",
|
|
82409
|
-
"Duration": "Duration",
|
|
82410
|
-
"FixedPrice": "FixedPrice",
|
|
82411
|
-
"NodeCount": "NodeCount",
|
|
82412
|
-
"OfferingType": "OfferingType",
|
|
82413
|
-
"State": "State",
|
|
82414
|
-
"StartTime": "StartTime",
|
|
82415
|
-
"RecurringCharges": "RecurringCharges",
|
|
82416
|
-
"Tags": "Tags"
|
|
82417
|
-
},
|
|
82418
|
-
"propertyConstraints": {
|
|
82419
|
-
"StartTime": {
|
|
82420
|
-
"format": "date-time"
|
|
82421
|
-
}
|
|
82422
|
-
},
|
|
82423
|
-
"primaryIdentifier": [
|
|
82424
|
-
"Arn"
|
|
82425
|
-
],
|
|
82426
|
-
"tagging": {
|
|
82427
|
-
"taggable": true,
|
|
82428
|
-
"tagOnCreate": false,
|
|
82429
|
-
"tagUpdatable": false
|
|
82430
|
-
}
|
|
82431
|
-
},
|
|
82432
|
-
"ReservedNode_RecurringCharge": {
|
|
82433
|
-
"resourceType": "AWS::MemoryDB::ReservedNode.RecurringCharge",
|
|
82434
|
-
"kind": "property",
|
|
82435
|
-
"lexicon": "aws"
|
|
82436
|
-
},
|
|
82437
|
-
"ReservedNode_Tag": {
|
|
82438
|
-
"resourceType": "AWS::MemoryDB::ReservedNode.Tag",
|
|
82439
|
-
"kind": "property",
|
|
82440
|
-
"lexicon": "aws"
|
|
82441
|
-
},
|
|
82442
80802
|
"ReshardingConfiguration": {
|
|
82443
80803
|
"resourceType": "AWS::ElastiCache::GlobalReplicationGroup.ReshardingConfiguration",
|
|
82444
80804
|
"kind": "property",
|
|
@@ -83730,47 +82090,6 @@
|
|
|
83730
82090
|
"kind": "property",
|
|
83731
82091
|
"lexicon": "aws"
|
|
83732
82092
|
},
|
|
83733
|
-
"ResourceScan": {
|
|
83734
|
-
"resourceType": "AWS::CloudFormation::ResourceScan",
|
|
83735
|
-
"kind": "resource",
|
|
83736
|
-
"lexicon": "aws",
|
|
83737
|
-
"attrs": {
|
|
83738
|
-
"ResourceScanId": "ResourceScanId",
|
|
83739
|
-
"ScanId": "ScanId",
|
|
83740
|
-
"Status": "Status",
|
|
83741
|
-
"StartTime": "StartTime",
|
|
83742
|
-
"PercentageCompleted": "PercentageCompleted"
|
|
83743
|
-
},
|
|
83744
|
-
"propertyConstraints": {
|
|
83745
|
-
"Status": {
|
|
83746
|
-
"enum": [
|
|
83747
|
-
"IN_PROGRESS",
|
|
83748
|
-
"FAILED",
|
|
83749
|
-
"COMPLETE",
|
|
83750
|
-
"EXPIRED"
|
|
83751
|
-
]
|
|
83752
|
-
},
|
|
83753
|
-
"StartTime": {
|
|
83754
|
-
"format": "date-time"
|
|
83755
|
-
}
|
|
83756
|
-
},
|
|
83757
|
-
"createOnly": [
|
|
83758
|
-
"ScanFilters"
|
|
83759
|
-
],
|
|
83760
|
-
"primaryIdentifier": [
|
|
83761
|
-
"ResourceScanId"
|
|
83762
|
-
]
|
|
83763
|
-
},
|
|
83764
|
-
"ResourceScan_ScanFilter": {
|
|
83765
|
-
"resourceType": "AWS::CloudFormation::ResourceScan.ScanFilter",
|
|
83766
|
-
"kind": "property",
|
|
83767
|
-
"lexicon": "aws"
|
|
83768
|
-
},
|
|
83769
|
-
"ResourceServerConfig": {
|
|
83770
|
-
"resourceType": "AWS::SSO::ApplicationProvider.ResourceServerConfig",
|
|
83771
|
-
"kind": "property",
|
|
83772
|
-
"lexicon": "aws"
|
|
83773
|
-
},
|
|
83774
82093
|
"ResourceServerScopeType": {
|
|
83775
82094
|
"resourceType": "AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType",
|
|
83776
82095
|
"kind": "property",
|
|
@@ -85757,6 +84076,11 @@
|
|
|
85757
84076
|
"RoutingControlArn"
|
|
85758
84077
|
]
|
|
85759
84078
|
},
|
|
84079
|
+
"RoutingCriteria": {
|
|
84080
|
+
"resourceType": "AWS::Bedrock::IntelligentPromptRouter.RoutingCriteria",
|
|
84081
|
+
"kind": "property",
|
|
84082
|
+
"lexicon": "aws"
|
|
84083
|
+
},
|
|
85760
84084
|
"RoutingProfile": {
|
|
85761
84085
|
"resourceType": "AWS::Connect::RoutingProfile",
|
|
85762
84086
|
"kind": "resource",
|
|
@@ -86824,11 +85148,6 @@
|
|
|
86824
85148
|
"kind": "property",
|
|
86825
85149
|
"lexicon": "aws"
|
|
86826
85150
|
},
|
|
86827
|
-
"S3LogDestination": {
|
|
86828
|
-
"resourceType": "AWS::Pipes::Pipe.S3LogDestination",
|
|
86829
|
-
"kind": "property",
|
|
86830
|
-
"lexicon": "aws"
|
|
86831
|
-
},
|
|
86832
85151
|
"S3LoggingConfiguration": {
|
|
86833
85152
|
"resourceType": "AWS::Athena::WorkGroup.S3LoggingConfiguration",
|
|
86834
85153
|
"kind": "property",
|
|
@@ -87144,8 +85463,8 @@
|
|
|
87144
85463
|
"kind": "property",
|
|
87145
85464
|
"lexicon": "aws"
|
|
87146
85465
|
},
|
|
87147
|
-
"
|
|
87148
|
-
"resourceType": "AWS::
|
|
85466
|
+
"S3Source": {
|
|
85467
|
+
"resourceType": "AWS::BedrockAgentCore::Dataset.S3Source",
|
|
87149
85468
|
"kind": "property",
|
|
87150
85469
|
"lexicon": "aws"
|
|
87151
85470
|
},
|
|
@@ -87154,6 +85473,11 @@
|
|
|
87154
85473
|
"kind": "property",
|
|
87155
85474
|
"lexicon": "aws"
|
|
87156
85475
|
},
|
|
85476
|
+
"S3Storage": {
|
|
85477
|
+
"resourceType": "AWS::MSK::Channel.S3Storage",
|
|
85478
|
+
"kind": "property",
|
|
85479
|
+
"lexicon": "aws"
|
|
85480
|
+
},
|
|
87157
85481
|
"S3StorageConfiguration": {
|
|
87158
85482
|
"resourceType": "AWS::IVS::StorageConfiguration.S3StorageConfiguration",
|
|
87159
85483
|
"kind": "property",
|
|
@@ -88082,64 +86406,6 @@
|
|
|
88082
86406
|
"ResourceArn"
|
|
88083
86407
|
]
|
|
88084
86408
|
},
|
|
88085
|
-
"SSMSession": {
|
|
88086
|
-
"resourceType": "AWS::SSM::Session",
|
|
88087
|
-
"kind": "resource",
|
|
88088
|
-
"lexicon": "aws",
|
|
88089
|
-
"attrs": {
|
|
88090
|
-
"Arn": "Arn",
|
|
88091
|
-
"SessionId": "SessionId",
|
|
88092
|
-
"Status": "Status",
|
|
88093
|
-
"StartDate": "StartDate",
|
|
88094
|
-
"Owner": "Owner",
|
|
88095
|
-
"AccessType": "AccessType"
|
|
88096
|
-
},
|
|
88097
|
-
"propertyConstraints": {
|
|
88098
|
-
"SessionId": {
|
|
88099
|
-
"minLength": 1,
|
|
88100
|
-
"maxLength": 96
|
|
88101
|
-
},
|
|
88102
|
-
"Target": {
|
|
88103
|
-
"minLength": 1,
|
|
88104
|
-
"maxLength": 400
|
|
88105
|
-
},
|
|
88106
|
-
"Status": {
|
|
88107
|
-
"enum": [
|
|
88108
|
-
"Connected",
|
|
88109
|
-
"Connecting",
|
|
88110
|
-
"Disconnected",
|
|
88111
|
-
"Terminated",
|
|
88112
|
-
"Terminating",
|
|
88113
|
-
"Failed"
|
|
88114
|
-
]
|
|
88115
|
-
},
|
|
88116
|
-
"StartDate": {
|
|
88117
|
-
"format": "date-time"
|
|
88118
|
-
},
|
|
88119
|
-
"Reason": {
|
|
88120
|
-
"pattern": "^.{1,256}$",
|
|
88121
|
-
"minLength": 1,
|
|
88122
|
-
"maxLength": 256
|
|
88123
|
-
},
|
|
88124
|
-
"Owner": {
|
|
88125
|
-
"minLength": 1,
|
|
88126
|
-
"maxLength": 256
|
|
88127
|
-
},
|
|
88128
|
-
"AccessType": {
|
|
88129
|
-
"enum": [
|
|
88130
|
-
"Standard",
|
|
88131
|
-
"JustInTime"
|
|
88132
|
-
]
|
|
88133
|
-
}
|
|
88134
|
-
},
|
|
88135
|
-
"createOnly": [
|
|
88136
|
-
"Reason",
|
|
88137
|
-
"Target"
|
|
88138
|
-
],
|
|
88139
|
-
"primaryIdentifier": [
|
|
88140
|
-
"Arn"
|
|
88141
|
-
]
|
|
88142
|
-
},
|
|
88143
86409
|
"SSOApplication": {
|
|
88144
86410
|
"resourceType": "AWS::SSO::Application",
|
|
88145
86411
|
"kind": "resource",
|
|
@@ -88266,40 +86532,6 @@
|
|
|
88266
86532
|
"kind": "property",
|
|
88267
86533
|
"lexicon": "aws"
|
|
88268
86534
|
},
|
|
88269
|
-
"SafetyLever": {
|
|
88270
|
-
"resourceType": "AWS::FIS::SafetyLever",
|
|
88271
|
-
"kind": "resource",
|
|
88272
|
-
"lexicon": "aws",
|
|
88273
|
-
"attrs": {
|
|
88274
|
-
"Arn": "Arn",
|
|
88275
|
-
"Status": "Status",
|
|
88276
|
-
"Reason": "Reason"
|
|
88277
|
-
},
|
|
88278
|
-
"propertyConstraints": {
|
|
88279
|
-
"Id": {
|
|
88280
|
-
"pattern": "^[\\S]+$",
|
|
88281
|
-
"maxLength": 64
|
|
88282
|
-
},
|
|
88283
|
-
"Arn": {
|
|
88284
|
-
"pattern": "^[\\S]+$",
|
|
88285
|
-
"minLength": 20,
|
|
88286
|
-
"maxLength": 2048
|
|
88287
|
-
},
|
|
88288
|
-
"Status": {
|
|
88289
|
-
"enum": [
|
|
88290
|
-
"disengaged",
|
|
88291
|
-
"engaged",
|
|
88292
|
-
"engaging"
|
|
88293
|
-
]
|
|
88294
|
-
}
|
|
88295
|
-
},
|
|
88296
|
-
"createOnly": [
|
|
88297
|
-
"Id"
|
|
88298
|
-
],
|
|
88299
|
-
"primaryIdentifier": [
|
|
88300
|
-
"Arn"
|
|
88301
|
-
]
|
|
88302
|
-
},
|
|
88303
86535
|
"SafetyRule": {
|
|
88304
86536
|
"resourceType": "AWS::Route53RecoveryControl::SafetyRule",
|
|
88305
86537
|
"kind": "resource",
|
|
@@ -89171,6 +87403,124 @@
|
|
|
89171
87403
|
"kind": "property",
|
|
89172
87404
|
"lexicon": "aws"
|
|
89173
87405
|
},
|
|
87406
|
+
"SageMakerSpace": {
|
|
87407
|
+
"resourceType": "AWS::SageMaker::Space",
|
|
87408
|
+
"kind": "resource",
|
|
87409
|
+
"lexicon": "aws",
|
|
87410
|
+
"attrs": {
|
|
87411
|
+
"SpaceArn": "SpaceArn",
|
|
87412
|
+
"Url": "Url"
|
|
87413
|
+
},
|
|
87414
|
+
"propertyConstraints": {
|
|
87415
|
+
"SpaceArn": {
|
|
87416
|
+
"pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*",
|
|
87417
|
+
"maxLength": 256
|
|
87418
|
+
},
|
|
87419
|
+
"DomainId": {
|
|
87420
|
+
"minLength": 1,
|
|
87421
|
+
"maxLength": 63
|
|
87422
|
+
},
|
|
87423
|
+
"SpaceName": {
|
|
87424
|
+
"minLength": 1,
|
|
87425
|
+
"maxLength": 63
|
|
87426
|
+
},
|
|
87427
|
+
"SpaceDisplayName": {
|
|
87428
|
+
"pattern": "^(?!\\s*$).+",
|
|
87429
|
+
"maxLength": 64
|
|
87430
|
+
},
|
|
87431
|
+
"Url": {
|
|
87432
|
+
"maxLength": 1024
|
|
87433
|
+
}
|
|
87434
|
+
},
|
|
87435
|
+
"createOnly": [
|
|
87436
|
+
"DomainId",
|
|
87437
|
+
"SpaceName",
|
|
87438
|
+
"SpaceSharingSettings",
|
|
87439
|
+
"OwnershipSettings"
|
|
87440
|
+
],
|
|
87441
|
+
"writeOnly": [
|
|
87442
|
+
"SpaceSettings"
|
|
87443
|
+
],
|
|
87444
|
+
"primaryIdentifier": [
|
|
87445
|
+
"DomainId",
|
|
87446
|
+
"SpaceName"
|
|
87447
|
+
],
|
|
87448
|
+
"tagging": {
|
|
87449
|
+
"taggable": true,
|
|
87450
|
+
"tagOnCreate": true,
|
|
87451
|
+
"tagUpdatable": true
|
|
87452
|
+
}
|
|
87453
|
+
},
|
|
87454
|
+
"SageMakerSpace_CodeRepository": {
|
|
87455
|
+
"resourceType": "AWS::SageMaker::Space.CodeRepository",
|
|
87456
|
+
"kind": "property",
|
|
87457
|
+
"lexicon": "aws"
|
|
87458
|
+
},
|
|
87459
|
+
"SageMakerSpace_CustomImage": {
|
|
87460
|
+
"resourceType": "AWS::SageMaker::Space.CustomImage",
|
|
87461
|
+
"kind": "property",
|
|
87462
|
+
"lexicon": "aws"
|
|
87463
|
+
},
|
|
87464
|
+
"SageMakerSpace_EbsStorageSettings": {
|
|
87465
|
+
"resourceType": "AWS::SageMaker::Space.EbsStorageSettings",
|
|
87466
|
+
"kind": "property",
|
|
87467
|
+
"lexicon": "aws"
|
|
87468
|
+
},
|
|
87469
|
+
"SageMakerSpace_JupyterServerAppSettings": {
|
|
87470
|
+
"resourceType": "AWS::SageMaker::Space.JupyterServerAppSettings",
|
|
87471
|
+
"kind": "property",
|
|
87472
|
+
"lexicon": "aws"
|
|
87473
|
+
},
|
|
87474
|
+
"SageMakerSpace_KernelGatewayAppSettings": {
|
|
87475
|
+
"resourceType": "AWS::SageMaker::Space.KernelGatewayAppSettings",
|
|
87476
|
+
"kind": "property",
|
|
87477
|
+
"lexicon": "aws"
|
|
87478
|
+
},
|
|
87479
|
+
"SageMakerSpace_OwnershipSettings": {
|
|
87480
|
+
"resourceType": "AWS::SageMaker::Space.OwnershipSettings",
|
|
87481
|
+
"kind": "property",
|
|
87482
|
+
"lexicon": "aws"
|
|
87483
|
+
},
|
|
87484
|
+
"SageMakerSpace_ResourceSpec": {
|
|
87485
|
+
"resourceType": "AWS::SageMaker::Space.ResourceSpec",
|
|
87486
|
+
"kind": "property",
|
|
87487
|
+
"lexicon": "aws"
|
|
87488
|
+
},
|
|
87489
|
+
"SageMakerSpace_SpaceAppLifecycleManagement": {
|
|
87490
|
+
"resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
|
|
87491
|
+
"kind": "property",
|
|
87492
|
+
"lexicon": "aws"
|
|
87493
|
+
},
|
|
87494
|
+
"SageMakerSpace_SpaceCodeEditorAppSettings": {
|
|
87495
|
+
"resourceType": "AWS::SageMaker::Space.SpaceCodeEditorAppSettings",
|
|
87496
|
+
"kind": "property",
|
|
87497
|
+
"lexicon": "aws"
|
|
87498
|
+
},
|
|
87499
|
+
"SageMakerSpace_SpaceJupyterLabAppSettings": {
|
|
87500
|
+
"resourceType": "AWS::SageMaker::Space.SpaceJupyterLabAppSettings",
|
|
87501
|
+
"kind": "property",
|
|
87502
|
+
"lexicon": "aws"
|
|
87503
|
+
},
|
|
87504
|
+
"SageMakerSpace_SpaceSettings": {
|
|
87505
|
+
"resourceType": "AWS::SageMaker::Space.SpaceSettings",
|
|
87506
|
+
"kind": "property",
|
|
87507
|
+
"lexicon": "aws"
|
|
87508
|
+
},
|
|
87509
|
+
"SageMakerSpace_SpaceSharingSettings": {
|
|
87510
|
+
"resourceType": "AWS::SageMaker::Space.SpaceSharingSettings",
|
|
87511
|
+
"kind": "property",
|
|
87512
|
+
"lexicon": "aws"
|
|
87513
|
+
},
|
|
87514
|
+
"SageMakerSpace_SpaceStorageSettings": {
|
|
87515
|
+
"resourceType": "AWS::SageMaker::Space.SpaceStorageSettings",
|
|
87516
|
+
"kind": "property",
|
|
87517
|
+
"lexicon": "aws"
|
|
87518
|
+
},
|
|
87519
|
+
"SageMakerSpace_Tag": {
|
|
87520
|
+
"resourceType": "AWS::SageMaker::Space.Tag",
|
|
87521
|
+
"kind": "property",
|
|
87522
|
+
"lexicon": "aws"
|
|
87523
|
+
},
|
|
89174
87524
|
"SageMakerUserProfile": {
|
|
89175
87525
|
"resourceType": "AWS::SageMaker::UserProfile",
|
|
89176
87526
|
"kind": "resource",
|
|
@@ -89202,19 +87552,20 @@
|
|
|
89202
87552
|
"createOnly": [
|
|
89203
87553
|
"DomainId",
|
|
89204
87554
|
"UserProfileName",
|
|
87555
|
+
"UserSettings/RStudioServerProAppSettings/AccessStatus",
|
|
89205
87556
|
"SingleSignOnUserIdentifier",
|
|
89206
87557
|
"SingleSignOnUserValue",
|
|
89207
|
-
"UserSettings/RStudioServerProAppSettings/
|
|
89208
|
-
"UserSettings/RStudioServerProAppSettings/UserGroup",
|
|
89209
|
-
"Tags"
|
|
89210
|
-
],
|
|
89211
|
-
"writeOnly": [
|
|
89212
|
-
"Tags"
|
|
87558
|
+
"UserSettings/RStudioServerProAppSettings/UserGroup"
|
|
89213
87559
|
],
|
|
89214
87560
|
"primaryIdentifier": [
|
|
89215
87561
|
"UserProfileName",
|
|
89216
87562
|
"DomainId"
|
|
89217
|
-
]
|
|
87563
|
+
],
|
|
87564
|
+
"tagging": {
|
|
87565
|
+
"taggable": true,
|
|
87566
|
+
"tagOnCreate": true,
|
|
87567
|
+
"tagUpdatable": true
|
|
87568
|
+
}
|
|
89218
87569
|
},
|
|
89219
87570
|
"SageMakerUserProfile_AppLifecycleManagement": {
|
|
89220
87571
|
"resourceType": "AWS::SageMaker::UserProfile.AppLifecycleManagement",
|
|
@@ -89261,6 +87612,11 @@
|
|
|
89261
87612
|
"kind": "property",
|
|
89262
87613
|
"lexicon": "aws"
|
|
89263
87614
|
},
|
|
87615
|
+
"SageMakerUserProfile_EmrSettings": {
|
|
87616
|
+
"resourceType": "AWS::SageMaker::UserProfile.EmrSettings",
|
|
87617
|
+
"kind": "property",
|
|
87618
|
+
"lexicon": "aws"
|
|
87619
|
+
},
|
|
89264
87620
|
"SageMakerUserProfile_FSxLustreFileSystemConfig": {
|
|
89265
87621
|
"resourceType": "AWS::SageMaker::UserProfile.FSxLustreFileSystemConfig",
|
|
89266
87622
|
"kind": "property",
|
|
@@ -89470,48 +87826,6 @@
|
|
|
89470
87826
|
"kind": "property",
|
|
89471
87827
|
"lexicon": "aws"
|
|
89472
87828
|
},
|
|
89473
|
-
"Sandbox": {
|
|
89474
|
-
"resourceType": "AWS::CodeBuild::Sandbox",
|
|
89475
|
-
"kind": "resource",
|
|
89476
|
-
"lexicon": "aws",
|
|
89477
|
-
"attrs": {
|
|
89478
|
-
"Arn": "Arn",
|
|
89479
|
-
"Id": "Id",
|
|
89480
|
-
"Status": "Status",
|
|
89481
|
-
"RequestTime": "RequestTime",
|
|
89482
|
-
"StartTime": "StartTime",
|
|
89483
|
-
"EncryptionKey": "EncryptionKey",
|
|
89484
|
-
"ServiceRole": "ServiceRole",
|
|
89485
|
-
"TimeoutInMinutes": "TimeoutInMinutes",
|
|
89486
|
-
"QueuedTimeoutInMinutes": "QueuedTimeoutInMinutes"
|
|
89487
|
-
},
|
|
89488
|
-
"propertyConstraints": {
|
|
89489
|
-
"Id": {
|
|
89490
|
-
"minLength": 1
|
|
89491
|
-
},
|
|
89492
|
-
"ProjectName": {
|
|
89493
|
-
"minLength": 1
|
|
89494
|
-
},
|
|
89495
|
-
"RequestTime": {
|
|
89496
|
-
"format": "date-time"
|
|
89497
|
-
},
|
|
89498
|
-
"StartTime": {
|
|
89499
|
-
"format": "date-time"
|
|
89500
|
-
},
|
|
89501
|
-
"EncryptionKey": {
|
|
89502
|
-
"minLength": 1
|
|
89503
|
-
},
|
|
89504
|
-
"ServiceRole": {
|
|
89505
|
-
"minLength": 1
|
|
89506
|
-
}
|
|
89507
|
-
},
|
|
89508
|
-
"createOnly": [
|
|
89509
|
-
"ProjectName"
|
|
89510
|
-
],
|
|
89511
|
-
"primaryIdentifier": [
|
|
89512
|
-
"Arn"
|
|
89513
|
-
]
|
|
89514
|
-
},
|
|
89515
87829
|
"Sbom": {
|
|
89516
87830
|
"resourceType": "AWS::IoT::SoftwarePackageVersion.Sbom",
|
|
89517
87831
|
"kind": "property",
|
|
@@ -89676,11 +87990,6 @@
|
|
|
89676
87990
|
"kind": "property",
|
|
89677
87991
|
"lexicon": "aws"
|
|
89678
87992
|
},
|
|
89679
|
-
"ScanFilter": {
|
|
89680
|
-
"resourceType": "AWS::CloudFormation::ResourceScan.ScanFilter",
|
|
89681
|
-
"kind": "property",
|
|
89682
|
-
"lexicon": "aws"
|
|
89683
|
-
},
|
|
89684
87993
|
"ScanSettingResourceType": {
|
|
89685
87994
|
"resourceType": "AWS::Backup::BackupPlan.ScanSettingResourceType",
|
|
89686
87995
|
"kind": "property",
|
|
@@ -90045,6 +88354,11 @@
|
|
|
90045
88354
|
"kind": "property",
|
|
90046
88355
|
"lexicon": "aws"
|
|
90047
88356
|
},
|
|
88357
|
+
"SchemaEvolution": {
|
|
88358
|
+
"resourceType": "AWS::MSK::Channel.SchemaEvolution",
|
|
88359
|
+
"kind": "property",
|
|
88360
|
+
"lexicon": "aws"
|
|
88361
|
+
},
|
|
90048
88362
|
"SchemaEvolutionConfiguration": {
|
|
90049
88363
|
"resourceType": "AWS::KinesisFirehose::DeliveryStream.SchemaEvolutionConfiguration",
|
|
90050
88364
|
"kind": "property",
|
|
@@ -90399,57 +88713,6 @@
|
|
|
90399
88713
|
"kind": "property",
|
|
90400
88714
|
"lexicon": "aws"
|
|
90401
88715
|
},
|
|
90402
|
-
"SearchJob": {
|
|
90403
|
-
"resourceType": "AWS::BackupSearch::SearchJob",
|
|
90404
|
-
"kind": "resource",
|
|
90405
|
-
"lexicon": "aws",
|
|
90406
|
-
"attrs": {
|
|
90407
|
-
"SearchJobArn": "SearchJobArn",
|
|
90408
|
-
"SearchJobIdentifier": "SearchJobIdentifier",
|
|
90409
|
-
"CreationTime": "CreationTime",
|
|
90410
|
-
"Status": "Status"
|
|
90411
|
-
},
|
|
90412
|
-
"propertyConstraints": {
|
|
90413
|
-
"Name": {
|
|
90414
|
-
"maxLength": 500
|
|
90415
|
-
},
|
|
90416
|
-
"CreationTime": {
|
|
90417
|
-
"format": "date-time"
|
|
90418
|
-
},
|
|
90419
|
-
"Status": {
|
|
90420
|
-
"enum": [
|
|
90421
|
-
"RUNNING",
|
|
90422
|
-
"COMPLETED",
|
|
90423
|
-
"STOPPING",
|
|
90424
|
-
"STOPPED",
|
|
90425
|
-
"FAILED"
|
|
90426
|
-
]
|
|
90427
|
-
}
|
|
90428
|
-
},
|
|
90429
|
-
"createOnly": [
|
|
90430
|
-
"Name",
|
|
90431
|
-
"SearchScope",
|
|
90432
|
-
"Tags"
|
|
90433
|
-
],
|
|
90434
|
-
"primaryIdentifier": [
|
|
90435
|
-
"SearchJobArn"
|
|
90436
|
-
],
|
|
90437
|
-
"tagging": {
|
|
90438
|
-
"taggable": true,
|
|
90439
|
-
"tagOnCreate": false,
|
|
90440
|
-
"tagUpdatable": false
|
|
90441
|
-
}
|
|
90442
|
-
},
|
|
90443
|
-
"SearchJob_SearchScope": {
|
|
90444
|
-
"resourceType": "AWS::BackupSearch::SearchJob.SearchScope",
|
|
90445
|
-
"kind": "property",
|
|
90446
|
-
"lexicon": "aws"
|
|
90447
|
-
},
|
|
90448
|
-
"SearchScope": {
|
|
90449
|
-
"resourceType": "AWS::BackupSearch::SearchJob.SearchScope",
|
|
90450
|
-
"kind": "property",
|
|
90451
|
-
"lexicon": "aws"
|
|
90452
|
-
},
|
|
90453
88716
|
"Secondary": {
|
|
90454
88717
|
"resourceType": "AWS::Events::Endpoint.Secondary",
|
|
90455
88718
|
"kind": "property",
|
|
@@ -92945,6 +91208,42 @@
|
|
|
92945
91208
|
"kind": "property",
|
|
92946
91209
|
"lexicon": "aws"
|
|
92947
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
|
+
},
|
|
92948
91247
|
"SessionConfig": {
|
|
92949
91248
|
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig",
|
|
92950
91249
|
"kind": "property",
|
|
@@ -93336,11 +91635,6 @@
|
|
|
93336
91635
|
"kind": "property",
|
|
93337
91636
|
"lexicon": "aws"
|
|
93338
91637
|
},
|
|
93339
|
-
"SignedObject": {
|
|
93340
|
-
"resourceType": "AWS::Signer::SigningJob.SignedObject",
|
|
93341
|
-
"kind": "property",
|
|
93342
|
-
"lexicon": "aws"
|
|
93343
|
-
},
|
|
93344
91638
|
"SigningConfiguration": {
|
|
93345
91639
|
"resourceType": "AWS::ECR::SigningConfiguration",
|
|
93346
91640
|
"kind": "resource",
|
|
@@ -93367,91 +91661,6 @@
|
|
|
93367
91661
|
"kind": "property",
|
|
93368
91662
|
"lexicon": "aws"
|
|
93369
91663
|
},
|
|
93370
|
-
"SigningJob": {
|
|
93371
|
-
"resourceType": "AWS::Signer::SigningJob",
|
|
93372
|
-
"kind": "resource",
|
|
93373
|
-
"lexicon": "aws",
|
|
93374
|
-
"attrs": {
|
|
93375
|
-
"Arn": "Arn",
|
|
93376
|
-
"JobId": "JobId",
|
|
93377
|
-
"Source": "Source",
|
|
93378
|
-
"Status": "Status",
|
|
93379
|
-
"CreatedAt": "CreatedAt",
|
|
93380
|
-
"CompletedAt": "CompletedAt",
|
|
93381
|
-
"SignatureExpiresAt": "SignatureExpiresAt",
|
|
93382
|
-
"RequestedBy": "RequestedBy",
|
|
93383
|
-
"JobOwner": "JobOwner",
|
|
93384
|
-
"JobInvoker": "JobInvoker",
|
|
93385
|
-
"SignedObject": "SignedObject",
|
|
93386
|
-
"PlatformId": "PlatformId",
|
|
93387
|
-
"PlatformDisplayName": "PlatformDisplayName",
|
|
93388
|
-
"ProfileVersion": "ProfileVersion"
|
|
93389
|
-
},
|
|
93390
|
-
"propertyConstraints": {
|
|
93391
|
-
"ProfileName": {
|
|
93392
|
-
"pattern": "^[a-zA-Z0-9_]{2,}$",
|
|
93393
|
-
"minLength": 2,
|
|
93394
|
-
"maxLength": 64
|
|
93395
|
-
},
|
|
93396
|
-
"ProfileVersion": {
|
|
93397
|
-
"pattern": "^[a-zA-Z0-9]{10}$",
|
|
93398
|
-
"minLength": 10,
|
|
93399
|
-
"maxLength": 10
|
|
93400
|
-
},
|
|
93401
|
-
"CreatedAt": {
|
|
93402
|
-
"format": "date-time"
|
|
93403
|
-
},
|
|
93404
|
-
"CompletedAt": {
|
|
93405
|
-
"format": "date-time"
|
|
93406
|
-
},
|
|
93407
|
-
"SignatureExpiresAt": {
|
|
93408
|
-
"format": "date-time"
|
|
93409
|
-
},
|
|
93410
|
-
"Status": {
|
|
93411
|
-
"enum": [
|
|
93412
|
-
"InProgress",
|
|
93413
|
-
"Failed",
|
|
93414
|
-
"Succeeded"
|
|
93415
|
-
]
|
|
93416
|
-
},
|
|
93417
|
-
"JobOwner": {
|
|
93418
|
-
"pattern": "^[0-9]{12}$",
|
|
93419
|
-
"minLength": 12,
|
|
93420
|
-
"maxLength": 12
|
|
93421
|
-
},
|
|
93422
|
-
"JobInvoker": {
|
|
93423
|
-
"pattern": "^[0-9]{12}$",
|
|
93424
|
-
"minLength": 12,
|
|
93425
|
-
"maxLength": 12
|
|
93426
|
-
}
|
|
93427
|
-
},
|
|
93428
|
-
"createOnly": [
|
|
93429
|
-
"ProfileName"
|
|
93430
|
-
],
|
|
93431
|
-
"primaryIdentifier": [
|
|
93432
|
-
"Arn"
|
|
93433
|
-
]
|
|
93434
|
-
},
|
|
93435
|
-
"SigningJob_S3SignedObject": {
|
|
93436
|
-
"resourceType": "AWS::Signer::SigningJob.S3SignedObject",
|
|
93437
|
-
"kind": "property",
|
|
93438
|
-
"lexicon": "aws"
|
|
93439
|
-
},
|
|
93440
|
-
"SigningJob_S3Source": {
|
|
93441
|
-
"resourceType": "AWS::Signer::SigningJob.S3Source",
|
|
93442
|
-
"kind": "property",
|
|
93443
|
-
"lexicon": "aws"
|
|
93444
|
-
},
|
|
93445
|
-
"SigningJob_SignedObject": {
|
|
93446
|
-
"resourceType": "AWS::Signer::SigningJob.SignedObject",
|
|
93447
|
-
"kind": "property",
|
|
93448
|
-
"lexicon": "aws"
|
|
93449
|
-
},
|
|
93450
|
-
"SigningJob_Source": {
|
|
93451
|
-
"resourceType": "AWS::Signer::SigningJob.Source",
|
|
93452
|
-
"kind": "property",
|
|
93453
|
-
"lexicon": "aws"
|
|
93454
|
-
},
|
|
93455
91664
|
"SigningProfile": {
|
|
93456
91665
|
"resourceType": "AWS::Signer::SigningProfile",
|
|
93457
91666
|
"kind": "resource",
|
|
@@ -94089,11 +92298,6 @@
|
|
|
94089
92298
|
"kind": "property",
|
|
94090
92299
|
"lexicon": "aws"
|
|
94091
92300
|
},
|
|
94092
|
-
"Software": {
|
|
94093
|
-
"resourceType": "AWS::ThinClient::SoftwareSet.Software",
|
|
94094
|
-
"kind": "property",
|
|
94095
|
-
"lexicon": "aws"
|
|
94096
|
-
},
|
|
94097
92301
|
"SoftwarePackage": {
|
|
94098
92302
|
"resourceType": "AWS::IoT::SoftwarePackage",
|
|
94099
92303
|
"kind": "resource",
|
|
@@ -94194,59 +92398,6 @@
|
|
|
94194
92398
|
"kind": "property",
|
|
94195
92399
|
"lexicon": "aws"
|
|
94196
92400
|
},
|
|
94197
|
-
"SoftwareSet": {
|
|
94198
|
-
"resourceType": "AWS::ThinClient::SoftwareSet",
|
|
94199
|
-
"kind": "resource",
|
|
94200
|
-
"lexicon": "aws",
|
|
94201
|
-
"attrs": {
|
|
94202
|
-
"Arn": "Arn",
|
|
94203
|
-
"Id": "Id",
|
|
94204
|
-
"Version": "Version",
|
|
94205
|
-
"ReleasedAt": "ReleasedAt",
|
|
94206
|
-
"ValidationStatus": "ValidationStatus",
|
|
94207
|
-
"Software": "Software"
|
|
94208
|
-
},
|
|
94209
|
-
"propertyConstraints": {
|
|
94210
|
-
"Arn": {
|
|
94211
|
-
"pattern": "^arn:[\\w+=\\/,.@-]+:[a-zA-Z0-9\\-]+:[a-zA-Z0-9\\-]*:[0-9]{0,12}:[a-zA-Z0-9\\-\\/\\._]+$",
|
|
94212
|
-
"minLength": 20,
|
|
94213
|
-
"maxLength": 2048
|
|
94214
|
-
},
|
|
94215
|
-
"Id": {
|
|
94216
|
-
"pattern": "^[0-9]{1,9}$"
|
|
94217
|
-
},
|
|
94218
|
-
"ReleasedAt": {
|
|
94219
|
-
"format": "date-time"
|
|
94220
|
-
},
|
|
94221
|
-
"ValidationStatus": {
|
|
94222
|
-
"enum": [
|
|
94223
|
-
"VALIDATED",
|
|
94224
|
-
"NOT_VALIDATED"
|
|
94225
|
-
]
|
|
94226
|
-
}
|
|
94227
|
-
},
|
|
94228
|
-
"createOnly": [
|
|
94229
|
-
"Tags"
|
|
94230
|
-
],
|
|
94231
|
-
"primaryIdentifier": [
|
|
94232
|
-
"Arn"
|
|
94233
|
-
],
|
|
94234
|
-
"tagging": {
|
|
94235
|
-
"taggable": true,
|
|
94236
|
-
"tagOnCreate": false,
|
|
94237
|
-
"tagUpdatable": false
|
|
94238
|
-
}
|
|
94239
|
-
},
|
|
94240
|
-
"SoftwareSet_Software": {
|
|
94241
|
-
"resourceType": "AWS::ThinClient::SoftwareSet.Software",
|
|
94242
|
-
"kind": "property",
|
|
94243
|
-
"lexicon": "aws"
|
|
94244
|
-
},
|
|
94245
|
-
"SoftwareSet_Tag": {
|
|
94246
|
-
"resourceType": "AWS::ThinClient::SoftwareSet.Tag",
|
|
94247
|
-
"kind": "property",
|
|
94248
|
-
"lexicon": "aws"
|
|
94249
|
-
},
|
|
94250
92401
|
"SoftwareUpdateOptions": {
|
|
94251
92402
|
"resourceType": "AWS::OpenSearchService::Domain.SoftwareUpdateOptions",
|
|
94252
92403
|
"kind": "property",
|
|
@@ -94523,54 +92674,6 @@
|
|
|
94523
92674
|
"kind": "property",
|
|
94524
92675
|
"lexicon": "aws"
|
|
94525
92676
|
},
|
|
94526
|
-
"Space": {
|
|
94527
|
-
"resourceType": "AWS::SageMaker::Space",
|
|
94528
|
-
"kind": "resource",
|
|
94529
|
-
"lexicon": "aws",
|
|
94530
|
-
"attrs": {
|
|
94531
|
-
"SpaceArn": "SpaceArn",
|
|
94532
|
-
"Url": "Url"
|
|
94533
|
-
},
|
|
94534
|
-
"propertyConstraints": {
|
|
94535
|
-
"SpaceArn": {
|
|
94536
|
-
"pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*",
|
|
94537
|
-
"maxLength": 256
|
|
94538
|
-
},
|
|
94539
|
-
"DomainId": {
|
|
94540
|
-
"minLength": 1,
|
|
94541
|
-
"maxLength": 63
|
|
94542
|
-
},
|
|
94543
|
-
"SpaceName": {
|
|
94544
|
-
"minLength": 1,
|
|
94545
|
-
"maxLength": 63
|
|
94546
|
-
},
|
|
94547
|
-
"SpaceDisplayName": {
|
|
94548
|
-
"pattern": "^(?!\\s*$).+",
|
|
94549
|
-
"maxLength": 64
|
|
94550
|
-
},
|
|
94551
|
-
"Url": {
|
|
94552
|
-
"maxLength": 1024
|
|
94553
|
-
}
|
|
94554
|
-
},
|
|
94555
|
-
"createOnly": [
|
|
94556
|
-
"DomainId",
|
|
94557
|
-
"SpaceName",
|
|
94558
|
-
"SpaceSharingSettings",
|
|
94559
|
-
"OwnershipSettings"
|
|
94560
|
-
],
|
|
94561
|
-
"writeOnly": [
|
|
94562
|
-
"SpaceSettings"
|
|
94563
|
-
],
|
|
94564
|
-
"primaryIdentifier": [
|
|
94565
|
-
"DomainId",
|
|
94566
|
-
"SpaceName"
|
|
94567
|
-
],
|
|
94568
|
-
"tagging": {
|
|
94569
|
-
"taggable": true,
|
|
94570
|
-
"tagOnCreate": true,
|
|
94571
|
-
"tagUpdatable": true
|
|
94572
|
-
}
|
|
94573
|
-
},
|
|
94574
92677
|
"SpaceAppLifecycleManagement": {
|
|
94575
92678
|
"resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
|
|
94576
92679
|
"kind": "property",
|
|
@@ -94586,91 +92689,26 @@
|
|
|
94586
92689
|
"kind": "property",
|
|
94587
92690
|
"lexicon": "aws"
|
|
94588
92691
|
},
|
|
94589
|
-
"
|
|
94590
|
-
"resourceType": "AWS::
|
|
94591
|
-
"kind": "property",
|
|
94592
|
-
"lexicon": "aws"
|
|
94593
|
-
},
|
|
94594
|
-
"SpaceSharingSettings": {
|
|
94595
|
-
"resourceType": "AWS::SageMaker::Space.SpaceSharingSettings",
|
|
94596
|
-
"kind": "property",
|
|
94597
|
-
"lexicon": "aws"
|
|
94598
|
-
},
|
|
94599
|
-
"SpaceStorageSettings": {
|
|
94600
|
-
"resourceType": "AWS::SageMaker::Space.SpaceStorageSettings",
|
|
94601
|
-
"kind": "property",
|
|
94602
|
-
"lexicon": "aws"
|
|
94603
|
-
},
|
|
94604
|
-
"Space_CodeRepository": {
|
|
94605
|
-
"resourceType": "AWS::SageMaker::Space.CodeRepository",
|
|
94606
|
-
"kind": "property",
|
|
94607
|
-
"lexicon": "aws"
|
|
94608
|
-
},
|
|
94609
|
-
"Space_CustomImage": {
|
|
94610
|
-
"resourceType": "AWS::SageMaker::Space.CustomImage",
|
|
92692
|
+
"SpaceResource": {
|
|
92693
|
+
"resourceType": "AWS::QuickSight::Space.SpaceResource",
|
|
94611
92694
|
"kind": "property",
|
|
94612
92695
|
"lexicon": "aws"
|
|
94613
92696
|
},
|
|
94614
|
-
"
|
|
94615
|
-
"resourceType": "AWS::SageMaker::Space.EbsStorageSettings",
|
|
94616
|
-
"kind": "property",
|
|
94617
|
-
"lexicon": "aws"
|
|
94618
|
-
},
|
|
94619
|
-
"Space_JupyterServerAppSettings": {
|
|
94620
|
-
"resourceType": "AWS::SageMaker::Space.JupyterServerAppSettings",
|
|
94621
|
-
"kind": "property",
|
|
94622
|
-
"lexicon": "aws"
|
|
94623
|
-
},
|
|
94624
|
-
"Space_KernelGatewayAppSettings": {
|
|
94625
|
-
"resourceType": "AWS::SageMaker::Space.KernelGatewayAppSettings",
|
|
94626
|
-
"kind": "property",
|
|
94627
|
-
"lexicon": "aws"
|
|
94628
|
-
},
|
|
94629
|
-
"Space_OwnershipSettings": {
|
|
94630
|
-
"resourceType": "AWS::SageMaker::Space.OwnershipSettings",
|
|
94631
|
-
"kind": "property",
|
|
94632
|
-
"lexicon": "aws"
|
|
94633
|
-
},
|
|
94634
|
-
"Space_ResourceSpec": {
|
|
94635
|
-
"resourceType": "AWS::SageMaker::Space.ResourceSpec",
|
|
94636
|
-
"kind": "property",
|
|
94637
|
-
"lexicon": "aws"
|
|
94638
|
-
},
|
|
94639
|
-
"Space_SpaceAppLifecycleManagement": {
|
|
94640
|
-
"resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
|
|
94641
|
-
"kind": "property",
|
|
94642
|
-
"lexicon": "aws"
|
|
94643
|
-
},
|
|
94644
|
-
"Space_SpaceCodeEditorAppSettings": {
|
|
94645
|
-
"resourceType": "AWS::SageMaker::Space.SpaceCodeEditorAppSettings",
|
|
94646
|
-
"kind": "property",
|
|
94647
|
-
"lexicon": "aws"
|
|
94648
|
-
},
|
|
94649
|
-
"Space_SpaceJupyterLabAppSettings": {
|
|
94650
|
-
"resourceType": "AWS::SageMaker::Space.SpaceJupyterLabAppSettings",
|
|
94651
|
-
"kind": "property",
|
|
94652
|
-
"lexicon": "aws"
|
|
94653
|
-
},
|
|
94654
|
-
"Space_SpaceSettings": {
|
|
92697
|
+
"SpaceSettings": {
|
|
94655
92698
|
"resourceType": "AWS::SageMaker::Space.SpaceSettings",
|
|
94656
92699
|
"kind": "property",
|
|
94657
92700
|
"lexicon": "aws"
|
|
94658
92701
|
},
|
|
94659
|
-
"
|
|
92702
|
+
"SpaceSharingSettings": {
|
|
94660
92703
|
"resourceType": "AWS::SageMaker::Space.SpaceSharingSettings",
|
|
94661
92704
|
"kind": "property",
|
|
94662
92705
|
"lexicon": "aws"
|
|
94663
92706
|
},
|
|
94664
|
-
"
|
|
92707
|
+
"SpaceStorageSettings": {
|
|
94665
92708
|
"resourceType": "AWS::SageMaker::Space.SpaceStorageSettings",
|
|
94666
92709
|
"kind": "property",
|
|
94667
92710
|
"lexicon": "aws"
|
|
94668
92711
|
},
|
|
94669
|
-
"Space_Tag": {
|
|
94670
|
-
"resourceType": "AWS::SageMaker::Space.Tag",
|
|
94671
|
-
"kind": "property",
|
|
94672
|
-
"lexicon": "aws"
|
|
94673
|
-
},
|
|
94674
92712
|
"SparkParameters": {
|
|
94675
92713
|
"resourceType": "AWS::QuickSight::DataSource.SparkParameters",
|
|
94676
92714
|
"kind": "property",
|
|
@@ -94788,11 +92826,9 @@
|
|
|
94788
92826
|
"SpotFleetRequestConfigData/InstanceInterruptionBehavior",
|
|
94789
92827
|
"SpotFleetRequestConfigData/InstancePoolsToUseCount",
|
|
94790
92828
|
"SpotFleetRequestConfigData/LaunchSpecifications",
|
|
94791
|
-
"SpotFleetRequestConfigData/LaunchTemplateConfigs",
|
|
94792
92829
|
"SpotFleetRequestConfigData/LoadBalancersConfig",
|
|
94793
92830
|
"SpotFleetRequestConfigData/OnDemandAllocationStrategy",
|
|
94794
92831
|
"SpotFleetRequestConfigData/OnDemandMaxTotalPrice",
|
|
94795
|
-
"SpotFleetRequestConfigData/OnDemandTargetCapacity",
|
|
94796
92832
|
"SpotFleetRequestConfigData/ReplaceUnhealthyInstances",
|
|
94797
92833
|
"SpotFleetRequestConfigData/SpotMaintenanceStrategies",
|
|
94798
92834
|
"SpotFleetRequestConfigData/SpotMaxTotalPrice",
|
|
@@ -97598,6 +95634,11 @@
|
|
|
97598
95634
|
"kind": "property",
|
|
97599
95635
|
"lexicon": "aws"
|
|
97600
95636
|
},
|
|
95637
|
+
"TableCreation": {
|
|
95638
|
+
"resourceType": "AWS::MSK::Channel.TableCreation",
|
|
95639
|
+
"kind": "property",
|
|
95640
|
+
"lexicon": "aws"
|
|
95641
|
+
},
|
|
97601
95642
|
"TableCreationConfiguration": {
|
|
97602
95643
|
"resourceType": "AWS::KinesisFirehose::DeliveryStream.TableCreationConfiguration",
|
|
97603
95644
|
"kind": "property",
|
|
@@ -100099,38 +98140,6 @@
|
|
|
100099
98140
|
"kind": "property",
|
|
100100
98141
|
"lexicon": "aws"
|
|
100101
98142
|
},
|
|
100102
|
-
"TokenVault": {
|
|
100103
|
-
"resourceType": "AWS::BedrockAgentCore::TokenVault",
|
|
100104
|
-
"kind": "resource",
|
|
100105
|
-
"lexicon": "aws",
|
|
100106
|
-
"attrs": {
|
|
100107
|
-
"Arn": "Arn",
|
|
100108
|
-
"TokenVaultId": "TokenVaultId",
|
|
100109
|
-
"KmsConfiguration": "KmsConfiguration",
|
|
100110
|
-
"LastModifiedDate": "LastModifiedDate"
|
|
100111
|
-
},
|
|
100112
|
-
"propertyConstraints": {
|
|
100113
|
-
"TokenVaultId": {
|
|
100114
|
-
"pattern": "^[a-zA-Z0-9\\-_]+$",
|
|
100115
|
-
"minLength": 1,
|
|
100116
|
-
"maxLength": 64
|
|
100117
|
-
},
|
|
100118
|
-
"Arn": {
|
|
100119
|
-
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$"
|
|
100120
|
-
},
|
|
100121
|
-
"LastModifiedDate": {
|
|
100122
|
-
"format": "date-time"
|
|
100123
|
-
}
|
|
100124
|
-
},
|
|
100125
|
-
"primaryIdentifier": [
|
|
100126
|
-
"Arn"
|
|
100127
|
-
]
|
|
100128
|
-
},
|
|
100129
|
-
"TokenVault_KmsConfiguration": {
|
|
100130
|
-
"resourceType": "AWS::BedrockAgentCore::TokenVault.KmsConfiguration",
|
|
100131
|
-
"kind": "property",
|
|
100132
|
-
"lexicon": "aws"
|
|
100133
|
-
},
|
|
100134
98143
|
"ToolbarConfiguration": {
|
|
100135
98144
|
"resourceType": "AWS::WorkSpacesWeb::UserSettings.ToolbarConfiguration",
|
|
100136
98145
|
"kind": "property",
|
|
@@ -100187,11 +98196,6 @@
|
|
|
100187
98196
|
"kind": "property",
|
|
100188
98197
|
"lexicon": "aws"
|
|
100189
98198
|
},
|
|
100190
|
-
"TopicConfiguration": {
|
|
100191
|
-
"resourceType": "AWS::S3::Bucket.TopicConfiguration",
|
|
100192
|
-
"kind": "property",
|
|
100193
|
-
"lexicon": "aws"
|
|
100194
|
-
},
|
|
100195
98199
|
"TopicDateRangeFilter": {
|
|
100196
98200
|
"resourceType": "AWS::QuickSight::Topic.TopicDateRangeFilter",
|
|
100197
98201
|
"kind": "property",
|
|
@@ -101246,88 +99250,6 @@
|
|
|
101246
99250
|
"kind": "property",
|
|
101247
99251
|
"lexicon": "aws"
|
|
101248
99252
|
},
|
|
101249
|
-
"TransformJob": {
|
|
101250
|
-
"resourceType": "AWS::SageMaker::TransformJob",
|
|
101251
|
-
"kind": "resource",
|
|
101252
|
-
"lexicon": "aws",
|
|
101253
|
-
"attrs": {
|
|
101254
|
-
"TransformJobArn": "TransformJobArn",
|
|
101255
|
-
"TransformJobName": "TransformJobName",
|
|
101256
|
-
"TransformJobStatus": "TransformJobStatus",
|
|
101257
|
-
"CreationTime": "CreationTime",
|
|
101258
|
-
"TransformStartTime": "TransformStartTime",
|
|
101259
|
-
"TransformEndTime": "TransformEndTime"
|
|
101260
|
-
},
|
|
101261
|
-
"propertyConstraints": {
|
|
101262
|
-
"TransformJobArn": {
|
|
101263
|
-
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/",
|
|
101264
|
-
"minLength": 0,
|
|
101265
|
-
"maxLength": 256
|
|
101266
|
-
},
|
|
101267
|
-
"TransformJobName": {
|
|
101268
|
-
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
101269
|
-
"minLength": 1,
|
|
101270
|
-
"maxLength": 63
|
|
101271
|
-
},
|
|
101272
|
-
"TransformJobStatus": {
|
|
101273
|
-
"enum": [
|
|
101274
|
-
"InProgress",
|
|
101275
|
-
"Completed",
|
|
101276
|
-
"Failed",
|
|
101277
|
-
"Stopping",
|
|
101278
|
-
"Stopped"
|
|
101279
|
-
]
|
|
101280
|
-
},
|
|
101281
|
-
"ModelName": {
|
|
101282
|
-
"pattern": "^[a-zA-Z0-9]([\\-a-zA-Z0-9]*[a-zA-Z0-9])?$",
|
|
101283
|
-
"maxLength": 63
|
|
101284
|
-
},
|
|
101285
|
-
"MaxConcurrentTransforms": {
|
|
101286
|
-
"minimum": 0
|
|
101287
|
-
},
|
|
101288
|
-
"MaxPayloadInMB": {
|
|
101289
|
-
"minimum": 0
|
|
101290
|
-
},
|
|
101291
|
-
"BatchStrategy": {
|
|
101292
|
-
"enum": [
|
|
101293
|
-
"MultiRecord",
|
|
101294
|
-
"SingleRecord"
|
|
101295
|
-
]
|
|
101296
|
-
},
|
|
101297
|
-
"CreationTime": {
|
|
101298
|
-
"format": "date-time"
|
|
101299
|
-
},
|
|
101300
|
-
"TransformStartTime": {
|
|
101301
|
-
"format": "date-time"
|
|
101302
|
-
},
|
|
101303
|
-
"TransformEndTime": {
|
|
101304
|
-
"format": "date-time"
|
|
101305
|
-
}
|
|
101306
|
-
},
|
|
101307
|
-
"createOnly": [
|
|
101308
|
-
"BatchStrategy",
|
|
101309
|
-
"DataCaptureConfig",
|
|
101310
|
-
"DataProcessing",
|
|
101311
|
-
"Environment",
|
|
101312
|
-
"ExperimentConfig",
|
|
101313
|
-
"MaxConcurrentTransforms",
|
|
101314
|
-
"MaxPayloadInMB",
|
|
101315
|
-
"ModelClientConfig",
|
|
101316
|
-
"ModelName",
|
|
101317
|
-
"Tags",
|
|
101318
|
-
"TransformInput",
|
|
101319
|
-
"TransformOutput",
|
|
101320
|
-
"TransformResources"
|
|
101321
|
-
],
|
|
101322
|
-
"primaryIdentifier": [
|
|
101323
|
-
"TransformJobArn"
|
|
101324
|
-
],
|
|
101325
|
-
"tagging": {
|
|
101326
|
-
"taggable": true,
|
|
101327
|
-
"tagOnCreate": false,
|
|
101328
|
-
"tagUpdatable": false
|
|
101329
|
-
}
|
|
101330
|
-
},
|
|
101331
99253
|
"TransformJobDefinition": {
|
|
101332
99254
|
"resourceType": "AWS::SageMaker::ModelPackage.TransformJobDefinition",
|
|
101333
99255
|
"kind": "property",
|
|
@@ -101760,6 +99682,11 @@
|
|
|
101760
99682
|
"kind": "property",
|
|
101761
99683
|
"lexicon": "aws"
|
|
101762
99684
|
},
|
|
99685
|
+
"TransitGatewayPolicyRule": {
|
|
99686
|
+
"resourceType": "AWS::EC2::TransitGatewayPolicyTableEntry.TransitGatewayPolicyRule",
|
|
99687
|
+
"kind": "property",
|
|
99688
|
+
"lexicon": "aws"
|
|
99689
|
+
},
|
|
101763
99690
|
"TransitGatewayPolicyTable": {
|
|
101764
99691
|
"resourceType": "AWS::EC2::TransitGatewayPolicyTable",
|
|
101765
99692
|
"kind": "resource",
|
|
@@ -101797,6 +99724,28 @@
|
|
|
101797
99724
|
"TransitGatewayAttachmentId"
|
|
101798
99725
|
]
|
|
101799
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
|
+
},
|
|
101800
99749
|
"TransitGatewayPolicyTable_Tag": {
|
|
101801
99750
|
"resourceType": "AWS::EC2::TransitGatewayPolicyTable.Tag",
|
|
101802
99751
|
"kind": "property",
|
|
@@ -103220,6 +101169,11 @@
|
|
|
103220
101169
|
"kind": "property",
|
|
103221
101170
|
"lexicon": "aws"
|
|
103222
101171
|
},
|
|
101172
|
+
"UserPoolRegionalConfigurationAttachment_EumsSmsConfiguration": {
|
|
101173
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.EumsSmsConfiguration",
|
|
101174
|
+
"kind": "property",
|
|
101175
|
+
"lexicon": "aws"
|
|
101176
|
+
},
|
|
103223
101177
|
"UserPoolRegionalConfigurationAttachment_InboundFederation": {
|
|
103224
101178
|
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.InboundFederation",
|
|
103225
101179
|
"kind": "property",
|
|
@@ -103430,6 +101384,11 @@
|
|
|
103430
101384
|
"kind": "property",
|
|
103431
101385
|
"lexicon": "aws"
|
|
103432
101386
|
},
|
|
101387
|
+
"UserPool_EumsSmsConfiguration": {
|
|
101388
|
+
"resourceType": "AWS::Cognito::UserPool.EumsSmsConfiguration",
|
|
101389
|
+
"kind": "property",
|
|
101390
|
+
"lexicon": "aws"
|
|
101391
|
+
},
|
|
103433
101392
|
"UserPool_InboundFederation": {
|
|
103434
101393
|
"resourceType": "AWS::Cognito::UserPool.InboundFederation",
|
|
103435
101394
|
"kind": "property",
|
|
@@ -107634,6 +105593,11 @@
|
|
|
107634
105593
|
"Id"
|
|
107635
105594
|
]
|
|
107636
105595
|
},
|
|
105596
|
+
"WallClockWindow": {
|
|
105597
|
+
"resourceType": "AWS::CloudWatch::Alarm.WallClockWindow",
|
|
105598
|
+
"kind": "property",
|
|
105599
|
+
"lexicon": "aws"
|
|
105600
|
+
},
|
|
107637
105601
|
"WarmPool": {
|
|
107638
105602
|
"resourceType": "AWS::AutoScaling::WarmPool",
|
|
107639
105603
|
"kind": "resource",
|
|
@@ -108841,57 +106805,6 @@
|
|
|
108841
106805
|
"kind": "property",
|
|
108842
106806
|
"lexicon": "aws"
|
|
108843
106807
|
},
|
|
108844
|
-
"WorkflowExecution": {
|
|
108845
|
-
"resourceType": "AWS::ImageBuilder::WorkflowExecution",
|
|
108846
|
-
"kind": "resource",
|
|
108847
|
-
"lexicon": "aws",
|
|
108848
|
-
"attrs": {
|
|
108849
|
-
"Arn": "Arn",
|
|
108850
|
-
"WorkflowExecutionId": "WorkflowExecutionId",
|
|
108851
|
-
"WorkflowBuildVersionArn": "WorkflowBuildVersionArn",
|
|
108852
|
-
"Type": "Type",
|
|
108853
|
-
"Status": "Status",
|
|
108854
|
-
"TotalStepCount": "TotalStepCount",
|
|
108855
|
-
"TotalStepsSucceeded": "TotalStepsSucceeded",
|
|
108856
|
-
"TotalStepsFailed": "TotalStepsFailed",
|
|
108857
|
-
"TotalStepsSkipped": "TotalStepsSkipped",
|
|
108858
|
-
"StartTime": "StartTime",
|
|
108859
|
-
"EndTime": "EndTime"
|
|
108860
|
-
},
|
|
108861
|
-
"propertyConstraints": {
|
|
108862
|
-
"WorkflowExecutionId": {
|
|
108863
|
-
"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}$"
|
|
108864
|
-
},
|
|
108865
|
-
"WorkflowBuildVersionArn": {
|
|
108866
|
-
"maxLength": 1024
|
|
108867
|
-
},
|
|
108868
|
-
"Type": {
|
|
108869
|
-
"enum": [
|
|
108870
|
-
"BUILD",
|
|
108871
|
-
"TEST",
|
|
108872
|
-
"DISTRIBUTION"
|
|
108873
|
-
]
|
|
108874
|
-
},
|
|
108875
|
-
"Status": {
|
|
108876
|
-
"enum": [
|
|
108877
|
-
"PENDING",
|
|
108878
|
-
"SKIPPED",
|
|
108879
|
-
"RUNNING",
|
|
108880
|
-
"COMPLETED",
|
|
108881
|
-
"FAILED",
|
|
108882
|
-
"ROLLBACK_IN_PROGRESS",
|
|
108883
|
-
"ROLLBACK_COMPLETED",
|
|
108884
|
-
"CANCELLED"
|
|
108885
|
-
]
|
|
108886
|
-
}
|
|
108887
|
-
},
|
|
108888
|
-
"createOnly": [
|
|
108889
|
-
"ImageBuildVersionArn"
|
|
108890
|
-
],
|
|
108891
|
-
"primaryIdentifier": [
|
|
108892
|
-
"Arn"
|
|
108893
|
-
]
|
|
108894
|
-
},
|
|
108895
106808
|
"WorkflowExportConfig": {
|
|
108896
106809
|
"resourceType": "AWS::NovaAct::WorkflowDefinition.WorkflowExportConfig",
|
|
108897
106810
|
"kind": "property",
|
|
@@ -108902,64 +106815,6 @@
|
|
|
108902
106815
|
"kind": "property",
|
|
108903
106816
|
"lexicon": "aws"
|
|
108904
106817
|
},
|
|
108905
|
-
"WorkflowStepExecution": {
|
|
108906
|
-
"resourceType": "AWS::ImageBuilder::WorkflowStepExecution",
|
|
108907
|
-
"kind": "resource",
|
|
108908
|
-
"lexicon": "aws",
|
|
108909
|
-
"attrs": {
|
|
108910
|
-
"StepExecutionId": "StepExecutionId",
|
|
108911
|
-
"WorkflowExecutionId": "WorkflowExecutionId",
|
|
108912
|
-
"WorkflowBuildVersionArn": "WorkflowBuildVersionArn",
|
|
108913
|
-
"ImageBuildVersionArn": "ImageBuildVersionArn",
|
|
108914
|
-
"Name": "Name",
|
|
108915
|
-
"Action": "Action",
|
|
108916
|
-
"Status": "Status",
|
|
108917
|
-
"Inputs": "Inputs",
|
|
108918
|
-
"Outputs": "Outputs",
|
|
108919
|
-
"StartTime": "StartTime",
|
|
108920
|
-
"EndTime": "EndTime",
|
|
108921
|
-
"OnFailure": "OnFailure",
|
|
108922
|
-
"TimeoutSeconds": "TimeoutSeconds"
|
|
108923
|
-
},
|
|
108924
|
-
"propertyConstraints": {
|
|
108925
|
-
"StepExecutionId": {
|
|
108926
|
-
"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}$"
|
|
108927
|
-
},
|
|
108928
|
-
"WorkflowExecutionId": {
|
|
108929
|
-
"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}$"
|
|
108930
|
-
},
|
|
108931
|
-
"WorkflowBuildVersionArn": {
|
|
108932
|
-
"maxLength": 1024
|
|
108933
|
-
},
|
|
108934
|
-
"Name": {
|
|
108935
|
-
"pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$"
|
|
108936
|
-
},
|
|
108937
|
-
"Action": {
|
|
108938
|
-
"pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$"
|
|
108939
|
-
},
|
|
108940
|
-
"Status": {
|
|
108941
|
-
"enum": [
|
|
108942
|
-
"PENDING",
|
|
108943
|
-
"SKIPPED",
|
|
108944
|
-
"RUNNING",
|
|
108945
|
-
"COMPLETED",
|
|
108946
|
-
"FAILED",
|
|
108947
|
-
"CANCELLED"
|
|
108948
|
-
]
|
|
108949
|
-
},
|
|
108950
|
-
"OnFailure": {
|
|
108951
|
-
"minLength": 1,
|
|
108952
|
-
"maxLength": 1024
|
|
108953
|
-
},
|
|
108954
|
-
"TimeoutSeconds": {
|
|
108955
|
-
"minimum": 0,
|
|
108956
|
-
"maximum": 43200
|
|
108957
|
-
}
|
|
108958
|
-
},
|
|
108959
|
-
"primaryIdentifier": [
|
|
108960
|
-
"StepExecutionId"
|
|
108961
|
-
]
|
|
108962
|
-
},
|
|
108963
106818
|
"WorkflowUpdate": {
|
|
108964
106819
|
"resourceType": "AWS::SecurityHub::AutomationRule.WorkflowUpdate",
|
|
108965
106820
|
"kind": "property",
|