@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.478Z") @Stability(value=Stable) public interface CfnFlowOutputProps 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.mediaconnect.*;
CfnFlowOutputProps cfnFlowOutputProps = CfnFlowOutputProps.builder()
.flowArn("flowArn")
.protocol("protocol")
// the properties below are optional
.cidrAllowList(List.of("cidrAllowList"))
.description("description")
.destination("destination")
.encryption(EncryptionProperty.builder()
.roleArn("roleArn")
.secretArn("secretArn")
// the properties below are optional
.algorithm("algorithm")
.keyType("keyType")
.build())
.maxLatency(123)
.minLatency(123)
.name("name")
.port(123)
.remoteId("remoteId")
.smoothingLatency(123)
.streamId("streamId")
.vpcInterfaceAttachment(VpcInterfaceAttachmentProperty.builder()
.vpcInterfaceName("vpcInterfaceName")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowOutputProps.Builder
A builder for
CfnFlowOutputProps |
static class |
CfnFlowOutputProps.Jsii$Proxy
An implementation for
CfnFlowOutputProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowOutputProps.Builder |
builder() |
default List<String> |
getCidrAllowList()
`AWS::MediaConnect::FlowOutput.CidrAllowList`.
|
default String |
getDescription()
`AWS::MediaConnect::FlowOutput.Description`.
|
default String |
getDestination()
`AWS::MediaConnect::FlowOutput.Destination`.
|
default Object |
getEncryption()
`AWS::MediaConnect::FlowOutput.Encryption`.
|
String |
getFlowArn()
`AWS::MediaConnect::FlowOutput.FlowArn`.
|
default Number |
getMaxLatency()
`AWS::MediaConnect::FlowOutput.MaxLatency`.
|
default Number |
getMinLatency()
`AWS::MediaConnect::FlowOutput.MinLatency`.
|
default String |
getName()
`AWS::MediaConnect::FlowOutput.Name`.
|
default Number |
getPort()
`AWS::MediaConnect::FlowOutput.Port`.
|
String |
getProtocol()
`AWS::MediaConnect::FlowOutput.Protocol`.
|
default String |
getRemoteId()
`AWS::MediaConnect::FlowOutput.RemoteId`.
|
default Number |
getSmoothingLatency()
`AWS::MediaConnect::FlowOutput.SmoothingLatency`.
|
default String |
getStreamId()
`AWS::MediaConnect::FlowOutput.StreamId`.
|
default Object |
getVpcInterfaceAttachment()
`AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment`.
|
@Stability(value=Stable) @Nullable default List<String> getCidrAllowList()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getDestination()
@Stability(value=Stable) @Nullable default Object getEncryption()
@Stability(value=Stable) @NotNull String getFlowArn()
@Stability(value=Stable) @Nullable default Number getMaxLatency()
@Stability(value=Stable) @Nullable default Number getMinLatency()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Number getPort()
@Stability(value=Stable) @NotNull String getProtocol()
@Stability(value=Stable) @Nullable default String getRemoteId()
@Stability(value=Stable) @Nullable default Number getSmoothingLatency()
@Stability(value=Stable) @Nullable default String getStreamId()
@Stability(value=Stable) @Nullable default Object getVpcInterfaceAttachment()
@Stability(value=Stable) static CfnFlowOutputProps.Builder builder()
CfnFlowOutputProps.Builder of CfnFlowOutputPropsCopyright © 2021. All rights reserved.