@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.475Z") @Stability(value=Stable) public class CfnFlow 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.*;
CfnFlow cfnFlow = CfnFlow.Builder.create(this, "MyCfnFlow")
.name("name")
.source(SourceProperty.builder()
.decryption(EncryptionProperty.builder()
.roleArn("roleArn")
// the properties below are optional
.algorithm("algorithm")
.constantInitializationVector("constantInitializationVector")
.deviceId("deviceId")
.keyType("keyType")
.region("region")
.resourceId("resourceId")
.secretArn("secretArn")
.url("url")
.build())
.description("description")
.entitlementArn("entitlementArn")
.ingestIp("ingestIp")
.ingestPort(123)
.maxBitrate(123)
.maxLatency(123)
.minLatency(123)
.name("name")
.protocol("protocol")
.sourceArn("sourceArn")
.sourceIngestPort("sourceIngestPort")
.streamId("streamId")
.vpcInterfaceName("vpcInterfaceName")
.whitelistCidr("whitelistCidr")
.build())
// the properties below are optional
.availabilityZone("availabilityZone")
.sourceFailoverConfig(FailoverConfigProperty.builder()
.recoveryWindow(123)
.state("state")
.build())
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFlow.Builder
A fluent builder for
CfnFlow. |
static interface |
CfnFlow.EncryptionProperty
Example:
|
static interface |
CfnFlow.FailoverConfigProperty
Example:
|
static interface |
CfnFlow.SourceProperty
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 |
|---|---|
|
CfnFlow(software.constructs.Construct scope,
String id,
CfnFlowProps props)
Create a new `AWS::MediaConnect::Flow`.
|
protected |
CfnFlow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFlow(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrFlowArn() |
String |
getAttrFlowAvailabilityZone() |
String |
getAttrSourceIngestIp() |
String |
getAttrSourceSourceArn() |
String |
getAttrSourceSourceIngestPort() |
String |
getAvailabilityZone()
`AWS::MediaConnect::Flow.AvailabilityZone`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getName()
`AWS::MediaConnect::Flow.Name`.
|
Object |
getSource()
`AWS::MediaConnect::Flow.Source`.
|
Object |
getSourceFailoverConfig()
`AWS::MediaConnect::Flow.SourceFailoverConfig`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAvailabilityZone(String value)
`AWS::MediaConnect::Flow.AvailabilityZone`.
|
void |
setName(String value)
`AWS::MediaConnect::Flow.Name`.
|
void |
setSource(CfnFlow.SourceProperty value)
`AWS::MediaConnect::Flow.Source`.
|
void |
setSource(IResolvable value)
`AWS::MediaConnect::Flow.Source`.
|
void |
setSourceFailoverConfig(CfnFlow.FailoverConfigProperty value)
`AWS::MediaConnect::Flow.SourceFailoverConfig`.
|
void |
setSourceFailoverConfig(IResolvable value)
`AWS::MediaConnect::Flow.SourceFailoverConfig`.
|
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 CfnFlow(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFlow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFlow(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFlowProps 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 getAttrFlowArn()
@Stability(value=Stable) @NotNull public String getAttrFlowAvailabilityZone()
@Stability(value=Stable) @NotNull public String getAttrSourceIngestIp()
@Stability(value=Stable) @NotNull public String getAttrSourceSourceArn()
@Stability(value=Stable) @NotNull public String getAttrSourceSourceIngestPort()
@Stability(value=Stable) @Nullable public String getAvailabilityZone()
@Stability(value=Stable)
public void setAvailabilityZone(@Nullable
String value)
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getSource()
@Stability(value=Stable)
public void setSource(@NotNull
CfnFlow.SourceProperty value)
@Stability(value=Stable)
public void setSource(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSourceFailoverConfig()
@Stability(value=Stable)
public void setSourceFailoverConfig(@Nullable
CfnFlow.FailoverConfigProperty value)
@Stability(value=Stable)
public void setSourceFailoverConfig(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.