@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.749Z") @Stability(value=Stable) public class CfnFlowOutput extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFlowOutput.Builder
A fluent builder for
CfnFlowOutput. |
static interface |
CfnFlowOutput.EncryptionProperty |
static interface |
CfnFlowOutput.VpcInterfaceAttachmentProperty |
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`.
|
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 |
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) @NotNull public String getFlowArn()
@Stability(value=Stable)
public void setFlowArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getProtocol()
@Stability(value=Stable)
public void setProtocol(@NotNull
String value)
@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) @Nullable public Number getMaxLatency()
@Stability(value=Stable)
public void setMaxLatency(@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) @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.