@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.234Z") @Stability(value=Stable) public class CfnFlowSource 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.*;
CfnFlowSource cfnFlowSource = CfnFlowSource.Builder.create(this, "MyCfnFlowSource")
.description("description")
.name("name")
// the properties below are optional
.decryption(EncryptionProperty.builder()
.algorithm("algorithm")
.roleArn("roleArn")
// the properties below are optional
.constantInitializationVector("constantInitializationVector")
.deviceId("deviceId")
.keyType("keyType")
.region("region")
.resourceId("resourceId")
.secretArn("secretArn")
.url("url")
.build())
.entitlementArn("entitlementArn")
.flowArn("flowArn")
.ingestPort(123)
.maxBitrate(123)
.maxLatency(123)
.protocol("protocol")
.streamId("streamId")
.vpcInterfaceName("vpcInterfaceName")
.whitelistCidr("whitelistCidr")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFlowSource.Builder
A fluent builder for
CfnFlowSource. |
static interface |
CfnFlowSource.EncryptionProperty
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 |
|---|---|
|
CfnFlowSource(software.constructs.Construct scope,
String id,
CfnFlowSourceProps props)
Create a new `AWS::MediaConnect::FlowSource`.
|
protected |
CfnFlowSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFlowSource(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrIngestIp() |
String |
getAttrSourceArn() |
String |
getAttrSourceIngestPort() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getDecryption()
`AWS::MediaConnect::FlowSource.Decryption`.
|
String |
getDescription()
`AWS::MediaConnect::FlowSource.Description`.
|
String |
getEntitlementArn()
`AWS::MediaConnect::FlowSource.EntitlementArn`.
|
String |
getFlowArn()
`AWS::MediaConnect::FlowSource.FlowArn`.
|
Number |
getIngestPort()
`AWS::MediaConnect::FlowSource.IngestPort`.
|
Number |
getMaxBitrate()
`AWS::MediaConnect::FlowSource.MaxBitrate`.
|
Number |
getMaxLatency()
`AWS::MediaConnect::FlowSource.MaxLatency`.
|
String |
getName()
`AWS::MediaConnect::FlowSource.Name`.
|
String |
getProtocol()
`AWS::MediaConnect::FlowSource.Protocol`.
|
String |
getStreamId()
`AWS::MediaConnect::FlowSource.StreamId`.
|
String |
getVpcInterfaceName()
`AWS::MediaConnect::FlowSource.VpcInterfaceName`.
|
String |
getWhitelistCidr()
`AWS::MediaConnect::FlowSource.WhitelistCidr`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDecryption(CfnFlowSource.EncryptionProperty value)
`AWS::MediaConnect::FlowSource.Decryption`.
|
void |
setDecryption(IResolvable value)
`AWS::MediaConnect::FlowSource.Decryption`.
|
void |
setDescription(String value)
`AWS::MediaConnect::FlowSource.Description`.
|
void |
setEntitlementArn(String value)
`AWS::MediaConnect::FlowSource.EntitlementArn`.
|
void |
setFlowArn(String value)
`AWS::MediaConnect::FlowSource.FlowArn`.
|
void |
setIngestPort(Number value)
`AWS::MediaConnect::FlowSource.IngestPort`.
|
void |
setMaxBitrate(Number value)
`AWS::MediaConnect::FlowSource.MaxBitrate`.
|
void |
setMaxLatency(Number value)
`AWS::MediaConnect::FlowSource.MaxLatency`.
|
void |
setName(String value)
`AWS::MediaConnect::FlowSource.Name`.
|
void |
setProtocol(String value)
`AWS::MediaConnect::FlowSource.Protocol`.
|
void |
setStreamId(String value)
`AWS::MediaConnect::FlowSource.StreamId`.
|
void |
setVpcInterfaceName(String value)
`AWS::MediaConnect::FlowSource.VpcInterfaceName`.
|
void |
setWhitelistCidr(String value)
`AWS::MediaConnect::FlowSource.WhitelistCidr`.
|
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 CfnFlowSource(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFlowSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFlowSource(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFlowSourceProps 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 getAttrIngestIp()
@Stability(value=Stable) @NotNull public String getAttrSourceArn()
@Stability(value=Stable) @NotNull public String getAttrSourceIngestPort()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public Object getDecryption()
@Stability(value=Stable)
public void setDecryption(@Nullable
CfnFlowSource.EncryptionProperty value)
@Stability(value=Stable)
public void setDecryption(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull public String getDescription()
@Stability(value=Stable)
public void setDescription(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getEntitlementArn()
@Stability(value=Stable)
public void setEntitlementArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getFlowArn()
@Stability(value=Stable)
public void setFlowArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getIngestPort()
@Stability(value=Stable)
public void setIngestPort(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getMaxBitrate()
@Stability(value=Stable)
public void setMaxBitrate(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getMaxLatency()
@Stability(value=Stable)
public void setMaxLatency(@Nullable
Number value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getProtocol()
@Stability(value=Stable)
public void setProtocol(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getStreamId()
@Stability(value=Stable)
public void setStreamId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getVpcInterfaceName()
@Stability(value=Stable)
public void setVpcInterfaceName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getWhitelistCidr()
@Stability(value=Stable)
public void setWhitelistCidr(@Nullable
String value)
Copyright © 2021. All rights reserved.