@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.429Z") @Stability(value=Stable) public interface KeyGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyGroupProps.Builder
A builder for
KeyGroupProps |
static class |
KeyGroupProps.Jsii$Proxy
An implementation for
KeyGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static KeyGroupProps.Builder |
builder() |
default String |
getComment()
A comment to describe the key group.
|
List<IPublicKey> |
getItems()
A list of public keys to add to the key group.
|
default String |
getKeyGroupName()
A name to identify the key group.
|
@Stability(value=Stable) @NotNull List<IPublicKey> getItems()
@Stability(value=Stable) @Nullable default String getComment()
Default: - no comment
@Stability(value=Stable) @Nullable default String getKeyGroupName()
Default: - generated from the `id`
@Stability(value=Stable) static KeyGroupProps.Builder builder()
KeyGroupProps.Builder of KeyGroupPropsCopyright © 2021. All rights reserved.