| Package | Description |
|---|---|
| software.amazon.awscdk.services.medialive |
AWS Elemental MediaLive Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnInput.Builder |
CfnInput.Builder.create(software.constructs.Construct scope,
String id) |
CfnInput.Builder |
CfnInput.Builder.destinations(IResolvable destinations)
Settings that apply only if the input is a push type of input.
|
CfnInput.Builder |
CfnInput.Builder.destinations(List<? extends Object> destinations)
Settings that apply only if the input is a push type of input.
|
CfnInput.Builder |
CfnInput.Builder.inputDevices(IResolvable inputDevices)
Settings that apply only if the input is an Elemental Link input.
|
CfnInput.Builder |
CfnInput.Builder.inputDevices(List<? extends Object> inputDevices)
Settings that apply only if the input is an Elemental Link input.
|
CfnInput.Builder |
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 |
CfnInput.Builder.mediaConnectFlows(IResolvable mediaConnectFlows)
Settings that apply only if the input is a MediaConnect input.
|
CfnInput.Builder |
CfnInput.Builder.mediaConnectFlows(List<? extends Object> mediaConnectFlows)
Settings that apply only if the input is a MediaConnect input.
|
CfnInput.Builder |
CfnInput.Builder.name(String name)
A name for the input.
|
CfnInput.Builder |
CfnInput.Builder.roleArn(String roleArn)
The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input.
|
CfnInput.Builder |
CfnInput.Builder.sources(IResolvable sources)
Settings that apply only if the input is a pull type of input.
|
CfnInput.Builder |
CfnInput.Builder.sources(List<? extends Object> sources)
Settings that apply only if the input is a pull type of input.
|
CfnInput.Builder |
CfnInput.Builder.tags(Object tags)
A collection of tags for this input.
|
CfnInput.Builder |
CfnInput.Builder.type(String type)
The type for this input.
|
CfnInput.Builder |
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 |
CfnInput.Builder.vpc(IResolvable vpc)
Settings that apply only if the input is an push input where the source is on Amazon VPC.
|
Copyright © 2022. All rights reserved.