@Stability(value=Stable)
public static interface CfnPipeline.EncryptionKeyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.*;
EncryptionKeyProperty encryptionKeyProperty = EncryptionKeyProperty.builder()
.id("id")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.EncryptionKeyProperty.Builder
A builder for
CfnPipeline.EncryptionKeyProperty |
static class |
CfnPipeline.EncryptionKeyProperty.Jsii$Proxy
An implementation for
CfnPipeline.EncryptionKeyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.EncryptionKeyProperty.Builder |
builder() |
String |
getId()
`CfnPipeline.EncryptionKeyProperty.Id`.
|
String |
getType()
`CfnPipeline.EncryptionKeyProperty.Type`.
|
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnPipeline.EncryptionKeyProperty.Builder builder()
Copyright © 2021. All rights reserved.