@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.322Z") @Stability(value=Stable) public interface CfnInputProps extends software.amazon.jsii.JsiiSerializable
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.medialive.*;
Object tags;
CfnInputProps cfnInputProps = CfnInputProps.builder()
.destinations(List.of(InputDestinationRequestProperty.builder()
.streamName("streamName")
.build()))
.inputDevices(List.of(InputDeviceSettingsProperty.builder()
.id("id")
.build()))
.inputSecurityGroups(List.of("inputSecurityGroups"))
.mediaConnectFlows(List.of(MediaConnectFlowRequestProperty.builder()
.flowArn("flowArn")
.build()))
.name("name")
.roleArn("roleArn")
.sources(List.of(InputSourceRequestProperty.builder()
.passwordParam("passwordParam")
.url("url")
.username("username")
.build()))
.tags(tags)
.type("type")
.vpc(InputVpcRequestProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInputProps.Builder
A builder for
CfnInputProps |
static class |
CfnInputProps.Jsii$Proxy
An implementation for
CfnInputProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnInputProps.Builder |
builder() |
default Object |
getDestinations()
`AWS::MediaLive::Input.Destinations`.
|
default Object |
getInputDevices()
`AWS::MediaLive::Input.InputDevices`.
|
default List<String> |
getInputSecurityGroups()
`AWS::MediaLive::Input.InputSecurityGroups`.
|
default Object |
getMediaConnectFlows()
`AWS::MediaLive::Input.MediaConnectFlows`.
|
default String |
getName()
`AWS::MediaLive::Input.Name`.
|
default String |
getRoleArn()
`AWS::MediaLive::Input.RoleArn`.
|
default Object |
getSources()
`AWS::MediaLive::Input.Sources`.
|
default Object |
getTags()
`AWS::MediaLive::Input.Tags`.
|
default String |
getType()
`AWS::MediaLive::Input.Type`.
|
default Object |
getVpc()
`AWS::MediaLive::Input.Vpc`.
|
@Stability(value=Stable) @Nullable default Object getDestinations()
@Stability(value=Stable) @Nullable default Object getInputDevices()
@Stability(value=Stable) @Nullable default List<String> getInputSecurityGroups()
@Stability(value=Stable) @Nullable default Object getMediaConnectFlows()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default Object getSources()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default Object getVpc()
@Stability(value=Stable) static CfnInputProps.Builder builder()
CfnInputProps.Builder of CfnInputPropsCopyright © 2021. All rights reserved.