Class CfnStreamKey
The AWS::IVS::StreamKey
resource specifies an stream key associated with the referenced channel.
Inherited Members
Namespace: Amazon.CDK.AWS.Ivs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamKey : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnStreamKey Inherits CfnResource Implements IInspectable, ITaggable
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Ivs;
var cfnStreamKey = new CfnStreamKey(this, "MyCfnStreamKey", new CfnStreamKeyProps {
ChannelArn = "channelArn",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
CfnStreamKey(Construct, string, ICfnStreamKeyProps) | The |
Properties
AttrArn | The stream-key ARN. |
AttrValue | The stream-key value. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | The |
ChannelArn | Channel ARN for the stream. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | An array of key-value pairs to apply to this resource. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<string, object>) | The |
Constructors
CfnStreamKey(Construct, string, ICfnStreamKeyProps)
The AWS::IVS::StreamKey
resource specifies an stream key associated with the referenced channel.
public CfnStreamKey(Construct scope, string id, ICfnStreamKeyProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnStreamKeyProps
Resource properties.
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated
Properties
AttrArn
The stream-key ARN.
public virtual string AttrArn { get; }
Property Value
Remarks
For example: arn:aws:ivs:us-west-2:123456789012:stream-key/g1H2I3j4k5L6
CloudformationAttribute: Arn
AttrValue
The stream-key value.
public virtual string AttrValue { get; }
Property Value
Remarks
For example: sk_us-west-2_abcdABCDefgh_567890abcdef
CloudformationAttribute: Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated
CfnProperties
The AWS::IVS::StreamKey
resource specifies an stream key associated with the referenced channel.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated
ChannelArn
Channel ARN for the stream.
public virtual string ChannelArn { get; set; }
Property Value
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated
TagsRaw
An array of key-value pairs to apply to this resource.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
The AWS::IVS::StreamKey
resource specifies an stream key associated with the referenced channel.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
Use a stream key to initiate a live stream.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
CloudformationResource: AWS::IVS::StreamKey
ExampleMetadata: fixture=_generated