Skip to content

Commit 0641c2c

Browse files
committed
updated the Readme
1 parent e861387 commit 0641c2c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

javav2/example_code/cloudfront/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Code excerpts that show you how to call individual service functions.
4545
Code examples that show you how to accomplish a specific task by calling multiple
4646
functions within the same service.
4747

48+
- [Create a multi-tenant distribution and distribution tenant](src/main/java/com/example/cloudfront/CreateMultiTenantDistribution.java)
4849
- [Delete signing resources](src/main/java/com/example/cloudfront/DeleteSigningResources.java)
4950
- [Sign URLs and cookies](src/main/java/com/example/cloudfront/CreateCannedPolicyRequest.java)
5051

@@ -62,6 +63,18 @@ functions within the same service.
6263

6364

6465

66+
#### Create a multi-tenant distribution and distribution tenant
67+
68+
This example shows you how to create a multi-tenant distribution and distribution tenant with various configurations.
69+
70+
71+
<!--custom.scenario_prereqs.cloudfront_CreateSaasResources.start-->
72+
<!--custom.scenario_prereqs.cloudfront_CreateSaasResources.end-->
73+
74+
75+
<!--custom.scenarios.cloudfront_CreateSaasResources.start-->
76+
<!--custom.scenarios.cloudfront_CreateSaasResources.end-->
77+
6578
#### Delete signing resources
6679

6780
This example shows you how to delete resources that are used to gain access to restricted content in an Amazon Simple Storage Service (Amazon S3) bucket.
@@ -112,4 +125,4 @@ in the `javav2` folder.
112125

113126
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
114127

115-
SPDX-License-Identifier: Apache-2.0
128+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)