1. Packages
  2. AWS Native
  3. API Docs
  4. kinesis
  5. Stream

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.kinesis.Stream

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Type definition for AWS::Kinesis::Stream

    Create Stream Resource

    new Stream(name: string, args?: StreamArgs, opts?: CustomResourceOptions);
    @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)
    @overload
    def Stream(resource_name: str,
               args: Optional[StreamArgs] = None,
               opts: Optional[ResourceOptions] = 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.
    
    
    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

    The Stream resource accepts the following input properties:

    Name string
    The name of the Kinesis stream.
    RetentionPeriodHours int
    The number of hours for the data records that are stored in shards to remain accessible.
    ShardCount int
    The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
    StreamEncryption Pulumi.AwsNative.Kinesis.Inputs.StreamEncryption
    When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
    StreamModeDetails Pulumi.AwsNative.Kinesis.Inputs.StreamModeDetails
    The mode in which the stream is running.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
    Name string
    The name of the Kinesis stream.
    RetentionPeriodHours int
    The number of hours for the data records that are stored in shards to remain accessible.
    ShardCount int
    The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
    StreamEncryption StreamEncryptionArgs
    When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
    StreamModeDetails StreamModeDetailsArgs
    The mode in which the stream is running.
    Tags TagArgs
    An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
    name String
    The name of the Kinesis stream.
    retentionPeriodHours Integer
    The number of hours for the data records that are stored in shards to remain accessible.
    shardCount 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.
    streamModeDetails StreamModeDetails
    The mode in which the stream is running.
    tags List<Tag>
    An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
    name string
    The name of the Kinesis stream.
    retentionPeriodHours number
    The number of hours for the data records that are stored in shards to remain accessible.
    shardCount 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.
    streamModeDetails StreamModeDetails
    The mode in which the stream is running.
    tags 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_hours int
    The number of hours for the data records that are stored in shards to remain accessible.
    shard_count int
    The number of shards that the stream uses. Required when StreamMode = PROVISIONED is passed.
    stream_encryption StreamEncryptionArgs
    When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
    stream_mode_details StreamModeDetailsArgs
    The mode in which the stream is running.
    tags TagArgs]
    An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
    name String
    The name of the Kinesis stream.
    retentionPeriodHours Number
    The number of hours for the data records that are stored in shards to remain accessible.
    shardCount 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.
    streamModeDetails Property Map
    The mode in which the stream is running.
    tags 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:

    Arn string
    The Amazon resource name (ARN) of the Kinesis stream
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon resource name (ARN) of the Kinesis stream
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon resource name (ARN) of the Kinesis stream
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon resource name (ARN) of the Kinesis stream
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon resource name (ARN) of the Kinesis stream
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon resource name (ARN) of the Kinesis stream
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    StreamEncryption, StreamEncryptionArgs

    EncryptionType Pulumi.AwsNative.Kinesis.StreamEncryptionEncryptionType
    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 StreamEncryptionEncryptionType
    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 StreamEncryptionEncryptionType
    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 StreamEncryptionEncryptionType
    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 StreamEncryptionEncryptionType
    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
    StreamEncryptionEncryptionTypeKms
    KMS
    Kms
    KMS
    Kms
    KMS
    KMS
    KMS
    "KMS"
    KMS

    StreamModeDetails, StreamModeDetailsArgs

    StreamModeDetailsStreamMode, StreamModeDetailsStreamModeArgs

    OnDemand
    ON_DEMAND
    Provisioned
    PROVISIONED
    StreamModeDetailsStreamModeOnDemand
    ON_DEMAND
    StreamModeDetailsStreamModeProvisioned
    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

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi