13968
13968
}
13969
13969
}
13970
13970
},
13971
+ "AWS::Glue::Job.NotificationProperty": {
13972
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html",
13973
+ "Properties": {
13974
+ "NotifyDelayAfter": {
13975
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter",
13976
+ "PrimitiveType": "Integer",
13977
+ "Required": false,
13978
+ "UpdateType": "Mutable"
13979
+ }
13980
+ }
13981
+ },
13971
13982
"AWS::Glue::MLTransform.FindMatchesParameters": {
13972
13983
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-transformparameters-findmatchesparameters.html",
13973
13984
"Properties": {
@@ -14571,23 +14582,53 @@
14571
14582
"Required": false,
14572
14583
"UpdateType": "Mutable"
14573
14584
},
14585
+ "CrawlerName": {
14586
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-action.html#cfn-glue-trigger-action-crawlername",
14587
+ "PrimitiveType": "String",
14588
+ "Required": false,
14589
+ "UpdateType": "Mutable"
14590
+ },
14574
14591
"JobName": {
14575
14592
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-action.html#cfn-glue-trigger-action-jobname",
14576
14593
"PrimitiveType": "String",
14577
14594
"Required": false,
14578
14595
"UpdateType": "Mutable"
14579
14596
},
14597
+ "NotificationProperty": {
14598
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-action.html#cfn-glue-trigger-action-notificationproperty",
14599
+ "Required": false,
14600
+ "Type": "NotificationProperty",
14601
+ "UpdateType": "Mutable"
14602
+ },
14580
14603
"SecurityConfiguration": {
14581
14604
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-action.html#cfn-glue-trigger-action-securityconfiguration",
14582
14605
"PrimitiveType": "String",
14583
14606
"Required": false,
14584
14607
"UpdateType": "Mutable"
14608
+ },
14609
+ "Timeout": {
14610
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-action.html#cfn-glue-trigger-action-timeout",
14611
+ "PrimitiveType": "Integer",
14612
+ "Required": false,
14613
+ "UpdateType": "Mutable"
14585
14614
}
14586
14615
}
14587
14616
},
14588
14617
"AWS::Glue::Trigger.Condition": {
14589
14618
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-condition.html",
14590
14619
"Properties": {
14620
+ "CrawlState": {
14621
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-condition.html#cfn-glue-trigger-condition-crawlstate",
14622
+ "PrimitiveType": "String",
14623
+ "Required": false,
14624
+ "UpdateType": "Mutable"
14625
+ },
14626
+ "CrawlerName": {
14627
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-condition.html#cfn-glue-trigger-condition-crawlername",
14628
+ "PrimitiveType": "String",
14629
+ "Required": false,
14630
+ "UpdateType": "Mutable"
14631
+ },
14591
14632
"JobName": {
14592
14633
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-condition.html#cfn-glue-trigger-condition-jobname",
14593
14634
"PrimitiveType": "String",
14608
14649
}
14609
14650
}
14610
14651
},
14652
+ "AWS::Glue::Trigger.NotificationProperty": {
14653
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-notificationproperty.html",
14654
+ "Properties": {
14655
+ "NotifyDelayAfter": {
14656
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-notificationproperty.html#cfn-glue-trigger-notificationproperty-notifydelayafter",
14657
+ "PrimitiveType": "Integer",
14658
+ "Required": false,
14659
+ "UpdateType": "Mutable"
14660
+ }
14661
+ }
14662
+ },
14611
14663
"AWS::Glue::Trigger.Predicate": {
14612
14664
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-predicate.html",
14613
14665
"Properties": {
24707
24759
}
24708
24760
}
24709
24761
},
24762
+ "AWS::SageMaker::CodeRepository.GitConfig": {
24763
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html",
24764
+ "Properties": {
24765
+ "Branch": {
24766
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-branch",
24767
+ "PrimitiveType": "String",
24768
+ "Required": false,
24769
+ "UpdateType": "Immutable"
24770
+ },
24771
+ "RepositoryUrl": {
24772
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-repositoryurl",
24773
+ "PrimitiveType": "String",
24774
+ "Required": true,
24775
+ "UpdateType": "Immutable"
24776
+ },
24777
+ "SecretArn": {
24778
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-coderepository-gitconfig.html#cfn-sagemaker-coderepository-gitconfig-secretarn",
24779
+ "PrimitiveType": "String",
24780
+ "Required": false,
24781
+ "UpdateType": "Mutable"
24782
+ }
24783
+ }
24784
+ },
24710
24785
"AWS::SageMaker::EndpointConfig.ProductionVariant": {
24711
24786
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-productionvariant.html",
24712
24787
"Properties": {
25805
25880
}
25806
25881
}
25807
25882
},
25808
- "ResourceSpecificationVersion": "6.1 .0",
25883
+ "ResourceSpecificationVersion": "6.2 .0",
25809
25884
"ResourceTypes": {
25810
25885
"AWS::AmazonMQ::Broker": {
25811
25886
"Attributes": {
25891
25966
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype",
25892
25967
"PrimitiveType": "String",
25893
25968
"Required": true,
25894
- "UpdateType": "Immutable "
25969
+ "UpdateType": "Mutable "
25895
25970
},
25896
25971
"Logs": {
25897
25972
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-logs",
31882
31957
"Required": false,
31883
31958
"UpdateType": "Immutable"
31884
31959
},
31960
+ "EnableCloudwatchLogsExports": {
31961
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-enablecloudwatchlogsexports",
31962
+ "PrimitiveItemType": "String",
31963
+ "Required": false,
31964
+ "Type": "List",
31965
+ "UpdateType": "Mutable"
31966
+ },
31885
31967
"EngineVersion": {
31886
31968
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion",
31887
31969
"PrimitiveType": "String",
34019
34101
}
34020
34102
}
34021
34103
},
34104
+ "AWS::EC2::VPCEndpointService": {
34105
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html",
34106
+ "Properties": {
34107
+ "AcceptanceRequired": {
34108
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired",
34109
+ "PrimitiveType": "Boolean",
34110
+ "Required": false,
34111
+ "UpdateType": "Mutable"
34112
+ },
34113
+ "NetworkLoadBalancerArns": {
34114
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-networkloadbalancerarns",
34115
+ "PrimitiveItemType": "String",
34116
+ "Required": true,
34117
+ "Type": "List",
34118
+ "UpdateType": "Mutable"
34119
+ }
34120
+ }
34121
+ },
34022
34122
"AWS::EC2::VPCEndpointServicePermissions": {
34023
34123
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservicepermissions.html",
34024
34124
"Properties": {
36606
36706
"AWS::Glue::DevEndpoint": {
36607
36707
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html",
36608
36708
"Properties": {
36709
+ "Arguments": {
36710
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-arguments",
36711
+ "PrimitiveType": "Json",
36712
+ "Required": false,
36713
+ "UpdateType": "Mutable"
36714
+ },
36609
36715
"EndpointName": {
36610
36716
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-endpointname",
36611
36717
"PrimitiveType": "String",
@@ -36624,12 +36730,24 @@
36624
36730
"Required": false,
36625
36731
"UpdateType": "Mutable"
36626
36732
},
36733
+ "GlueVersion": {
36734
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-glueversion",
36735
+ "PrimitiveType": "String",
36736
+ "Required": false,
36737
+ "UpdateType": "Mutable"
36738
+ },
36627
36739
"NumberOfNodes": {
36628
36740
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofnodes",
36629
36741
"PrimitiveType": "Integer",
36630
36742
"Required": false,
36631
36743
"UpdateType": "Mutable"
36632
36744
},
36745
+ "NumberOfWorkers": {
36746
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-numberofworkers",
36747
+ "PrimitiveType": "Integer",
36748
+ "Required": false,
36749
+ "UpdateType": "Mutable"
36750
+ },
36633
36751
"PublicKey": {
36634
36752
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-publickey",
36635
36753
"PrimitiveType": "String",
36666
36784
"PrimitiveType": "Json",
36667
36785
"Required": false,
36668
36786
"UpdateType": "Mutable"
36787
+ },
36788
+ "WorkerType": {
36789
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html#cfn-glue-devendpoint-workertype",
36790
+ "PrimitiveType": "String",
36791
+ "Required": false,
36792
+ "UpdateType": "Mutable"
36669
36793
}
36670
36794
}
36671
36795
},
36738
36862
"Required": false,
36739
36863
"UpdateType": "Immutable"
36740
36864
},
36865
+ "NotificationProperty": {
36866
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-notificationproperty",
36867
+ "Required": false,
36868
+ "Type": "NotificationProperty",
36869
+ "UpdateType": "Mutable"
36870
+ },
36741
36871
"NumberOfWorkers": {
36742
36872
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers",
36743
36873
"PrimitiveType": "Integer",
36762
36892
"Required": false,
36763
36893
"UpdateType": "Mutable"
36764
36894
},
36895
+ "Timeout": {
36896
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout",
36897
+ "PrimitiveType": "Integer",
36898
+ "Required": false,
36899
+ "UpdateType": "Mutable"
36900
+ },
36765
36901
"WorkerType": {
36766
36902
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype",
36767
36903
"PrimitiveType": "String",
36938
37074
"Required": false,
36939
37075
"UpdateType": "Mutable"
36940
37076
},
37077
+ "StartOnCreation": {
37078
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-startoncreation",
37079
+ "PrimitiveType": "Boolean",
37080
+ "Required": false,
37081
+ "UpdateType": "Mutable"
37082
+ },
36941
37083
"Tags": {
36942
37084
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-tags",
36943
37085
"PrimitiveType": "Json",
36949
37091
"PrimitiveType": "String",
36950
37092
"Required": true,
36951
37093
"UpdateType": "Mutable"
37094
+ },
37095
+ "WorkflowName": {
37096
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname",
37097
+ "PrimitiveType": "String",
37098
+ "Required": false,
37099
+ "UpdateType": "Immutable"
37100
+ }
37101
+ }
37102
+ },
37103
+ "AWS::Glue::Workflow": {
37104
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html",
37105
+ "Properties": {
37106
+ "DefaultRunProperties": {
37107
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-defaultrunproperties",
37108
+ "PrimitiveType": "Json",
37109
+ "Required": false,
37110
+ "UpdateType": "Mutable"
37111
+ },
37112
+ "Description": {
37113
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-description",
37114
+ "PrimitiveType": "String",
37115
+ "Required": false,
37116
+ "UpdateType": "Mutable"
37117
+ },
37118
+ "Name": {
37119
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name",
37120
+ "PrimitiveType": "String",
37121
+ "Required": false,
37122
+ "UpdateType": "Immutable"
37123
+ },
37124
+ "Tags": {
37125
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-tags",
37126
+ "PrimitiveType": "Json",
37127
+ "Required": false,
37128
+ "UpdateType": "Mutable"
36952
37129
}
36953
37130
}
36954
37131
},
44112
44289
}
44113
44290
}
44114
44291
},
44292
+ "AWS::SageMaker::CodeRepository": {
44293
+ "Attributes": {
44294
+ "CodeRepositoryName": {
44295
+ "PrimitiveType": "String"
44296
+ }
44297
+ },
44298
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html",
44299
+ "Properties": {
44300
+ "CodeRepositoryName": {
44301
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-coderepositoryname",
44302
+ "PrimitiveType": "String",
44303
+ "Required": false,
44304
+ "UpdateType": "Immutable"
44305
+ },
44306
+ "GitConfig": {
44307
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-coderepository.html#cfn-sagemaker-coderepository-gitconfig",
44308
+ "Required": true,
44309
+ "Type": "GitConfig",
44310
+ "UpdateType": "Mutable"
44311
+ }
44312
+ }
44313
+ },
44115
44314
"AWS::SageMaker::Endpoint": {
44116
44315
"Attributes": {
44117
44316
"EndpointName": {
45082
45281
"Properties": {
45083
45282
"InstanceAttributes": {
45084
45283
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes",
45085
- "PrimitiveType": "Map ",
45284
+ "PrimitiveType": "Json ",
45086
45285
"Required": true,
45087
45286
"UpdateType": "Mutable"
45088
45287
},
0 commit comments