@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:21.918Z") @Stability(value=Stable) public class CfnChannel extends CfnResource implements IInspectable
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| 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 |
|---|---|
|
CfnChannel(Construct scope,
String id)
Create a new `AWS::MediaLive::Channel`.
|
|
CfnChannel(Construct scope,
String id,
CfnChannelProps props)
Create a new `AWS::MediaLive::Channel`.
|
protected |
CfnChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnChannel(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
List<String> |
getAttrInputs() |
Object |
getCdiInputSpecification()
`AWS::MediaLive::Channel.CdiInputSpecification`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getChannelClass()
`AWS::MediaLive::Channel.ChannelClass`.
|
Object |
getDestinations()
`AWS::MediaLive::Channel.Destinations`.
|
Object |
getEncoderSettings()
`AWS::MediaLive::Channel.EncoderSettings`.
|
Object |
getInputAttachments()
`AWS::MediaLive::Channel.InputAttachments`.
|
Object |
getInputSpecification()
`AWS::MediaLive::Channel.InputSpecification`.
|
String |
getLogLevel()
`AWS::MediaLive::Channel.LogLevel`.
|
String |
getName()
`AWS::MediaLive::Channel.Name`.
|
String |
getRoleArn()
`AWS::MediaLive::Channel.RoleArn`.
|
TagManager |
getTags()
`AWS::MediaLive::Channel.Tags`.
|
Object |
getVpc()
`AWS::MediaLive::Channel.Vpc`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCdiInputSpecification(CfnChannel.CdiInputSpecificationProperty value)
`AWS::MediaLive::Channel.CdiInputSpecification`.
|
void |
setCdiInputSpecification(IResolvable value)
`AWS::MediaLive::Channel.CdiInputSpecification`.
|
void |
setChannelClass(String value)
`AWS::MediaLive::Channel.ChannelClass`.
|
void |
setDestinations(IResolvable value)
`AWS::MediaLive::Channel.Destinations`.
|
void |
setDestinations(List<Object> value)
`AWS::MediaLive::Channel.Destinations`.
|
void |
setEncoderSettings(CfnChannel.EncoderSettingsProperty value)
`AWS::MediaLive::Channel.EncoderSettings`.
|
void |
setEncoderSettings(IResolvable value)
`AWS::MediaLive::Channel.EncoderSettings`.
|
void |
setInputAttachments(IResolvable value)
`AWS::MediaLive::Channel.InputAttachments`.
|
void |
setInputAttachments(List<Object> value)
`AWS::MediaLive::Channel.InputAttachments`.
|
void |
setInputSpecification(CfnChannel.InputSpecificationProperty value)
`AWS::MediaLive::Channel.InputSpecification`.
|
void |
setInputSpecification(IResolvable value)
`AWS::MediaLive::Channel.InputSpecification`.
|
void |
setLogLevel(String value)
`AWS::MediaLive::Channel.LogLevel`.
|
void |
setName(String value)
`AWS::MediaLive::Channel.Name`.
|
void |
setRoleArn(String value)
`AWS::MediaLive::Channel.RoleArn`.
|
void |
setVpc(CfnChannel.VpcOutputSettingsProperty value)
`AWS::MediaLive::Channel.Vpc`.
|
void |
setVpc(IResolvable value)
`AWS::MediaLive::Channel.Vpc`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnChannel(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnChannel(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
CfnChannelProps 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.@Stability(value=Experimental)
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 getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public Object getCdiInputSpecification()
@Stability(value=Stable)
public void setCdiInputSpecification(@Nullable
CfnChannel.CdiInputSpecificationProperty value)
@Stability(value=Stable)
public void setCdiInputSpecification(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getChannelClass()
@Stability(value=Stable)
public void setChannelClass(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getDestinations()
@Stability(value=Stable)
public void setDestinations(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setDestinations(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getEncoderSettings()
@Stability(value=Stable)
public void setEncoderSettings(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setEncoderSettings(@Nullable
CfnChannel.EncoderSettingsProperty value)
@Stability(value=Stable) @Nullable public Object getInputAttachments()
@Stability(value=Stable)
public void setInputAttachments(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setInputAttachments(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getInputSpecification()
@Stability(value=Stable)
public void setInputSpecification(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setInputSpecification(@Nullable
CfnChannel.InputSpecificationProperty value)
@Stability(value=Stable) @Nullable public String getLogLevel()
@Stability(value=Stable)
public void setLogLevel(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getVpc()
@Stability(value=Stable)
public void setVpc(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setVpc(@Nullable
CfnChannel.VpcOutputSettingsProperty value)
Copyright © 2021. All rights reserved.