| Modifier and Type | Method and Description |
|---|---|
CfnInput |
build() |
static CfnInput.Builder |
create(software.constructs.Construct scope,
String id) |
CfnInput.Builder |
destinations(IResolvable destinations)
Settings that apply only if the input is a push type of input.
|
CfnInput.Builder |
destinations(List<? extends Object> destinations)
Settings that apply only if the input is a push type of input.
|
CfnInput.Builder |
inputDevices(IResolvable inputDevices)
Settings that apply only if the input is an Elemental Link input.
|
CfnInput.Builder |
inputDevices(List<? extends Object> inputDevices)
Settings that apply only if the input is an Elemental Link input.
|
CfnInput.Builder |
inputSecurityGroups(List<String> inputSecurityGroups)
The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
|
CfnInput.Builder |
mediaConnectFlows(IResolvable mediaConnectFlows)
Settings that apply only if the input is a MediaConnect input.
|
CfnInput.Builder |
mediaConnectFlows(List<? extends Object> mediaConnectFlows)
Settings that apply only if the input is a MediaConnect input.
|
CfnInput.Builder |
name(String name)
A name for the input.
|
CfnInput.Builder |
roleArn(String roleArn)
The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input.
|
CfnInput.Builder |
sources(IResolvable sources)
Settings that apply only if the input is a pull type of input.
|
CfnInput.Builder |
sources(List<? extends Object> sources)
Settings that apply only if the input is a pull type of input.
|
CfnInput.Builder |
tags(Object tags)
A collection of tags for this input.
|
CfnInput.Builder |
type(String type)
The type for this input.
|
CfnInput.Builder |
vpc(CfnInput.InputVpcRequestProperty vpc)
Settings that apply only if the input is an push input where the source is on Amazon VPC.
|
CfnInput.Builder |
vpc(IResolvable vpc)
Settings that apply only if the input is an push input where the source is on Amazon VPC.
|
@Stability(value=Stable) public static CfnInput.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnInput.InputDestinationRequestProperty.Builder.@Stability(value=Stable) public CfnInput.Builder destinations(IResolvable destinations)
destinations - Settings that apply only if the input is a push type of input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder destinations(List<? extends Object> destinations)
destinations - Settings that apply only if the input is a push type of input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder inputDevices(IResolvable inputDevices)
inputDevices - Settings that apply only if the input is an Elemental Link input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder inputDevices(List<? extends Object> inputDevices)
inputDevices - Settings that apply only if the input is an Elemental Link input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder inputSecurityGroups(List<String> inputSecurityGroups)
inputSecurityGroups - The list of input security groups (referenced by IDs) to attach to the input if the input is a push type. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder mediaConnectFlows(IResolvable mediaConnectFlows)
mediaConnectFlows - Settings that apply only if the input is a MediaConnect input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder mediaConnectFlows(List<? extends Object> mediaConnectFlows)
mediaConnectFlows - Settings that apply only if the input is a MediaConnect input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder name(String name)
name - A name for the input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder roleArn(String roleArn)
This doesn't apply to other types of inputs. The role is identified by its ARN.
roleArn - The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder sources(IResolvable sources)
sources - Settings that apply only if the input is a pull type of input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder sources(List<? extends Object> sources)
sources - Settings that apply only if the input is a pull type of input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder tags(Object tags)
Each tag is a key-value pair.
tags - A collection of tags for this input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder type(String type)
type - The type for this input. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder vpc(CfnInput.InputVpcRequestProperty vpc)
vpc - Settings that apply only if the input is an push input where the source is on Amazon VPC. This parameter is required.this@Stability(value=Stable) public CfnInput.Builder vpc(IResolvable vpc)
vpc - Settings that apply only if the input is an push input where the source is on Amazon VPC. This parameter is required.thisCopyright © 2022. All rights reserved.