We recommend new projects start with resources from the AWS provider.
aws-native.kinesis.Stream
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Kinesis::Stream
Create Stream Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Stream(name: string, args?: StreamArgs, opts?: CustomResourceOptions);@overload
def Stream(resource_name: str,
           args: Optional[StreamArgs] = None,
           opts: Optional[ResourceOptions] = None)
@overload
def Stream(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           name: Optional[str] = None,
           retention_period_hours: Optional[int] = None,
           shard_count: Optional[int] = None,
           stream_encryption: Optional[StreamEncryptionArgs] = None,
           stream_mode_details: Optional[StreamModeDetailsArgs] = None,
           tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewStream(ctx *Context, name string, args *StreamArgs, opts ...ResourceOption) (*Stream, error)public Stream(string name, StreamArgs? args = null, CustomResourceOptions? opts = null)
public Stream(String name, StreamArgs args)
public Stream(String name, StreamArgs args, CustomResourceOptions options)
type: aws-native:kinesis:Stream
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 StreamArgs
- 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 StreamArgs
- 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 StreamArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StreamArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StreamArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Stream Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Stream resource accepts the following input properties:
- Name string
- The name of the Kinesis stream.
- RetentionPeriod intHours 
- The number of hours for the data records that are stored in shards to remain accessible.
- int
- The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
- StreamEncryption Pulumi.Aws Native. Kinesis. Inputs. Stream Encryption 
- When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
- StreamMode Pulumi.Details Aws Native. Kinesis. Inputs. Stream Mode Details 
- The mode in which the stream is running.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
- Name string
- The name of the Kinesis stream.
- RetentionPeriod intHours 
- The number of hours for the data records that are stored in shards to remain accessible.
- int
- The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
- StreamEncryption StreamEncryption Args 
- When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
- StreamMode StreamDetails Mode Details Args 
- The mode in which the stream is running.
- 
TagArgs 
- An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
- name String
- The name of the Kinesis stream.
- retentionPeriod IntegerHours 
- The number of hours for the data records that are stored in shards to remain accessible.
- Integer
- The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
- streamEncryption StreamEncryption 
- When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
- streamMode StreamDetails Mode Details 
- The mode in which the stream is running.
- List<Tag>
- An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
- name string
- The name of the Kinesis stream.
- retentionPeriod numberHours 
- The number of hours for the data records that are stored in shards to remain accessible.
- number
- The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
- streamEncryption StreamEncryption 
- When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
- streamMode StreamDetails Mode Details 
- The mode in which the stream is running.
- Tag[]
- An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
- name str
- The name of the Kinesis stream.
- retention_period_ inthours 
- The number of hours for the data records that are stored in shards to remain accessible.
- int
- The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
- stream_encryption StreamEncryption Args 
- When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
- stream_mode_ Streamdetails Mode Details Args 
- The mode in which the stream is running.
- 
Sequence[TagArgs] 
- An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
- name String
- The name of the Kinesis stream.
- retentionPeriod NumberHours 
- The number of hours for the data records that are stored in shards to remain accessible.
- Number
- The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
- streamEncryption Property Map
- When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
- streamMode Property MapDetails 
- The mode in which the stream is running.
- List<Property Map>
- An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
Outputs
All input properties are implicitly available as output properties. Additionally, the Stream resource produces the following output properties:
Supporting Types
StreamEncryption, StreamEncryptionArgs    
- EncryptionType Pulumi.Aws Native. Kinesis. Stream Encryption Encryption Type 
- The encryption type to use. The only valid value is KMS.
- KeyId string
- The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.
- EncryptionType StreamEncryption Encryption Type 
- The encryption type to use. The only valid value is KMS.
- KeyId string
- The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.
- encryptionType StreamEncryption Encryption Type 
- The encryption type to use. The only valid value is KMS.
- keyId String
- The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.
- encryptionType StreamEncryption Encryption Type 
- The encryption type to use. The only valid value is KMS.
- keyId string
- The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.
- encryption_type StreamEncryption Encryption Type 
- The encryption type to use. The only valid value is KMS.
- key_id str
- The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.
- encryptionType "KMS"
- The encryption type to use. The only valid value is KMS.
- keyId String
- The GUID for the customer-managed AWS KMS key to use for encryption. This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis.
StreamEncryptionEncryptionType, StreamEncryptionEncryptionTypeArgs        
- Kms
- KMS
- StreamEncryption Encryption Type Kms 
- KMS
- Kms
- KMS
- Kms
- KMS
- KMS
- KMS
- "KMS"
- KMS
StreamModeDetails, StreamModeDetailsArgs      
- StreamMode Pulumi.Aws Native. Kinesis. Stream Mode Details Stream Mode 
- The mode of the stream
- StreamMode StreamMode Details Stream Mode 
- The mode of the stream
- streamMode StreamMode Details Stream Mode 
- The mode of the stream
- streamMode StreamMode Details Stream Mode 
- The mode of the stream
- stream_mode StreamMode Details Stream Mode 
- The mode of the stream
- streamMode "ON_DEMAND" | "PROVISIONED"
- The mode of the stream
StreamModeDetailsStreamMode, StreamModeDetailsStreamModeArgs          
- OnDemand 
- ON_DEMAND
- Provisioned
- PROVISIONED
- StreamMode Details Stream Mode On Demand 
- ON_DEMAND
- StreamMode Details Stream Mode Provisioned 
- PROVISIONED
- OnDemand 
- ON_DEMAND
- Provisioned
- PROVISIONED
- OnDemand 
- ON_DEMAND
- Provisioned
- PROVISIONED
- ON_DEMAND
- ON_DEMAND
- PROVISIONED
- PROVISIONED
- "ON_DEMAND"
- ON_DEMAND
- "PROVISIONED"
- PROVISIONED
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.