@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.477Z") @Stability(value=Stable) public class CfnFlowOutput extends CfnResource implements IInspectable
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.*;
CfnFlowOutput cfnFlowOutput = CfnFlowOutput.Builder.create(this, "MyCfnFlowOutput")
.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 | Class and Description |
|---|---|
static class |
CfnFlowOutput.Builder
A fluent builder for
CfnFlowOutput. |
static interface |
CfnFlowOutput.EncryptionProperty
Example:
|
static interface |
CfnFlowOutput.VpcInterfaceAttachmentProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFlowOutput(software.constructs.Construct scope,
String id,
CfnFlowOutputProps props)
Create a new `AWS::MediaConnect::FlowOutput`.
|
protected |
CfnFlowOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFlowOutput(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrOutputArn() |
protected Map<String,Object> |
getCfnProperties() |
List<String> |
getCidrAllowList()
`AWS::MediaConnect::FlowOutput.CidrAllowList`.
|
String |
getDescription()
`AWS::MediaConnect::FlowOutput.Description`.
|
String |
getDestination()
`AWS::MediaConnect::FlowOutput.Destination`.
|
Object |
getEncryption()
`AWS::MediaConnect::FlowOutput.Encryption`.
|
String |
getFlowArn()
`AWS::MediaConnect::FlowOutput.FlowArn`.
|
Number |
getMaxLatency()
`AWS::MediaConnect::FlowOutput.MaxLatency`.
|
Number |
getMinLatency()
`AWS::MediaConnect::FlowOutput.MinLatency`.
|
String |
getName()
`AWS::MediaConnect::FlowOutput.Name`.
|
Number |
getPort()
`AWS::MediaConnect::FlowOutput.Port`.
|
String |
getProtocol()
`AWS::MediaConnect::FlowOutput.Protocol`.
|
String |
getRemoteId()
`AWS::MediaConnect::FlowOutput.RemoteId`.
|
Number |
getSmoothingLatency()
`AWS::MediaConnect::FlowOutput.SmoothingLatency`.
|
String |
getStreamId()
`AWS::MediaConnect::FlowOutput.StreamId`.
|
Object |
getVpcInterfaceAttachment()
`AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCidrAllowList(List<String> value)
`AWS::MediaConnect::FlowOutput.CidrAllowList`.
|
void |
setDescription(String value)
`AWS::MediaConnect::FlowOutput.Description`.
|
void |
setDestination(String value)
`AWS::MediaConnect::FlowOutput.Destination`.
|
void |
setEncryption(CfnFlowOutput.EncryptionProperty value)
`AWS::MediaConnect::FlowOutput.Encryption`.
|
void |
setEncryption(IResolvable value)
`AWS::MediaConnect::FlowOutput.Encryption`.
|
void |
setFlowArn(String value)
`AWS::MediaConnect::FlowOutput.FlowArn`.
|
void |
setMaxLatency(Number value)
`AWS::MediaConnect::FlowOutput.MaxLatency`.
|
void |
setMinLatency(Number value)
`AWS::MediaConnect::FlowOutput.MinLatency`.
|
void |
setName(String value)
`AWS::MediaConnect::FlowOutput.Name`.
|
void |
setPort(Number value)
`AWS::MediaConnect::FlowOutput.Port`.
|
void |
setProtocol(String value)
`AWS::MediaConnect::FlowOutput.Protocol`.
|
void |
setRemoteId(String value)
`AWS::MediaConnect::FlowOutput.RemoteId`.
|
void |
setSmoothingLatency(Number value)
`AWS::MediaConnect::FlowOutput.SmoothingLatency`.
|
void |
setStreamId(String value)
`AWS::MediaConnect::FlowOutput.StreamId`.
|
void |
setVpcInterfaceAttachment(CfnFlowOutput.VpcInterfaceAttachmentProperty value)
`AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment`.
|
void |
setVpcInterfaceAttachment(IResolvable value)
`AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFlowOutput(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFlowOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFlowOutput(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFlowOutputProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrOutputArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public List<String> getCidrAllowList()
@Stability(value=Stable)
public void setCidrAllowList(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDestination()
@Stability(value=Stable)
public void setDestination(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEncryption()
@Stability(value=Stable)
public void setEncryption(@Nullable
CfnFlowOutput.EncryptionProperty value)
@Stability(value=Stable)
public void setEncryption(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull public String getFlowArn()
@Stability(value=Stable)
public void setFlowArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public Number getMaxLatency()
@Stability(value=Stable)
public void setMaxLatency(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getMinLatency()
@Stability(value=Stable)
public void setMinLatency(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getPort()
@Stability(value=Stable)
public void setPort(@Nullable
Number value)
@Stability(value=Stable) @NotNull public String getProtocol()
@Stability(value=Stable)
public void setProtocol(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getRemoteId()
@Stability(value=Stable)
public void setRemoteId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getSmoothingLatency()
@Stability(value=Stable)
public void setSmoothingLatency(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getStreamId()
@Stability(value=Stable)
public void setStreamId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getVpcInterfaceAttachment()
@Stability(value=Stable)
public void setVpcInterfaceAttachment(@Nullable
CfnFlowOutput.VpcInterfaceAttachmentProperty value)
@Stability(value=Stable)
public void setVpcInterfaceAttachment(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.