@Stability(value=Stable)
public static interface CfnFlowSource.EncryptionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowSource.EncryptionProperty.Builder
A builder for
CfnFlowSource.EncryptionProperty |
static class |
CfnFlowSource.EncryptionProperty.Jsii$Proxy
An implementation for
CfnFlowSource.EncryptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowSource.EncryptionProperty.Builder |
builder() |
String |
getAlgorithm()
`CfnFlowSource.EncryptionProperty.Algorithm`.
|
default String |
getConstantInitializationVector()
`CfnFlowSource.EncryptionProperty.ConstantInitializationVector`.
|
default String |
getDeviceId()
`CfnFlowSource.EncryptionProperty.DeviceId`.
|
default String |
getKeyType()
`CfnFlowSource.EncryptionProperty.KeyType`.
|
default String |
getRegion()
`CfnFlowSource.EncryptionProperty.Region`.
|
default String |
getResourceId()
`CfnFlowSource.EncryptionProperty.ResourceId`.
|
String |
getRoleArn()
`CfnFlowSource.EncryptionProperty.RoleArn`.
|
default String |
getSecretArn()
`CfnFlowSource.EncryptionProperty.SecretArn`.
|
default String |
getUrl()
`CfnFlowSource.EncryptionProperty.Url`.
|
@Stability(value=Stable) @NotNull String getAlgorithm()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default String getConstantInitializationVector()
@Stability(value=Stable) @Nullable default String getDeviceId()
@Stability(value=Stable) @Nullable default String getKeyType()
@Stability(value=Stable) @Nullable default String getRegion()
@Stability(value=Stable) @Nullable default String getResourceId()
@Stability(value=Stable) @Nullable default String getSecretArn()
@Stability(value=Stable) @Nullable default String getUrl()
@Stability(value=Stable) static CfnFlowSource.EncryptionProperty.Builder builder()
Copyright © 2021. All rights reserved.