@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-06-22T23:27:51.412Z") public class CfnSignalingChannel extends CfnResource implements IInspectable
Specifies a signaling channel.
CreateSignalingChannel
is an asynchronous operation.
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.kinesisvideo.*; CfnSignalingChannel cfnSignalingChannel = CfnSignalingChannel.Builder.create(this, "MyCfnSignalingChannel") .messageTtlSeconds(123) .name("name") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .type("type") .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnSignalingChannel.Builder
A fluent builder for
CfnSignalingChannel . |
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnSignalingChannel(Construct scope,
java.lang.String id)
Create a new `AWS::KinesisVideo::SignalingChannel`.
|
|
CfnSignalingChannel(Construct scope,
java.lang.String id,
CfnSignalingChannelProps props)
Create a new `AWS::KinesisVideo::SignalingChannel`.
|
protected |
CfnSignalingChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnSignalingChannel(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttrArn()
The Amazon Resource Name (ARN) of the signaling channel.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.lang.Number |
getMessageTtlSeconds()
The period of time a signaling channel retains undelivered messages before they are discarded.
|
java.lang.String |
getName()
A name for the signaling channel that you are creating.
|
TagManager |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String |
getType()
A type of the signaling channel that you are creating.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setMessageTtlSeconds(java.lang.Number value)
The period of time a signaling channel retains undelivered messages before they are discarded.
|
void |
setName(java.lang.String value)
A name for the signaling channel that you are creating.
|
void |
setType(java.lang.String value)
A type of the signaling channel that you are creating.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnSignalingChannel(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSignalingChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnSignalingChannel(Construct scope, java.lang.String id, CfnSignalingChannelProps 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.public CfnSignalingChannel(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.public java.lang.String getAttrArn()
protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public TagManager getTags()
For more information, see Tag .
public java.lang.Number getMessageTtlSeconds()
public void setMessageTtlSeconds(java.lang.Number value)
public java.lang.String getName()
It must be unique for each AWS account and AWS Region .
public void setName(java.lang.String value)
It must be unique for each AWS account and AWS Region .
public java.lang.String getType()
Currently, SINGLE_MASTER
is the only supported channel type.
public void setType(java.lang.String value)
Currently, SINGLE_MASTER
is the only supported channel type.