@Stability(value=Stable)
public static interface CfnFlowOutput.EncryptionProperty
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.mediaconnect.*;
EncryptionProperty encryptionProperty = EncryptionProperty.builder()
.roleArn("roleArn")
.secretArn("secretArn")
// the properties below are optional
.algorithm("algorithm")
.keyType("keyType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowOutput.EncryptionProperty.Builder
A builder for
CfnFlowOutput.EncryptionProperty |
static class |
CfnFlowOutput.EncryptionProperty.Jsii$Proxy
An implementation for
CfnFlowOutput.EncryptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowOutput.EncryptionProperty.Builder |
builder() |
default String |
getAlgorithm()
`CfnFlowOutput.EncryptionProperty.Algorithm`.
|
default String |
getKeyType()
`CfnFlowOutput.EncryptionProperty.KeyType`.
|
String |
getRoleArn()
`CfnFlowOutput.EncryptionProperty.RoleArn`.
|
String |
getSecretArn()
`CfnFlowOutput.EncryptionProperty.SecretArn`.
|
@Stability(value=Stable) @Nullable default String getAlgorithm()
@Stability(value=Stable) @Nullable default String getKeyType()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getSecretArn()
@Stability(value=Stable) static CfnFlowOutput.EncryptionProperty.Builder builder()
Copyright © 2021. All rights reserved.