@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.296Z") @Stability(value=Experimental) 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()
(experimental) A comment to describe the key group.
|
List<IPublicKey> |
getItems()
(experimental) A list of public keys to add to the key group.
|
default String |
getKeyGroupName()
(experimental) A name to identify the key group.
|
@Stability(value=Experimental) @NotNull List<IPublicKey> getItems()
@Stability(value=Experimental) @Nullable default String getComment()
Default: - no comment
@Stability(value=Experimental) @Nullable default String getKeyGroupName()
Default: - generated from the `id`
@Stability(value=Experimental) static KeyGroupProps.Builder builder()
KeyGroupProps.Builder of KeyGroupPropsCopyright © 2021. All rights reserved.