@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.096Z") @Stability(value=Stable) public interface CfnKeyGroupProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudfront.*;
CfnKeyGroupProps cfnKeyGroupProps = CfnKeyGroupProps.builder()
.keyGroupConfig(KeyGroupConfigProperty.builder()
.items(List.of("items"))
.name("name")
// the properties below are optional
.comment("comment")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnKeyGroupProps.Builder
A builder for
CfnKeyGroupProps |
static class |
CfnKeyGroupProps.Jsii$Proxy
An implementation for
CfnKeyGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnKeyGroupProps.Builder |
builder() |
Object |
getKeyGroupConfig()
The key group configuration.
|
@Stability(value=Stable) @NotNull Object getKeyGroupConfig()
@Stability(value=Stable) static CfnKeyGroupProps.Builder builder()
CfnKeyGroupProps.Builder of CfnKeyGroupPropsCopyright © 2022. All rights reserved.