@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T09:30:48.856Z") @Stability(value=Stable) public class CfnSignalingChannel extends CfnResource implements IInspectable
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 . |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
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 |
---|---|
|
CfnSignalingChannel(software.constructs.Construct scope,
String id)
Create a new `AWS::KinesisVideo::SignalingChannel`.
|
|
CfnSignalingChannel(software.constructs.Construct scope,
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 |
---|---|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
Number |
getMessageTtlSeconds()
`AWS::KinesisVideo::SignalingChannel.MessageTtlSeconds`.
|
String |
getName()
`AWS::KinesisVideo::SignalingChannel.Name`.
|
TagManager |
getTags()
`AWS::KinesisVideo::SignalingChannel.Tags`.
|
String |
getType()
`AWS::KinesisVideo::SignalingChannel.Type`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setMessageTtlSeconds(Number value)
`AWS::KinesisVideo::SignalingChannel.MessageTtlSeconds`.
|
void |
setName(String value)
`AWS::KinesisVideo::SignalingChannel.Name`.
|
void |
setType(String value)
`AWS::KinesisVideo::SignalingChannel.Type`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnSignalingChannel(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSignalingChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnSignalingChannel(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable 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.@Stability(value=Stable) public CfnSignalingChannel(@NotNull software.constructs.Construct scope, @NotNull String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.@Stability(value=Stable) public void inspect(@NotNull TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - 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 CfnResource
props
- 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 Number getMessageTtlSeconds()
@Stability(value=Stable) public void setMessageTtlSeconds(@Nullable Number value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable) public void setName(@Nullable String value)
@Stability(value=Stable) @Nullable public String getType()
@Stability(value=Stable) public void setType(@Nullable String value)
Copyright © 2022. All rights reserved.