| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
KeyGroup.Builder |
KeyGroup.Builder.comment(String comment)
A comment to describe the key group.
|
static KeyGroup.Builder |
KeyGroup.Builder.create(software.constructs.Construct scope,
String id) |
KeyGroup.Builder |
KeyGroup.Builder.items(List<? extends IPublicKey> items)
A list of public keys to add to the key group.
|
KeyGroup.Builder |
KeyGroup.Builder.keyGroupName(String keyGroupName)
A name to identify the key group.
|
Copyright © 2022. All rights reserved.