| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPublicKey.Jsii$Default
Internal default implementation for
IPublicKey. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IPublicKey.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
PublicKey
A Public Key Configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static IPublicKey |
PublicKey.fromPublicKeyId(software.constructs.Construct scope,
String id,
String publicKeyId)
Imports a Public Key from its id.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPublicKey> |
KeyGroupProps.getItems()
A list of public keys to add to the key group.
|
List<IPublicKey> |
KeyGroupProps.Jsii$Proxy.getItems() |
| Modifier and Type | Method and Description |
|---|---|
KeyGroup.Builder |
KeyGroup.Builder.items(List<? extends IPublicKey> items)
A list of public keys to add to the key group.
|
KeyGroupProps.Builder |
KeyGroupProps.Builder.items(List<? extends IPublicKey> items)
Sets the value of
KeyGroupProps.getItems() |
Copyright © 2022. All rights reserved.