Skip to content

Commit ae6e5fe

Browse files
author
Tarun Belani
committed
Merge branch 'aws:main' into imagebuilder-component
2 parents cfb9331 + 7a592ee commit ae6e5fe

File tree

81 files changed

+5789
-445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+5789
-445
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ environment and submit code.
151151

152152
This solution collects anonymous operational metrics to help AWS improve the
153153
quality and features of the CDK. For more information, including how to disable
154-
this capability, please see the [developer guide](https://docs.aws.amazon.com/cdk/latest/guide/cli.html#version_reporting).
154+
this capability, please see the [developer guide](https://docs.aws.amazon.com/cdk/v2/guide/cdktelemetry.html).
155155

156156
## More Resources
157157

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.ebs.js.snapshot/IntegDefaultTestDeployAssert4E6713E1.assets.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.ebs.js.snapshot/cdk-integ-opensearch-instance-store.assets.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.ebs.js.snapshot/cdk-integ-opensearch-instance-store.template.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,35 @@
8686
},
8787
"UpdateReplacePolicy": "Delete",
8888
"DeletionPolicy": "Delete"
89+
},
90+
"Domain4590DF99F": {
91+
"Type": "AWS::OpenSearchService::Domain",
92+
"Properties": {
93+
"ClusterConfig": {
94+
"DedicatedMasterEnabled": false,
95+
"InstanceCount": 1,
96+
"InstanceType": "r8gd.medium.search",
97+
"MultiAZWithStandbyEnabled": false,
98+
"ZoneAwarenessEnabled": false
99+
},
100+
"DomainEndpointOptions": {
101+
"EnforceHTTPS": false,
102+
"TLSSecurityPolicy": "Policy-Min-TLS-1-2-2019-07"
103+
},
104+
"EBSOptions": {
105+
"EBSEnabled": false
106+
},
107+
"EncryptionAtRestOptions": {
108+
"Enabled": false
109+
},
110+
"EngineVersion": "OpenSearch_2.17",
111+
"LogPublishingOptions": {},
112+
"NodeToNodeEncryptionOptions": {
113+
"Enabled": false
114+
}
115+
},
116+
"UpdateReplacePolicy": "Delete",
117+
"DeletionPolicy": "Delete"
89118
}
90119
},
91120
"Parameters": {

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.ebs.js.snapshot/cdk.out

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.ebs.js.snapshot/integ.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)