We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ivs.StreamKey
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::IVS::StreamKey
Create StreamKey Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new StreamKey(name: string, args: StreamKeyArgs, opts?: CustomResourceOptions);
@overload
def StreamKey(resource_name: str,
args: StreamKeyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def StreamKey(resource_name: str,
opts: Optional[ResourceOptions] = None,
channel_arn: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewStreamKey(ctx *Context, name string, args StreamKeyArgs, opts ...ResourceOption) (*StreamKey, error)
public StreamKey(string name, StreamKeyArgs args, CustomResourceOptions? opts = null)
public StreamKey(String name, StreamKeyArgs args)
public StreamKey(String name, StreamKeyArgs args, CustomResourceOptions options)
type: aws-native:ivs:StreamKey
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args StreamKeyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args StreamKeyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args StreamKeyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StreamKeyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StreamKeyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
StreamKey Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The StreamKey resource accepts the following input properties:
- Channel
Arn string - Channel ARN for the stream.
- List<Pulumi.
Aws Native. Inputs. Tag> - A list of key-value pairs that contain metadata for the asset model.
- Channel
Arn string - Channel ARN for the stream.
- Tag
Args - A list of key-value pairs that contain metadata for the asset model.
- channel
Arn String - Channel ARN for the stream.
- List<Tag>
- A list of key-value pairs that contain metadata for the asset model.
- channel
Arn string - Channel ARN for the stream.
- Tag[]
- A list of key-value pairs that contain metadata for the asset model.
- channel_
arn str - Channel ARN for the stream.
- Sequence[Tag
Args] - A list of key-value pairs that contain metadata for the asset model.
- channel
Arn String - Channel ARN for the stream.
- List<Property Map>
- A list of key-value pairs that contain metadata for the asset model.
Outputs
All input properties are implicitly available as output properties. Additionally, the StreamKey resource produces the following output properties:
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi