@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:21.964Z") @Stability(value=Stable) public interface CfnInputProps extends software.amazon.jsii.JsiiSerializable
| 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.