{"name":"jetstream","version":"0.3.0","description":"A Pulumi provider dynamically bridged from jetstream.","attribution":"This Pulumi package is based on the [`jetstream` Terraform Provider](https://github.com/nats-io/terraform-provider-jetstream).","repository":"https://github.com/nats-io/terraform-provider-jetstream","publisher":"nats-io","meta":{"moduleFormat":"(.*)(?:/[^/]*)"},"language":{"csharp":{"compatibility":"tfbridge20","liftSingleValueMethodReturns":true,"respectSchemaVersion":true},"go":{"generateExtraInputTypes":true,"importBasePath":"github.com/pulumi/pulumi-terraform-provider/sdks/go/jetstream/jetstream","liftSingleValueMethodReturns":true,"respectSchemaVersion":true,"rootPackageName":"jetstream"},"java":{"basePackage":"","buildFiles":"","gradleNexusPublishPluginVersion":"","gradleTest":""},"nodejs":{"compatibility":"tfbridge20","disableUnionOutputTypes":true,"liftSingleValueMethodReturns":true,"packageDescription":"A Pulumi provider dynamically bridged from jetstream.","readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/nats-io/terraform-provider-jetstream)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e please consult the source [`terraform-provider-jetstream` repo](https://github.com/nats-io/terraform-provider-jetstream/issues).","respectSchemaVersion":true},"python":{"compatibility":"tfbridge20","pyproject":{"enabled":true},"readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/nats-io/terraform-provider-jetstream)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e please consult the source [`terraform-provider-jetstream` repo](https://github.com/nats-io/terraform-provider-jetstream/issues).","respectSchemaVersion":true}},"config":{"variables":{"credentialData":{"type":"string","description":"The contents of the NATS 2.0 Credentials file to use"},"credentials":{"type":"string","description":"Path to the NATS 2.0 credentials file to use for authentication"},"nkey":{"type":"string","description":"Connect using a NKEY seed stored in a file"},"password":{"type":"string","description":"Connect using a password"},"servers":{"type":"string","description":"Comma separated list of NATS servers to connect to"},"tls":{"$ref":"#/types/jetstream:config%2Ftls:tls"},"user":{"type":"string","description":"Connect using an username, used as token when no password is given"}},"defaults":["servers"]},"types":{"jetstream:config/tls:tls":{"properties":{"caFile":{"type":"string","description":"Path to the server root CA file (in PEM format). Needed when the NATS server has TLS enabled with an unknown root CA\n"},"caFileData":{"type":"string","description":"The root CA (file) content, in PEM format. Needed when the NATS server has TLS enabled with an unknown root CA\n"},"certFile":{"type":"string","description":"Path to client cert file (in PEM format). Needed when NATS server is configured to verify client certificate\n"},"certFileData":{"type":"string","description":"The cert file content (in PEM format). Needed when NATS server is configured to verify client certificate\n"},"keyFile":{"type":"string","description":"Path to client key file (in PEM format). Needed when NATS server is configured to verify client certificate\n"},"keyFileData":{"type":"string","description":"The key file content (in PEM format). Needed when NATS server is configured to verify client certificate\n"}},"type":"object"},"jetstream:index/ProviderTls:ProviderTls":{"properties":{"caFile":{"type":"string","description":"Path to the server root CA file (in PEM format). Needed when the NATS server has TLS enabled with an unknown root CA\n"},"caFileData":{"type":"string","description":"The root CA (file) content, in PEM format. Needed when the NATS server has TLS enabled with an unknown root CA\n"},"certFile":{"type":"string","description":"Path to client cert file (in PEM format). Needed when NATS server is configured to verify client certificate\n"},"certFileData":{"type":"string","description":"The cert file content (in PEM format). Needed when NATS server is configured to verify client certificate\n"},"keyFile":{"type":"string","description":"Path to client key file (in PEM format). Needed when NATS server is configured to verify client certificate\n"},"keyFileData":{"type":"string","description":"The key file content (in PEM format). Needed when NATS server is configured to verify client certificate\n"}},"type":"object"},"jetstream:index/StreamMirror:StreamMirror":{"properties":{"external":{"$ref":"#/types/jetstream:index%2FStreamMirrorExternal:StreamMirrorExternal","description":"Streams replicated from other accounts\n"},"filterSubject":{"type":"string","description":"Only copy messages matching a specific subject, not usable for mirrors\n"},"name":{"type":"string","description":"The name of the stream (string)\n"},"startSeq":{"type":"number","description":"The sequence to start mirroring from\n"},"startTime":{"type":"string","description":"The time stamp in the source stream to start from, in RFC3339 format\n"},"subjectTransforms":{"type":"array","items":{"$ref":"#/types/jetstream:index%2FStreamMirrorSubjectTransform:StreamMirrorSubjectTransform"},"description":"(optional) A map of source and destination subjects to transform.\n"}},"type":"object","required":["name"]},"jetstream:index/StreamMirrorExternal:StreamMirrorExternal":{"properties":{"api":{"type":"string","description":"The subject prefix for the remote API\n"},"deliver":{"type":"string","description":"The subject prefix where messages will be delivered to\n"}},"type":"object"},"jetstream:index/StreamMirrorSubjectTransform:StreamMirrorSubjectTransform":{"properties":{"destination":{"type":"string","description":"The subject transform destination\n"},"source":{"type":"string","description":"(optional) List of streams to source\n"}},"type":"object","required":["destination","source"]},"jetstream:index/StreamSource:StreamSource":{"properties":{"external":{"$ref":"#/types/jetstream:index%2FStreamSourceExternal:StreamSourceExternal","description":"Streams replicated from other accounts\n"},"filterSubject":{"type":"string","description":"Only copy messages matching a specific subject, not usable for mirrors\n"},"name":{"type":"string","description":"The name of the stream (string)\n"},"startSeq":{"type":"number","description":"The sequence to start mirroring from\n"},"startTime":{"type":"string","description":"The time stamp in the source stream to start from, in RFC3339 format\n"},"subjectTransforms":{"type":"array","items":{"$ref":"#/types/jetstream:index%2FStreamSourceSubjectTransform:StreamSourceSubjectTransform"},"description":"(optional) A map of source and destination subjects to transform.\n"}},"type":"object","required":["name"]},"jetstream:index/StreamSourceExternal:StreamSourceExternal":{"properties":{"api":{"type":"string","description":"The subject prefix for the remote API\n"},"deliver":{"type":"string","description":"The subject prefix where messages will be delivered to\n"}},"type":"object"},"jetstream:index/StreamSourceSubjectTransform:StreamSourceSubjectTransform":{"properties":{"destination":{"type":"string","description":"The subject transform destination\n"},"source":{"type":"string","description":"(optional) List of streams to source\n"}},"type":"object","required":["destination","source"]},"jetstream:index/StreamSubjectTransform:StreamSubjectTransform":{"properties":{"destination":{"type":"string","description":"The subject transform destination\n"},"source":{"type":"string","description":"(optional) List of streams to source\n"}},"type":"object","required":["destination","source"]}},"provider":{"description":"The provider type for the jetstream package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n","properties":{"credentialData":{"type":"string","description":"The contents of the NATS 2.0 Credentials file to use"},"credentials":{"type":"string","description":"Path to the NATS 2.0 credentials file to use for authentication"},"nkey":{"type":"string","description":"Connect using a NKEY seed stored in a file"},"password":{"type":"string","description":"Connect using a password"},"servers":{"type":"string","description":"Comma separated list of NATS servers to connect to"},"user":{"type":"string","description":"Connect using an username, used as token when no password is given"}},"type":"object","required":["servers"],"inputProperties":{"credentialData":{"type":"string","description":"The contents of the NATS 2.0 Credentials file to use"},"credentials":{"type":"string","description":"Path to the NATS 2.0 credentials file to use for authentication"},"nkey":{"type":"string","description":"Connect using a NKEY seed stored in a file"},"password":{"type":"string","description":"Connect using a password"},"servers":{"type":"string","description":"Comma separated list of NATS servers to connect to"},"tls":{"$ref":"#/types/jetstream:index%2FProviderTls:ProviderTls"},"user":{"type":"string","description":"Connect using an username, used as token when no password is given"}},"requiredInputs":["servers"],"methods":{"terraformConfig":"pulumi:providers:jetstream/terraformConfig"}},"resources":{"jetstream:index/consumer:Consumer":{"description":"## Example Usage\n\n\u003c!--Start PulumiCodeChooser --\u003e\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as jetstream from \"@pulumi/jetstream\";\n\nconst ORDERS = new jetstream.Stream(\"ORDERS\", {\n    name: \"ORDERS\",\n    subjects: [\"ORDERS.*\"],\n    storage: \"file\",\n    maxAge: 60 * 60 * 24 * 365,\n});\nconst ORDERS_NEW = new jetstream.Consumer(\"ORDERS_NEW\", {\n    streamId: ORDERS.streamId,\n    durableName: \"NEW\",\n    deliverAll: true,\n    filterSubject: \"ORDERS.received\",\n    sampleFreq: 100,\n});\n```\n```python\nimport pulumi\nimport pulumi_jetstream as jetstream\n\norders = jetstream.Stream(\"ORDERS\",\n    name=\"ORDERS\",\n    subjects=[\"ORDERS.*\"],\n    storage=\"file\",\n    max_age=60 * 60 * 24 * 365)\norder_s__new = jetstream.Consumer(\"ORDERS_NEW\",\n    stream_id=orders.stream_id,\n    durable_name=\"NEW\",\n    deliver_all=True,\n    filter_subject=\"ORDERS.received\",\n    sample_freq=100)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Jetstream = Pulumi.Jetstream;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n    var ORDERS = new Jetstream.Stream(\"ORDERS\", new()\n    {\n        Name = \"ORDERS\",\n        Subjects = new[]\n        {\n            \"ORDERS.*\",\n        },\n        Storage = \"file\",\n        MaxAge = 60 * 60 * 24 * 365,\n    });\n\n    var ORDERS_NEW = new Jetstream.Consumer(\"ORDERS_NEW\", new()\n    {\n        StreamId = ORDERS.StreamId,\n        DurableName = \"NEW\",\n        DeliverAll = true,\n        FilterSubject = \"ORDERS.received\",\n        SampleFreq = 100,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-terraform-provider/sdks/go/jetstream/jetstream\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\tORDERS, err := jetstream.NewStream(ctx, \"ORDERS\", \u0026jetstream.StreamArgs{\n\t\t\tName: pulumi.String(\"ORDERS\"),\n\t\t\tSubjects: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"ORDERS.*\"),\n\t\t\t},\n\t\t\tStorage: pulumi.String(\"file\"),\n\t\t\tMaxAge:  60 * 60 * 24 * 365,\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\t_, err = jetstream.NewConsumer(ctx, \"ORDERS_NEW\", \u0026jetstream.ConsumerArgs{\n\t\t\tStreamId:      ORDERS.StreamId,\n\t\t\tDurableName:   pulumi.String(\"NEW\"),\n\t\t\tDeliverAll:    pulumi.Bool(true),\n\t\t\tFilterSubject: pulumi.String(\"ORDERS.received\"),\n\t\t\tSampleFreq:    pulumi.Float64(100),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.jetstream.Stream;\nimport com.pulumi.jetstream.StreamArgs;\nimport com.pulumi.jetstream.Consumer;\nimport com.pulumi.jetstream.ConsumerArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var oRDERS = new Stream(\"ORDERS\", StreamArgs.builder()\n            .name(\"ORDERS\")\n            .subjects(\"ORDERS.*\")\n            .storage(\"file\")\n            .maxAge(60 * 60 * 24 * 365)\n            .build());\n\n        var oRDERS_NEW = new Consumer(\"ORDERS_NEW\", ConsumerArgs.builder()\n            .streamId(ORDERS.streamId())\n            .durableName(\"NEW\")\n            .deliverAll(true)\n            .filterSubject(\"ORDERS.received\")\n            .sampleFreq(100.0)\n            .build());\n\n    }\n}\n```\n\u003c!--End PulumiCodeChooser --\u003e\n\n### Attribute Reference\n\n * \u003cspan pulumi-lang-nodejs=\"`description`\" pulumi-lang-dotnet=\"`Description`\" pulumi-lang-go=\"`description`\" pulumi-lang-python=\"`description`\" pulumi-lang-yaml=\"`description`\" pulumi-lang-java=\"`description`\"\u003e`description`\u003c/span\u003e - (optional) Contains additional information about this consumer\n * \u003cspan pulumi-lang-nodejs=\"`metadata`\" pulumi-lang-dotnet=\"`Metadata`\" pulumi-lang-go=\"`metadata`\" pulumi-lang-python=\"`metadata`\" pulumi-lang-yaml=\"`metadata`\" pulumi-lang-java=\"`metadata`\"\u003e`metadata`\u003c/span\u003e - (optional) A map of strings with arbitrary metadata for the consumer\n * \u003cspan pulumi-lang-nodejs=\"`ackPolicy`\" pulumi-lang-dotnet=\"`AckPolicy`\" pulumi-lang-go=\"`ackPolicy`\" pulumi-lang-python=\"`ack_policy`\" pulumi-lang-yaml=\"`ackPolicy`\" pulumi-lang-java=\"`ackPolicy`\"\u003e`ack_policy`\u003c/span\u003e - (optional) The delivery acknowledgement policy to apply to the Consumer\n * \u003cspan pulumi-lang-nodejs=\"`ackWait`\" pulumi-lang-dotnet=\"`AckWait`\" pulumi-lang-go=\"`ackWait`\" pulumi-lang-python=\"`ack_wait`\" pulumi-lang-yaml=\"`ackWait`\" pulumi-lang-java=\"`ackWait`\"\u003e`ack_wait`\u003c/span\u003e - (optional) Number of seconds to wait for acknowledgement\n * \u003cspan pulumi-lang-nodejs=\"`deliverAll`\" pulumi-lang-dotnet=\"`DeliverAll`\" pulumi-lang-go=\"`deliverAll`\" pulumi-lang-python=\"`deliver_all`\" pulumi-lang-yaml=\"`deliverAll`\" pulumi-lang-java=\"`deliverAll`\"\u003e`deliver_all`\u003c/span\u003e - (optional) Starts at the first available message in the Stream\n * \u003cspan pulumi-lang-nodejs=\"`deliverLast`\" pulumi-lang-dotnet=\"`DeliverLast`\" pulumi-lang-go=\"`deliverLast`\" pulumi-lang-python=\"`deliver_last`\" pulumi-lang-yaml=\"`deliverLast`\" pulumi-lang-java=\"`deliverLast`\"\u003e`deliver_last`\u003c/span\u003e - (optional) Starts at the latest available message in the Stream\n * \u003cspan pulumi-lang-nodejs=\"`deliverySubject`\" pulumi-lang-dotnet=\"`DeliverySubject`\" pulumi-lang-go=\"`deliverySubject`\" pulumi-lang-python=\"`delivery_subject`\" pulumi-lang-yaml=\"`deliverySubject`\" pulumi-lang-java=\"`deliverySubject`\"\u003e`delivery_subject`\u003c/span\u003e - (optional) The subject where a Push-based consumer will deliver messages\n * \u003cspan pulumi-lang-nodejs=\"`deliveryGroup`\" pulumi-lang-dotnet=\"`DeliveryGroup`\" pulumi-lang-go=\"`deliveryGroup`\" pulumi-lang-python=\"`delivery_group`\" pulumi-lang-yaml=\"`deliveryGroup`\" pulumi-lang-java=\"`deliveryGroup`\"\u003e`delivery_group`\u003c/span\u003e - (optional) When set Push consumers will only deliver messages to subscriptions with this group set\n * \u003cspan pulumi-lang-nodejs=\"`durableName`\" pulumi-lang-dotnet=\"`DurableName`\" pulumi-lang-go=\"`durableName`\" pulumi-lang-python=\"`durable_name`\" pulumi-lang-yaml=\"`durableName`\" pulumi-lang-java=\"`durableName`\"\u003e`durable_name`\u003c/span\u003e - The durable name of the Consumer\n * \u003cspan pulumi-lang-nodejs=\"`filterSubject`\" pulumi-lang-dotnet=\"`FilterSubject`\" pulumi-lang-go=\"`filterSubject`\" pulumi-lang-python=\"`filter_subject`\" pulumi-lang-yaml=\"`filterSubject`\" pulumi-lang-java=\"`filterSubject`\"\u003e`filter_subject`\u003c/span\u003e - (optional) Only receive a subset of messages from the Stream based on the subject they entered the Stream on\n * \u003cspan pulumi-lang-nodejs=\"`filterSubjects`\" pulumi-lang-dotnet=\"`FilterSubjects`\" pulumi-lang-go=\"`filterSubjects`\" pulumi-lang-python=\"`filter_subjects`\" pulumi-lang-yaml=\"`filterSubjects`\" pulumi-lang-java=\"`filterSubjects`\"\u003e`filter_subjects`\u003c/span\u003e - (optional) Only receive a subset tof messages from the Stream based on subjects they entered the Stream on. This is exclusive to \u003cspan pulumi-lang-nodejs=\"`filterSubject`\" pulumi-lang-dotnet=\"`FilterSubject`\" pulumi-lang-go=\"`filterSubject`\" pulumi-lang-python=\"`filter_subject`\" pulumi-lang-yaml=\"`filterSubject`\" pulumi-lang-java=\"`filterSubject`\"\u003e`filter_subject`\u003c/span\u003e. Only works with v2.10 or better.\n * \u003cspan pulumi-lang-nodejs=\"`maxDelivery`\" pulumi-lang-dotnet=\"`MaxDelivery`\" pulumi-lang-go=\"`maxDelivery`\" pulumi-lang-python=\"`max_delivery`\" pulumi-lang-yaml=\"`maxDelivery`\" pulumi-lang-java=\"`maxDelivery`\"\u003e`max_delivery`\u003c/span\u003e - (optional) Maximum deliveries to attempt for each message\n * \u003cspan pulumi-lang-nodejs=\"`replayPolicy`\" pulumi-lang-dotnet=\"`ReplayPolicy`\" pulumi-lang-go=\"`replayPolicy`\" pulumi-lang-python=\"`replay_policy`\" pulumi-lang-yaml=\"`replayPolicy`\" pulumi-lang-java=\"`replayPolicy`\"\u003e`replay_policy`\u003c/span\u003e - (optional) The rate at which messages will be replayed from the stream\n * \u003cspan pulumi-lang-nodejs=\"`sampleFreq`\" pulumi-lang-dotnet=\"`SampleFreq`\" pulumi-lang-go=\"`sampleFreq`\" pulumi-lang-python=\"`sample_freq`\" pulumi-lang-yaml=\"`sampleFreq`\" pulumi-lang-java=\"`sampleFreq`\"\u003e`sample_freq`\u003c/span\u003e - (optional) The percentage of acknowledgements that will be sampled for observability purposes\n * \u003cspan pulumi-lang-nodejs=\"`startTime`\" pulumi-lang-dotnet=\"`StartTime`\" pulumi-lang-go=\"`startTime`\" pulumi-lang-python=\"`start_time`\" pulumi-lang-yaml=\"`startTime`\" pulumi-lang-java=\"`startTime`\"\u003e`start_time`\u003c/span\u003e - (optional) The timestamp of the first message that will be delivered by this Consumer\n * \u003cspan pulumi-lang-nodejs=\"`streamId`\" pulumi-lang-dotnet=\"`StreamId`\" pulumi-lang-go=\"`streamId`\" pulumi-lang-python=\"`stream_id`\" pulumi-lang-yaml=\"`streamId`\" pulumi-lang-java=\"`streamId`\"\u003e`stream_id`\u003c/span\u003e - The name of the Stream that this consumer consumes\n * \u003cspan pulumi-lang-nodejs=\"`streamSequence`\" pulumi-lang-dotnet=\"`StreamSequence`\" pulumi-lang-go=\"`streamSequence`\" pulumi-lang-python=\"`stream_sequence`\" pulumi-lang-yaml=\"`streamSequence`\" pulumi-lang-java=\"`streamSequence`\"\u003e`stream_sequence`\u003c/span\u003e - (optional) The Stream Sequence that will be the first message delivered by this Consumer\n * \u003cspan pulumi-lang-nodejs=\"`ratelimit`\" pulumi-lang-dotnet=\"`Ratelimit`\" pulumi-lang-go=\"`ratelimit`\" pulumi-lang-python=\"`ratelimit`\" pulumi-lang-yaml=\"`ratelimit`\" pulumi-lang-java=\"`ratelimit`\"\u003e`ratelimit`\u003c/span\u003e - (optional) The rate limit for delivering messages to push consumers, expressed in bits per second\n * \u003cspan pulumi-lang-nodejs=\"`heartbeat`\" pulumi-lang-dotnet=\"`Heartbeat`\" pulumi-lang-go=\"`heartbeat`\" pulumi-lang-python=\"`heartbeat`\" pulumi-lang-yaml=\"`heartbeat`\" pulumi-lang-java=\"`heartbeat`\"\u003e`heartbeat`\u003c/span\u003e - (optional) Enable heartbeat messages for push consumers, duration specified in seconds\n * \u003cspan pulumi-lang-nodejs=\"`flowControl`\" pulumi-lang-dotnet=\"`FlowControl`\" pulumi-lang-go=\"`flowControl`\" pulumi-lang-python=\"`flow_control`\" pulumi-lang-yaml=\"`flowControl`\" pulumi-lang-java=\"`flowControl`\"\u003e`flow_control`\u003c/span\u003e - (optional) Enable flow control for push consumers\n * \u003cspan pulumi-lang-nodejs=\"`maxWaiting`\" pulumi-lang-dotnet=\"`MaxWaiting`\" pulumi-lang-go=\"`maxWaiting`\" pulumi-lang-python=\"`max_waiting`\" pulumi-lang-yaml=\"`maxWaiting`\" pulumi-lang-java=\"`maxWaiting`\"\u003e`max_waiting`\u003c/span\u003e - (optional) The number of pulls that can be outstanding on a pull consumer, pulls received after this is reached are ignored\n * \u003cspan pulumi-lang-nodejs=\"`headersOnly`\" pulumi-lang-dotnet=\"`HeadersOnly`\" pulumi-lang-go=\"`headersOnly`\" pulumi-lang-python=\"`headers_only`\" pulumi-lang-yaml=\"`headersOnly`\" pulumi-lang-java=\"`headersOnly`\"\u003e`headers_only`\u003c/span\u003e - (optional) When true no message bodies will be delivered only headers\n * \u003cspan pulumi-lang-nodejs=\"`maxBatch`\" pulumi-lang-dotnet=\"`MaxBatch`\" pulumi-lang-go=\"`maxBatch`\" pulumi-lang-python=\"`max_batch`\" pulumi-lang-yaml=\"`maxBatch`\" pulumi-lang-java=\"`maxBatch`\"\u003e`max_batch`\u003c/span\u003e - (optional) Limits Pull Batch sizes to this maximum\n * \u003cspan pulumi-lang-nodejs=\"`maxBytes`\" pulumi-lang-dotnet=\"`MaxBytes`\" pulumi-lang-go=\"`maxBytes`\" pulumi-lang-python=\"`max_bytes`\" pulumi-lang-yaml=\"`maxBytes`\" pulumi-lang-java=\"`maxBytes`\"\u003e`max_bytes`\u003c/span\u003e - (optional)The maximum bytes value that maybe set when dong a pull on a Pull Consumer\n * \u003cspan pulumi-lang-nodejs=\"`maxExpires`\" pulumi-lang-dotnet=\"`MaxExpires`\" pulumi-lang-go=\"`maxExpires`\" pulumi-lang-python=\"`max_expires`\" pulumi-lang-yaml=\"`maxExpires`\" pulumi-lang-java=\"`maxExpires`\"\u003e`max_expires`\u003c/span\u003e - (optional) Limits the Pull Expires duration to this maximum in seconds\n * \u003cspan pulumi-lang-nodejs=\"`inactiveThreshold`\" pulumi-lang-dotnet=\"`InactiveThreshold`\" pulumi-lang-go=\"`inactiveThreshold`\" pulumi-lang-python=\"`inactive_threshold`\" pulumi-lang-yaml=\"`inactiveThreshold`\" pulumi-lang-java=\"`inactiveThreshold`\"\u003e`inactive_threshold`\u003c/span\u003e - (optional) Removes the consumer after a idle period, specified as a duration in seconds\n * \u003cspan pulumi-lang-nodejs=\"`maxAckPending`\" pulumi-lang-dotnet=\"`MaxAckPending`\" pulumi-lang-go=\"`maxAckPending`\" pulumi-lang-python=\"`max_ack_pending`\" pulumi-lang-yaml=\"`maxAckPending`\" pulumi-lang-java=\"`maxAckPending`\"\u003e`max_ack_pending`\u003c/span\u003e - (optional) Maximum pending Acks before consumers are paused\n * \u003cspan pulumi-lang-nodejs=\"`replicas`\" pulumi-lang-dotnet=\"`Replicas`\" pulumi-lang-go=\"`replicas`\" pulumi-lang-python=\"`replicas`\" pulumi-lang-yaml=\"`replicas`\" pulumi-lang-java=\"`replicas`\"\u003e`replicas`\u003c/span\u003e - (optional) How many replicas of the data to keep in a clustered environment\n * \u003cspan pulumi-lang-nodejs=\"`memory`\" pulumi-lang-dotnet=\"`Memory`\" pulumi-lang-go=\"`memory`\" pulumi-lang-python=\"`memory`\" pulumi-lang-yaml=\"`memory`\" pulumi-lang-java=\"`memory`\"\u003e`memory`\u003c/span\u003e - (optional) Force the consumer state to be kept in memory rather than inherit the setting from the stream\n * \u003cspan pulumi-lang-nodejs=\"`backoff`\" pulumi-lang-dotnet=\"`Backoff`\" pulumi-lang-go=\"`backoff`\" pulumi-lang-python=\"`backoff`\" pulumi-lang-yaml=\"`backoff`\" pulumi-lang-java=\"`backoff`\"\u003e`backoff`\u003c/span\u003e - (optional) List of durations in Go format that represents a retry time scale for NaK'd messages. A list of durations in seconds\n","properties":{"ackPolicy":{"type":"string","description":"The delivery acknowledgement policy to apply to the Consumer"},"ackWait":{"type":"number","description":"Number of seconds to wait for acknowledgement"},"backoffs":{"type":"array","items":{"type":"number"},"description":"List of durations in Go format that represents a retry time scale for NaK'd messages. A list of durations in seconds."},"consumerId":{"type":"string"},"deliverAll":{"type":"boolean","description":"Starts at the first available message in the Stream"},"deliverLast":{"type":"boolean","description":"Starts at the latest available message in the Stream"},"deliverLastPerSubject":{"type":"boolean","description":"Starts with the last message for each subject matched by filter"},"deliverNew":{"type":"boolean","description":"Starts with the next available message in the Stream"},"deliveryGroup":{"type":"string","description":"When set Push consumers will only deliver messages to subscriptions with this group set"},"deliverySubject":{"type":"string","description":"The subject where a Push-based consumer will deliver messages"},"description":{"type":"string","description":"Contains additional information about this consumer"},"durableName":{"type":"string","description":"The durable name of the Consumer"},"filterSubject":{"type":"string","description":"Only receive a subset of messages from the Stream based on the subject they entered the Stream on"},"filterSubjects":{"type":"array","items":{"type":"string"},"description":"Only receive a subset of messages from the stream baseed on the subjects they entered the Streeam on, exlusive to\u003cspan pulumi-lang-nodejs=\" filterSubject \" pulumi-lang-dotnet=\" FilterSubject \" pulumi-lang-go=\" filterSubject \" pulumi-lang-python=\" filter_subject \" pulumi-lang-yaml=\" filterSubject \" pulumi-lang-java=\" filterSubject \"\u003e filter_subject \u003c/span\u003eand works with nats-server v2.10 or better"},"flowControl":{"type":"boolean","description":"Enable flow control for push consumers"},"headersOnly":{"type":"boolean","description":"When true no message bodies will be delivered only headers"},"heartbeat":{"type":"number","description":"Enable heartbeat messages for push consumers, duration specified in seconds"},"inactiveThreshold":{"type":"number","description":"Removes the consumer after a idle period, specified as a duration in seconds"},"maxAckPending":{"type":"number","description":"Maximum pending Acks before consumers are paused"},"maxBatch":{"type":"number","description":"Limits Pull Batch sizes to this maximum"},"maxBytes":{"type":"number","description":"The maximum bytes value that maybe set when dong a pull on a Pull Consumer"},"maxDelivery":{"type":"number","description":"Maximum deliveries to attempt for each message"},"maxExpires":{"type":"number","description":"Limits the Pull Expires duration to this maximum in seconds"},"maxWaiting":{"type":"number","description":"The number of pulls that can be outstanding on a pull consumer, pulls received after this is reached are ignored"},"memory":{"type":"boolean","description":"Force the consumer state to be kept in memory rather than inherit the setting from the stream"},"metadata":{"type":"object","additionalProperties":{"type":"string"},"description":"Free form metadata about the consumer"},"priorityGroups":{"type":"array","items":{"type":"string"},"description":"List of priority groups this consumer supports"},"priorityPolicy":{"type":"string","description":"The priority policy the consumer is set to"},"priorityTimeout":{"type":"number","description":"For\u003cspan pulumi-lang-nodejs=\" pinnedClient \" pulumi-lang-dotnet=\" PinnedClient \" pulumi-lang-go=\" pinnedClient \" pulumi-lang-python=\" pinned_client \" pulumi-lang-yaml=\" pinnedClient \" pulumi-lang-java=\" pinnedClient \"\u003e pinned_client \u003c/span\u003epriority policy how long before the client times out"},"ratelimit":{"type":"number","description":"The rate limit for delivering messages to push consumers, expressed in bits per second"},"replayPolicy":{"type":"string","description":"The rate at which messages will be replayed from the stream"},"replicas":{"type":"number","description":"How many replicas of the data to keep in a clustered environment"},"sampleFreq":{"type":"number","description":"The percentage of acknowledgements that will be sampled for observability purposes"},"startTime":{"type":"string","description":"The timestamp of the first message that will be delivered by this Consumer"},"streamId":{"type":"string","description":"The name of the Stream that this consumer consumes"},"streamSequence":{"type":"number","description":"The Stream Sequence that will be the first message delivered by this Consumer"}},"type":"object","required":["consumerId","durableName","maxWaiting","streamId"],"inputProperties":{"ackPolicy":{"type":"string","description":"The delivery acknowledgement policy to apply to the Consumer"},"ackWait":{"type":"number","description":"Number of seconds to wait for acknowledgement"},"backoffs":{"type":"array","items":{"type":"number"},"description":"List of durations in Go format that represents a retry time scale for NaK'd messages. A list of durations in seconds."},"consumerId":{"type":"string"},"deliverAll":{"type":"boolean","description":"Starts at the first available message in the Stream"},"deliverLast":{"type":"boolean","description":"Starts at the latest available message in the Stream"},"deliverLastPerSubject":{"type":"boolean","description":"Starts with the last message for each subject matched by filter"},"deliverNew":{"type":"boolean","description":"Starts with the next available message in the Stream"},"deliveryGroup":{"type":"string","description":"When set Push consumers will only deliver messages to subscriptions with this group set"},"deliverySubject":{"type":"string","description":"The subject where a Push-based consumer will deliver messages"},"description":{"type":"string","description":"Contains additional information about this consumer"},"durableName":{"type":"string","description":"The durable name of the Consumer"},"filterSubject":{"type":"string","description":"Only receive a subset of messages from the Stream based on the subject they entered the Stream on"},"filterSubjects":{"type":"array","items":{"type":"string"},"description":"Only receive a subset of messages from the stream baseed on the subjects they entered the Streeam on, exlusive to\u003cspan pulumi-lang-nodejs=\" filterSubject \" pulumi-lang-dotnet=\" FilterSubject \" pulumi-lang-go=\" filterSubject \" pulumi-lang-python=\" filter_subject \" pulumi-lang-yaml=\" filterSubject \" pulumi-lang-java=\" filterSubject \"\u003e filter_subject \u003c/span\u003eand works with nats-server v2.10 or better"},"flowControl":{"type":"boolean","description":"Enable flow control for push consumers"},"headersOnly":{"type":"boolean","description":"When true no message bodies will be delivered only headers"},"heartbeat":{"type":"number","description":"Enable heartbeat messages for push consumers, duration specified in seconds"},"inactiveThreshold":{"type":"number","description":"Removes the consumer after a idle period, specified as a duration in seconds"},"maxAckPending":{"type":"number","description":"Maximum pending Acks before consumers are paused"},"maxBatch":{"type":"number","description":"Limits Pull Batch sizes to this maximum"},"maxBytes":{"type":"number","description":"The maximum bytes value that maybe set when dong a pull on a Pull Consumer"},"maxDelivery":{"type":"number","description":"Maximum deliveries to attempt for each message"},"maxExpires":{"type":"number","description":"Limits the Pull Expires duration to this maximum in seconds"},"maxWaiting":{"type":"number","description":"The number of pulls that can be outstanding on a pull consumer, pulls received after this is reached are ignored"},"memory":{"type":"boolean","description":"Force the consumer state to be kept in memory rather than inherit the setting from the stream"},"metadata":{"type":"object","additionalProperties":{"type":"string"},"description":"Free form metadata about the consumer"},"priorityGroups":{"type":"array","items":{"type":"string"},"description":"List of priority groups this consumer supports"},"priorityPolicy":{"type":"string","description":"The priority policy the consumer is set to"},"priorityTimeout":{"type":"number","description":"For\u003cspan pulumi-lang-nodejs=\" pinnedClient \" pulumi-lang-dotnet=\" PinnedClient \" pulumi-lang-go=\" pinnedClient \" pulumi-lang-python=\" pinned_client \" pulumi-lang-yaml=\" pinnedClient \" pulumi-lang-java=\" pinnedClient \"\u003e pinned_client \u003c/span\u003epriority policy how long before the client times out"},"ratelimit":{"type":"number","description":"The rate limit for delivering messages to push consumers, expressed in bits per second"},"replayPolicy":{"type":"string","description":"The rate at which messages will be replayed from the stream"},"replicas":{"type":"number","description":"How many replicas of the data to keep in a clustered environment"},"sampleFreq":{"type":"number","description":"The percentage of acknowledgements that will be sampled for observability purposes"},"startTime":{"type":"string","description":"The timestamp of the first message that will be delivered by this Consumer"},"streamId":{"type":"string","description":"The name of the Stream that this consumer consumes"},"streamSequence":{"type":"number","description":"The Stream Sequence that will be the first message delivered by this Consumer"}},"requiredInputs":["durableName","streamId"],"stateInputs":{"description":"Input properties used for looking up and filtering Consumer resources.\n","properties":{"ackPolicy":{"type":"string","description":"The delivery acknowledgement policy to apply to the Consumer"},"ackWait":{"type":"number","description":"Number of seconds to wait for acknowledgement"},"backoffs":{"type":"array","items":{"type":"number"},"description":"List of durations in Go format that represents a retry time scale for NaK'd messages. A list of durations in seconds."},"consumerId":{"type":"string"},"deliverAll":{"type":"boolean","description":"Starts at the first available message in the Stream"},"deliverLast":{"type":"boolean","description":"Starts at the latest available message in the Stream"},"deliverLastPerSubject":{"type":"boolean","description":"Starts with the last message for each subject matched by filter"},"deliverNew":{"type":"boolean","description":"Starts with the next available message in the Stream"},"deliveryGroup":{"type":"string","description":"When set Push consumers will only deliver messages to subscriptions with this group set"},"deliverySubject":{"type":"string","description":"The subject where a Push-based consumer will deliver messages"},"description":{"type":"string","description":"Contains additional information about this consumer"},"durableName":{"type":"string","description":"The durable name of the Consumer"},"filterSubject":{"type":"string","description":"Only receive a subset of messages from the Stream based on the subject they entered the Stream on"},"filterSubjects":{"type":"array","items":{"type":"string"},"description":"Only receive a subset of messages from the stream baseed on the subjects they entered the Streeam on, exlusive to\u003cspan pulumi-lang-nodejs=\" filterSubject \" pulumi-lang-dotnet=\" FilterSubject \" pulumi-lang-go=\" filterSubject \" pulumi-lang-python=\" filter_subject \" pulumi-lang-yaml=\" filterSubject \" pulumi-lang-java=\" filterSubject \"\u003e filter_subject \u003c/span\u003eand works with nats-server v2.10 or better"},"flowControl":{"type":"boolean","description":"Enable flow control for push consumers"},"headersOnly":{"type":"boolean","description":"When true no message bodies will be delivered only headers"},"heartbeat":{"type":"number","description":"Enable heartbeat messages for push consumers, duration specified in seconds"},"inactiveThreshold":{"type":"number","description":"Removes the consumer after a idle period, specified as a duration in seconds"},"maxAckPending":{"type":"number","description":"Maximum pending Acks before consumers are paused"},"maxBatch":{"type":"number","description":"Limits Pull Batch sizes to this maximum"},"maxBytes":{"type":"number","description":"The maximum bytes value that maybe set when dong a pull on a Pull Consumer"},"maxDelivery":{"type":"number","description":"Maximum deliveries to attempt for each message"},"maxExpires":{"type":"number","description":"Limits the Pull Expires duration to this maximum in seconds"},"maxWaiting":{"type":"number","description":"The number of pulls that can be outstanding on a pull consumer, pulls received after this is reached are ignored"},"memory":{"type":"boolean","description":"Force the consumer state to be kept in memory rather than inherit the setting from the stream"},"metadata":{"type":"object","additionalProperties":{"type":"string"},"description":"Free form metadata about the consumer"},"priorityGroups":{"type":"array","items":{"type":"string"},"description":"List of priority groups this consumer supports"},"priorityPolicy":{"type":"string","description":"The priority policy the consumer is set to"},"priorityTimeout":{"type":"number","description":"For\u003cspan pulumi-lang-nodejs=\" pinnedClient \" pulumi-lang-dotnet=\" PinnedClient \" pulumi-lang-go=\" pinnedClient \" pulumi-lang-python=\" pinned_client \" pulumi-lang-yaml=\" pinnedClient \" pulumi-lang-java=\" pinnedClient \"\u003e pinned_client \u003c/span\u003epriority policy how long before the client times out"},"ratelimit":{"type":"number","description":"The rate limit for delivering messages to push consumers, expressed in bits per second"},"replayPolicy":{"type":"string","description":"The rate at which messages will be replayed from the stream"},"replicas":{"type":"number","description":"How many replicas of the data to keep in a clustered environment"},"sampleFreq":{"type":"number","description":"The percentage of acknowledgements that will be sampled for observability purposes"},"startTime":{"type":"string","description":"The timestamp of the first message that will be delivered by this Consumer"},"streamId":{"type":"string","description":"The name of the Stream that this consumer consumes"},"streamSequence":{"type":"number","description":"The Stream Sequence that will be the first message delivered by this Consumer"}},"type":"object"}},"jetstream:index/kvBucket:KvBucket":{"description":"## #\u003cspan pulumi-lang-nodejs=\" jetstream.KvBucket \" pulumi-lang-dotnet=\" jetstream.KvBucket \" pulumi-lang-go=\" KvBucket \" pulumi-lang-python=\" KvBucket \" pulumi-lang-yaml=\" jetstream.KvBucket \" pulumi-lang-java=\" jetstream.KvBucket \"\u003e jetstream.KvBucket \u003c/span\u003eResource\n\nThe \u003cspan pulumi-lang-nodejs=\"`jetstream.KvBucket`\" pulumi-lang-dotnet=\"`jetstream.KvBucket`\" pulumi-lang-go=\"`KvBucket`\" pulumi-lang-python=\"`KvBucket`\" pulumi-lang-yaml=\"`jetstream.KvBucket`\" pulumi-lang-java=\"`jetstream.KvBucket`\"\u003e`jetstream.KvBucket`\u003c/span\u003e Resource manages JetStream Based Key-Value buckets, supports editing Buckets in place.\n\n## Example Usage\n\n\u003c!--Start PulumiCodeChooser --\u003e\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as jetstream from \"@pulumi/jetstream\";\n\nconst CFG = new jetstream.KvBucket(\"CFG\", {\n    name: \"CFG\",\n    history: 10,\n});\n```\n```python\nimport pulumi\nimport pulumi_jetstream as jetstream\n\ncfg = jetstream.KvBucket(\"CFG\",\n    name=\"CFG\",\n    history=10)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Jetstream = Pulumi.Jetstream;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n    var CFG = new Jetstream.KvBucket(\"CFG\", new()\n    {\n        Name = \"CFG\",\n        History = 10,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-terraform-provider/sdks/go/jetstream/jetstream\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := jetstream.NewKvBucket(ctx, \"CFG\", \u0026jetstream.KvBucketArgs{\n\t\t\tName:    pulumi.String(\"CFG\"),\n\t\t\tHistory: pulumi.Float64(10),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.jetstream.KvBucket;\nimport com.pulumi.jetstream.KvBucketArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var cFG = new KvBucket(\"CFG\", KvBucketArgs.builder()\n            .name(\"CFG\")\n            .history(10.0)\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  CFG:\n    type: jetstream:KvBucket\n    properties:\n      name: CFG\n      history: 10\n```\n\u003c!--End PulumiCodeChooser --\u003e\n\n### Attribute Reference\n\n* \u003cspan pulumi-lang-nodejs=\"`name`\" pulumi-lang-dotnet=\"`Name`\" pulumi-lang-go=\"`name`\" pulumi-lang-python=\"`name`\" pulumi-lang-yaml=\"`name`\" pulumi-lang-java=\"`name`\"\u003e`name`\u003c/span\u003e - (required) The unique name of the KV bucket, must match `\\A[a-zA-Z0-9_-]+\\z`\n* \u003cspan pulumi-lang-nodejs=\"`description`\" pulumi-lang-dotnet=\"`Description`\" pulumi-lang-go=\"`description`\" pulumi-lang-python=\"`description`\" pulumi-lang-yaml=\"`description`\" pulumi-lang-java=\"`description`\"\u003e`description`\u003c/span\u003e - (optional) Contains additional information about this bucket\n* \u003cspan pulumi-lang-nodejs=\"`storage`\" pulumi-lang-dotnet=\"`Storage`\" pulumi-lang-go=\"`storage`\" pulumi-lang-python=\"`storage`\" pulumi-lang-yaml=\"`storage`\" pulumi-lang-java=\"`storage`\"\u003e`storage`\u003c/span\u003e - (optional) Storage backend to use, defaults to \u003cspan pulumi-lang-nodejs=\"`file`\" pulumi-lang-dotnet=\"`File`\" pulumi-lang-go=\"`file`\" pulumi-lang-python=\"`file`\" pulumi-lang-yaml=\"`file`\" pulumi-lang-java=\"`file`\"\u003e`file`\u003c/span\u003e, can be \u003cspan pulumi-lang-nodejs=\"`file`\" pulumi-lang-dotnet=\"`File`\" pulumi-lang-go=\"`file`\" pulumi-lang-python=\"`file`\" pulumi-lang-yaml=\"`file`\" pulumi-lang-java=\"`file`\"\u003e`file`\u003c/span\u003e or \u003cspan pulumi-lang-nodejs=\"`memory`\" pulumi-lang-dotnet=\"`Memory`\" pulumi-lang-go=\"`memory`\" pulumi-lang-python=\"`memory`\" pulumi-lang-yaml=\"`memory`\" pulumi-lang-java=\"`memory`\"\u003e`memory`\u003c/span\u003e\n* \u003cspan pulumi-lang-nodejs=\"`history`\" pulumi-lang-dotnet=\"`History`\" pulumi-lang-go=\"`history`\" pulumi-lang-python=\"`history`\" pulumi-lang-yaml=\"`history`\" pulumi-lang-java=\"`history`\"\u003e`history`\u003c/span\u003e - (optional) Number of historic values to keep\n* \u003cspan pulumi-lang-nodejs=\"`ttl`\" pulumi-lang-dotnet=\"`Ttl`\" pulumi-lang-go=\"`ttl`\" pulumi-lang-python=\"`ttl`\" pulumi-lang-yaml=\"`ttl`\" pulumi-lang-java=\"`ttl`\"\u003e`ttl`\u003c/span\u003e - (optional) How many seconds to keep values for, keeps forever when not set\n* \u003cspan pulumi-lang-nodejs=\"`placementCluster`\" pulumi-lang-dotnet=\"`PlacementCluster`\" pulumi-lang-go=\"`placementCluster`\" pulumi-lang-python=\"`placement_cluster`\" pulumi-lang-yaml=\"`placementCluster`\" pulumi-lang-java=\"`placementCluster`\"\u003e`placement_cluster`\u003c/span\u003e - (optional) Place the bucket in a specific cluster, influenced by\u003cspan pulumi-lang-nodejs=\" placementTags\n\" pulumi-lang-dotnet=\" PlacementTags\n\" pulumi-lang-go=\" placementTags\n\" pulumi-lang-python=\" placement_tags\n\" pulumi-lang-yaml=\" placementTags\n\" pulumi-lang-java=\" placementTags\n\"\u003e placement_tags\n\u003c/span\u003e* \u003cspan pulumi-lang-nodejs=\"`placementTags`\" pulumi-lang-dotnet=\"`PlacementTags`\" pulumi-lang-go=\"`placementTags`\" pulumi-lang-python=\"`placement_tags`\" pulumi-lang-yaml=\"`placementTags`\" pulumi-lang-java=\"`placementTags`\"\u003e`placement_tags`\u003c/span\u003e - (optional) Place the bucket only on servers with these tags\n* \u003cspan pulumi-lang-nodejs=\"`maxValueSize`\" pulumi-lang-dotnet=\"`MaxValueSize`\" pulumi-lang-go=\"`maxValueSize`\" pulumi-lang-python=\"`max_value_size`\" pulumi-lang-yaml=\"`maxValueSize`\" pulumi-lang-java=\"`maxValueSize`\"\u003e`max_value_size`\u003c/span\u003e - (optional) Maximum size of any value\n* \u003cspan pulumi-lang-nodejs=\"`maxBucketSize`\" pulumi-lang-dotnet=\"`MaxBucketSize`\" pulumi-lang-go=\"`maxBucketSize`\" pulumi-lang-python=\"`max_bucket_size`\" pulumi-lang-yaml=\"`maxBucketSize`\" pulumi-lang-java=\"`maxBucketSize`\"\u003e`max_bucket_size`\u003c/span\u003e - (optional) The maximum size of all data in the bucket\n* \u003cspan pulumi-lang-nodejs=\"`replicas`\" pulumi-lang-dotnet=\"`Replicas`\" pulumi-lang-go=\"`replicas`\" pulumi-lang-python=\"`replicas`\" pulumi-lang-yaml=\"`replicas`\" pulumi-lang-java=\"`replicas`\"\u003e`replicas`\u003c/span\u003e - (optional) How many replicas to keep on a JetStream cluster\n","properties":{"description":{"type":"string","description":"Contains additional information about this bucket"},"history":{"type":"number","description":"How many historical values to keep"},"kvBucketId":{"type":"string"},"limitMarkerTtl":{"type":"number","description":"Enables Per-Key TTLs and Limit Markers, duration specified in seconds"},"maxBucketSize":{"type":"number","description":"Maximum size of the entire bucket"},"maxValueSize":{"type":"number","description":"Maximum size of any value"},"name":{"type":"string","description":"The name of the Bucket"},"placementCluster":{"type":"string","description":"Place the bucket in a specific cluster, influenced by placement_tags"},"placementTags":{"type":"array","items":{"type":"string"},"description":"Place the stream only on servers with these tags"},"replicas":{"type":"number","description":"Number of cluster replicas to store"},"storage":{"type":"string","description":"The storage engine to use to back the bucket"},"ttl":{"type":"number","description":"How many seconds a value will be kept in the bucket"}},"type":"object","required":["kvBucketId","name"],"inputProperties":{"description":{"type":"string","description":"Contains additional information about this bucket"},"history":{"type":"number","description":"How many historical values to keep"},"kvBucketId":{"type":"string"},"limitMarkerTtl":{"type":"number","description":"Enables Per-Key TTLs and Limit Markers, duration specified in seconds"},"maxBucketSize":{"type":"number","description":"Maximum size of the entire bucket"},"maxValueSize":{"type":"number","description":"Maximum size of any value"},"name":{"type":"string","description":"The name of the Bucket"},"placementCluster":{"type":"string","description":"Place the bucket in a specific cluster, influenced by placement_tags"},"placementTags":{"type":"array","items":{"type":"string"},"description":"Place the stream only on servers with these tags"},"replicas":{"type":"number","description":"Number of cluster replicas to store"},"storage":{"type":"string","description":"The storage engine to use to back the bucket"},"ttl":{"type":"number","description":"How many seconds a value will be kept in the bucket"}},"stateInputs":{"description":"Input properties used for looking up and filtering KvBucket resources.\n","properties":{"description":{"type":"string","description":"Contains additional information about this bucket"},"history":{"type":"number","description":"How many historical values to keep"},"kvBucketId":{"type":"string"},"limitMarkerTtl":{"type":"number","description":"Enables Per-Key TTLs and Limit Markers, duration specified in seconds"},"maxBucketSize":{"type":"number","description":"Maximum size of the entire bucket"},"maxValueSize":{"type":"number","description":"Maximum size of any value"},"name":{"type":"string","description":"The name of the Bucket"},"placementCluster":{"type":"string","description":"Place the bucket in a specific cluster, influenced by placement_tags"},"placementTags":{"type":"array","items":{"type":"string"},"description":"Place the stream only on servers with these tags"},"replicas":{"type":"number","description":"Number of cluster replicas to store"},"storage":{"type":"string","description":"The storage engine to use to back the bucket"},"ttl":{"type":"number","description":"How many seconds a value will be kept in the bucket"}},"type":"object"}},"jetstream:index/kvEntry:KvEntry":{"description":"##\u003cspan pulumi-lang-nodejs=\" jetstream.KvEntry \" pulumi-lang-dotnet=\" jetstream.KvEntry \" pulumi-lang-go=\" KvEntry \" pulumi-lang-python=\" KvEntry \" pulumi-lang-yaml=\" jetstream.KvEntry \" pulumi-lang-java=\" jetstream.KvEntry \"\u003e jetstream.KvEntry \u003c/span\u003eResource\n\nThe \u003cspan pulumi-lang-nodejs=\"`jetstream.KvEntry`\" pulumi-lang-dotnet=\"`jetstream.KvEntry`\" pulumi-lang-go=\"`KvEntry`\" pulumi-lang-python=\"`KvEntry`\" pulumi-lang-yaml=\"`jetstream.KvEntry`\" pulumi-lang-java=\"`jetstream.KvEntry`\"\u003e`jetstream.KvEntry`\u003c/span\u003e Resource manages entries in JetStream Based Key-Value buckets and supports editing entries in place.\n\n### Example\n\nUsing a string value:\n\n\u003c!--Start PulumiCodeChooser --\u003e\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as jetstream from \"@pulumi/jetstream\";\n\nconst myserviceCfg = new jetstream.KvEntry(\"myservice_cfg\", {\n    bucket: \"CFG\",\n    key: \"config.myservice.timeout\",\n    value: \"10\",\n});\n```\n```python\nimport pulumi\nimport pulumi_jetstream as jetstream\n\nmyservice_cfg = jetstream.KvEntry(\"myservice_cfg\",\n    bucket=\"CFG\",\n    key=\"config.myservice.timeout\",\n    value=\"10\")\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Jetstream = Pulumi.Jetstream;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n    var myserviceCfg = new Jetstream.KvEntry(\"myservice_cfg\", new()\n    {\n        Bucket = \"CFG\",\n        Key = \"config.myservice.timeout\",\n        Value = \"10\",\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-terraform-provider/sdks/go/jetstream/jetstream\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := jetstream.NewKvEntry(ctx, \"myservice_cfg\", \u0026jetstream.KvEntryArgs{\n\t\t\tBucket: pulumi.String(\"CFG\"),\n\t\t\tKey:    pulumi.String(\"config.myservice.timeout\"),\n\t\t\tValue:  pulumi.String(\"10\"),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.jetstream.KvEntry;\nimport com.pulumi.jetstream.KvEntryArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var myserviceCfg = new KvEntry(\"myserviceCfg\", KvEntryArgs.builder()\n            .bucket(\"CFG\")\n            .key(\"config.myservice.timeout\")\n            .value(\"10\")\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  myserviceCfg:\n    type: jetstream:KvEntry\n    name: myservice_cfg\n    properties:\n      bucket: CFG\n      key: config.myservice.timeout\n      value: '10'\n```\n\u003c!--End PulumiCodeChooser --\u003e\n\nUsing json:\n\n\u003c!--Start PulumiCodeChooser --\u003e\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as jetstream from \"@pulumi/jetstream\";\n\nconst myserviceCfg = new jetstream.KvEntry(\"myservice_cfg\", {\n    bucket: \"CFG\",\n    key: \"config.myservice\",\n    value: JSON.stringify({\n        timeout: 10,\n        retries: 3,\n    }),\n});\n```\n```python\nimport pulumi\nimport json\nimport pulumi_jetstream as jetstream\n\nmyservice_cfg = jetstream.KvEntry(\"myservice_cfg\",\n    bucket=\"CFG\",\n    key=\"config.myservice\",\n    value=json.dumps({\n        \"timeout\": 10,\n        \"retries\": 3,\n    }))\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text.Json;\nusing Pulumi;\nusing Jetstream = Pulumi.Jetstream;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n    var myserviceCfg = new Jetstream.KvEntry(\"myservice_cfg\", new()\n    {\n        Bucket = \"CFG\",\n        Key = \"config.myservice\",\n        Value = JsonSerializer.Serialize(new Dictionary\u003cstring, object?\u003e\n        {\n            [\"timeout\"] = 10,\n            [\"retries\"] = 3,\n        }),\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"encoding/json\"\n\n\t\"github.com/pulumi/pulumi-terraform-provider/sdks/go/jetstream/jetstream\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\ttmpJSON0, err := json.Marshal(map[string]interface{}{\n\t\t\t\"timeout\": 10,\n\t\t\t\"retries\": 3,\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tjson0 := string(tmpJSON0)\n\t\t_, err = jetstream.NewKvEntry(ctx, \"myservice_cfg\", \u0026jetstream.KvEntryArgs{\n\t\t\tBucket: pulumi.String(\"CFG\"),\n\t\t\tKey:    pulumi.String(\"config.myservice\"),\n\t\t\tValue:  pulumi.String(json0),\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.jetstream.KvEntry;\nimport com.pulumi.jetstream.KvEntryArgs;\nimport static com.pulumi.codegen.internal.Serialization.*;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var myserviceCfg = new KvEntry(\"myserviceCfg\", KvEntryArgs.builder()\n            .bucket(\"CFG\")\n            .key(\"config.myservice\")\n            .value(serializeJson(\n                jsonObject(\n                    jsonProperty(\"timeout\", 10),\n                    jsonProperty(\"retries\", 3)\n                )))\n            .build());\n\n    }\n}\n```\n```yaml\nresources:\n  myserviceCfg:\n    type: jetstream:KvEntry\n    name: myservice_cfg\n    properties:\n      bucket: CFG\n      key: config.myservice\n      value:\n        fn::toJSON:\n          timeout: 10\n          retries: 3\n```\n\u003c!--End PulumiCodeChooser --\u003e\n\n### Attribute Reference\n\n * \u003cspan pulumi-lang-nodejs=\"`bucket`\" pulumi-lang-dotnet=\"`Bucket`\" pulumi-lang-go=\"`bucket`\" pulumi-lang-python=\"`bucket`\" pulumi-lang-yaml=\"`bucket`\" pulumi-lang-java=\"`bucket`\"\u003e`bucket`\u003c/span\u003e - (required) The name of the KV bucket\n * \u003cspan pulumi-lang-nodejs=\"`key`\" pulumi-lang-dotnet=\"`Key`\" pulumi-lang-go=\"`key`\" pulumi-lang-python=\"`key`\" pulumi-lang-yaml=\"`key`\" pulumi-lang-java=\"`key`\"\u003e`key`\u003c/span\u003e - (required) The entry key\n * \u003cspan pulumi-lang-nodejs=\"`value`\" pulumi-lang-dotnet=\"`Value`\" pulumi-lang-go=\"`value`\" pulumi-lang-python=\"`value`\" pulumi-lang-yaml=\"`value`\" pulumi-lang-java=\"`value`\"\u003e`value`\u003c/span\u003e - (required) The entry value\n","properties":{"bucket":{"type":"string","description":"The name of the bucket"},"key":{"type":"string","description":"The key of the entry"},"kvEntryId":{"type":"string"},"revision":{"type":"number","description":"The revision of the entry"},"value":{"type":"string","description":"The value of the entry"}},"type":"object","required":["bucket","key","kvEntryId","revision","value"],"inputProperties":{"bucket":{"type":"string","description":"The name of the bucket"},"key":{"type":"string","description":"The key of the entry"},"kvEntryId":{"type":"string"},"value":{"type":"string","description":"The value of the entry"}},"requiredInputs":["bucket","key","value"],"stateInputs":{"description":"Input properties used for looking up and filtering KvEntry resources.\n","properties":{"bucket":{"type":"string","description":"The name of the bucket"},"key":{"type":"string","description":"The key of the entry"},"kvEntryId":{"type":"string"},"revision":{"type":"number","description":"The revision of the entry"},"value":{"type":"string","description":"The value of the entry"}},"type":"object"}},"jetstream:index/stream:Stream":{"description":"## #\u003cspan pulumi-lang-nodejs=\" jetstream.Stream \" pulumi-lang-dotnet=\" jetstream.Stream \" pulumi-lang-go=\" Stream \" pulumi-lang-python=\" Stream \" pulumi-lang-yaml=\" jetstream.Stream \" pulumi-lang-java=\" jetstream.Stream \"\u003e jetstream.Stream \u003c/span\u003eResource\n\nThe \u003cspan pulumi-lang-nodejs=\"`jetstream.Stream`\" pulumi-lang-dotnet=\"`jetstream.Stream`\" pulumi-lang-go=\"`Stream`\" pulumi-lang-python=\"`Stream`\" pulumi-lang-yaml=\"`jetstream.Stream`\" pulumi-lang-java=\"`jetstream.Stream`\"\u003e`jetstream.Stream`\u003c/span\u003e Resource creates a JetStream Stream, supports editing resources in place.\n\n## Example Usage\n\n\u003c!--Start PulumiCodeChooser --\u003e\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as jetstream from \"@pulumi/jetstream\";\n\nconst ORDERS = new jetstream.Stream(\"ORDERS\", {\n    name: \"ORDERS\",\n    subjects: [\"ORDERS.*\"],\n    storage: \"file\",\n    maxAge: 60 * 60 * 24 * 365,\n});\n```\n```python\nimport pulumi\nimport pulumi_jetstream as jetstream\n\norders = jetstream.Stream(\"ORDERS\",\n    name=\"ORDERS\",\n    subjects=[\"ORDERS.*\"],\n    storage=\"file\",\n    max_age=60 * 60 * 24 * 365)\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Jetstream = Pulumi.Jetstream;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n    var ORDERS = new Jetstream.Stream(\"ORDERS\", new()\n    {\n        Name = \"ORDERS\",\n        Subjects = new[]\n        {\n            \"ORDERS.*\",\n        },\n        Storage = \"file\",\n        MaxAge = 60 * 60 * 24 * 365,\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-terraform-provider/sdks/go/jetstream/jetstream\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := jetstream.NewStream(ctx, \"ORDERS\", \u0026jetstream.StreamArgs{\n\t\t\tName: pulumi.String(\"ORDERS\"),\n\t\t\tSubjects: pulumi.StringArray{\n\t\t\t\tpulumi.String(\"ORDERS.*\"),\n\t\t\t},\n\t\t\tStorage: pulumi.String(\"file\"),\n\t\t\tMaxAge:  60 * 60 * 24 * 365,\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.jetstream.Stream;\nimport com.pulumi.jetstream.StreamArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var oRDERS = new Stream(\"ORDERS\", StreamArgs.builder()\n            .name(\"ORDERS\")\n            .subjects(\"ORDERS.*\")\n            .storage(\"file\")\n            .maxAge(60 * 60 * 24 * 365)\n            .build());\n\n    }\n}\n```\n\u003c!--End PulumiCodeChooser --\u003e\n\n\u003c!--Start PulumiCodeChooser --\u003e\n```typescript\nimport * as pulumi from \"@pulumi/pulumi\";\nimport * as jetstream from \"@pulumi/jetstream\";\n\nconst ORDERS_ARCHIVE = new jetstream.Stream(\"ORDERS_ARCHIVE\", {\n    name: \"ORDERS_ARCHIVE\",\n    storage: \"file\",\n    maxAge: 5 * 60 * 60 * 24 * 365,\n    mirrorDirect: true,\n    mirror: {\n        name: \"ORDERS\",\n    },\n});\n```\n```python\nimport pulumi\nimport pulumi_jetstream as jetstream\n\norder_s__archive = jetstream.Stream(\"ORDERS_ARCHIVE\",\n    name=\"ORDERS_ARCHIVE\",\n    storage=\"file\",\n    max_age=5 * 60 * 60 * 24 * 365,\n    mirror_direct=True,\n    mirror={\n        \"name\": \"ORDERS\",\n    })\n```\n```csharp\nusing System.Collections.Generic;\nusing System.Linq;\nusing Pulumi;\nusing Jetstream = Pulumi.Jetstream;\n\nreturn await Deployment.RunAsync(() =\u003e \n{\n    var ORDERS_ARCHIVE = new Jetstream.Stream(\"ORDERS_ARCHIVE\", new()\n    {\n        Name = \"ORDERS_ARCHIVE\",\n        Storage = \"file\",\n        MaxAge = 5 * 60 * 60 * 24 * 365,\n        MirrorDirect = true,\n        Mirror = new Jetstream.Inputs.StreamMirrorArgs\n        {\n            Name = \"ORDERS\",\n        },\n    });\n\n});\n```\n```go\npackage main\n\nimport (\n\t\"github.com/pulumi/pulumi-terraform-provider/sdks/go/jetstream/jetstream\"\n\t\"github.com/pulumi/pulumi/sdk/v3/go/pulumi\"\n)\n\nfunc main() {\n\tpulumi.Run(func(ctx *pulumi.Context) error {\n\t\t_, err := jetstream.NewStream(ctx, \"ORDERS_ARCHIVE\", \u0026jetstream.StreamArgs{\n\t\t\tName:         pulumi.String(\"ORDERS_ARCHIVE\"),\n\t\t\tStorage:      pulumi.String(\"file\"),\n\t\t\tMaxAge:       5 * 60 * 60 * 24 * 365,\n\t\t\tMirrorDirect: pulumi.Bool(true),\n\t\t\tMirror: \u0026jetstream.StreamMirrorArgs{\n\t\t\t\tName: pulumi.String(\"ORDERS\"),\n\t\t\t},\n\t\t})\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\treturn nil\n\t})\n}\n```\n```java\npackage generated_program;\n\nimport com.pulumi.Context;\nimport com.pulumi.Pulumi;\nimport com.pulumi.core.Output;\nimport com.pulumi.jetstream.Stream;\nimport com.pulumi.jetstream.StreamArgs;\nimport com.pulumi.jetstream.inputs.StreamMirrorArgs;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Map;\nimport java.io.File;\nimport java.nio.file.Files;\nimport java.nio.file.Paths;\n\npublic class App {\n    public static void main(String[] args) {\n        Pulumi.run(App::stack);\n    }\n\n    public static void stack(Context ctx) {\n        var oRDERS_ARCHIVE = new Stream(\"ORDERS_ARCHIVE\", StreamArgs.builder()\n            .name(\"ORDERS_ARCHIVE\")\n            .storage(\"file\")\n            .maxAge(5 * 60 * 60 * 24 * 365)\n            .mirrorDirect(true)\n            .mirror(StreamMirrorArgs.builder()\n                .name(\"ORDERS\")\n                .build())\n            .build());\n\n    }\n}\n```\n\u003c!--End PulumiCodeChooser --\u003e\n\n## Sources and Mirrors\n\nAbove the `ORDERS_ARCHIVE` stream is a mirror of `ORDERS`, valid options for specifying a mirror and sources are:\n\n * \u003cspan pulumi-lang-nodejs=\"`name`\" pulumi-lang-dotnet=\"`Name`\" pulumi-lang-go=\"`name`\" pulumi-lang-python=\"`name`\" pulumi-lang-yaml=\"`name`\" pulumi-lang-java=\"`name`\"\u003e`name`\u003c/span\u003e - The name of the stream to mirror\n * \u003cspan pulumi-lang-nodejs=\"`filterSubject`\" pulumi-lang-dotnet=\"`FilterSubject`\" pulumi-lang-go=\"`filterSubject`\" pulumi-lang-python=\"`filter_subject`\" pulumi-lang-yaml=\"`filterSubject`\" pulumi-lang-java=\"`filterSubject`\"\u003e`filter_subject`\u003c/span\u003e - (optional) For sources this filters the source\n * \u003cspan pulumi-lang-nodejs=\"`startSeq`\" pulumi-lang-dotnet=\"`StartSeq`\" pulumi-lang-go=\"`startSeq`\" pulumi-lang-python=\"`start_seq`\" pulumi-lang-yaml=\"`startSeq`\" pulumi-lang-java=\"`startSeq`\"\u003e`start_seq`\u003c/span\u003e - (optional) Starts the mirror or source at this sequence in the source\n * \u003cspan pulumi-lang-nodejs=\"`startTime`\" pulumi-lang-dotnet=\"`StartTime`\" pulumi-lang-go=\"`startTime`\" pulumi-lang-python=\"`start_time`\" pulumi-lang-yaml=\"`startTime`\" pulumi-lang-java=\"`startTime`\"\u003e`start_time`\u003c/span\u003e - (optional) Starts the mirror or source at this time in the source, in RFC3339 format\n * \u003cspan pulumi-lang-nodejs=\"`external`\" pulumi-lang-dotnet=\"`External`\" pulumi-lang-go=\"`external`\" pulumi-lang-python=\"`external`\" pulumi-lang-yaml=\"`external`\" pulumi-lang-java=\"`external`\"\u003e`external`\u003c/span\u003e - (optional) Reference to an external stream with keys \u003cspan pulumi-lang-nodejs=\"`api`\" pulumi-lang-dotnet=\"`Api`\" pulumi-lang-go=\"`api`\" pulumi-lang-python=\"`api`\" pulumi-lang-yaml=\"`api`\" pulumi-lang-java=\"`api`\"\u003e`api`\u003c/span\u003e and \u003cspan pulumi-lang-nodejs=\"`deliver`\" pulumi-lang-dotnet=\"`Deliver`\" pulumi-lang-go=\"`deliver`\" pulumi-lang-python=\"`deliver`\" pulumi-lang-yaml=\"`deliver`\" pulumi-lang-java=\"`deliver`\"\u003e`deliver`\u003c/span\u003e\n * \u003cspan pulumi-lang-nodejs=\"`mirrorDirect`\" pulumi-lang-dotnet=\"`MirrorDirect`\" pulumi-lang-go=\"`mirrorDirect`\" pulumi-lang-python=\"`mirror_direct`\" pulumi-lang-yaml=\"`mirrorDirect`\" pulumi-lang-java=\"`mirrorDirect`\"\u003e`mirror_direct`\u003c/span\u003e - (optional) If true the mirror will participate in a serving direct get requests for individual messages from the origin stream\n","properties":{"ack":{"type":"boolean","description":"(optional) If the Stream should support confirming receiving messages via acknowledgements (bool)\n"},"allowAtomic":{"type":"boolean","description":"(optional) Enables atomic batch publishes\n"},"allowDirect":{"type":"boolean","description":"(optional) Allow higher performance, direct access to get individual messages via the $JS.DS.GET API (bool)\n"},"allowMsgCounter":{"type":"boolean","description":"(optional) Enables distributed counter mode for the stream. This field can only be set if \u003cspan pulumi-lang-nodejs=\"`retention`\" pulumi-lang-dotnet=\"`Retention`\" pulumi-lang-go=\"`retention`\" pulumi-lang-python=\"`retention`\" pulumi-lang-yaml=\"`retention`\" pulumi-lang-java=\"`retention`\"\u003e`retention`\u003c/span\u003e is set to \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`discard`\" pulumi-lang-dotnet=\"`Discard`\" pulumi-lang-go=\"`discard`\" pulumi-lang-python=\"`discard`\" pulumi-lang-yaml=\"`discard`\" pulumi-lang-java=\"`discard`\"\u003e`discard`\u003c/span\u003e is not \u003cspan pulumi-lang-nodejs=\"`new`\" pulumi-lang-dotnet=\"`New`\" pulumi-lang-go=\"`new`\" pulumi-lang-python=\"`new`\" pulumi-lang-yaml=\"`new`\" pulumi-lang-java=\"`new`\"\u003e`new`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`allowMsgTtl`\" pulumi-lang-dotnet=\"`AllowMsgTtl`\" pulumi-lang-go=\"`allowMsgTtl`\" pulumi-lang-python=\"`allow_msg_ttl`\" pulumi-lang-yaml=\"`allowMsgTtl`\" pulumi-lang-java=\"`allowMsgTtl`\"\u003e`allow_msg_ttl`\u003c/span\u003e is false and the stream is not a \u003cspan pulumi-lang-nodejs=\"`mirror`\" pulumi-lang-dotnet=\"`Mirror`\" pulumi-lang-go=\"`mirror`\" pulumi-lang-python=\"`mirror`\" pulumi-lang-yaml=\"`mirror`\" pulumi-lang-java=\"`mirror`\"\u003e`mirror`\u003c/span\u003e.\n"},"allowMsgTtl":{"type":"boolean","description":"(optional) Enables Per Message TTLs\n"},"allowRollupHdrs":{"type":"boolean","description":"(optional) Allows the use of the Nats-Rollup header to replace all contents of a stream, or subject in a stream, with a single new message (bool)\n"},"compression":{"type":"string","description":"(optional) Enable stream compression by setting the value to \u003cspan pulumi-lang-nodejs=\"`s2`\" pulumi-lang-dotnet=\"`S2`\" pulumi-lang-go=\"`s2`\" pulumi-lang-python=\"`s2`\" pulumi-lang-yaml=\"`s2`\" pulumi-lang-java=\"`s2`\"\u003e`s2`\u003c/span\u003e\n"},"denyDelete":{"type":"boolean","description":"(optional) Restricts the ability to delete messages from a stream via the API. Cannot be changed once set to true (bool)\n"},"denyPurge":{"type":"boolean","description":"(optional) Restricts the ability to purge messages from a stream via the API. Cannot be change once set to true (bool)\n"},"description":{"type":"string","description":"(optional) Contains additional information about this stream (string)\n"},"discard":{"type":"string","description":"(optional) When a Stream reach it's limits either old messages are deleted or new ones are denied (\u003cspan pulumi-lang-nodejs=\"`new`\" pulumi-lang-dotnet=\"`New`\" pulumi-lang-go=\"`new`\" pulumi-lang-python=\"`new`\" pulumi-lang-yaml=\"`new`\" pulumi-lang-java=\"`new`\"\u003e`new`\u003c/span\u003e or \u003cspan pulumi-lang-nodejs=\"`old`\" pulumi-lang-dotnet=\"`Old`\" pulumi-lang-go=\"`old`\" pulumi-lang-python=\"`old`\" pulumi-lang-yaml=\"`old`\" pulumi-lang-java=\"`old`\"\u003e`old`\u003c/span\u003e)\n"},"discardNewPerSubject":{"type":"boolean","description":"(optional) When discard policy is new and the stream is one with max messages per subject set, this will apply the new behavior to every subject. Essentially turning discard new from maximum number of subjects into maximum number of messages in a subject (bool)\n"},"duplicateWindow":{"type":"number","description":"(optional) The time window size for duplicate tracking, duration specified in seconds (number)\n"},"inactiveThreshold":{"type":"number","description":"(optional) Removes the consumer after a idle period, specified as a duration in seconds\n"},"maxAckPending":{"type":"number","description":"(optional) Maximum pending Acks before consumers are paused\n"},"maxAge":{"type":"number","description":"(optional) The maximum oldest message that can be kept in the stream, duration specified in seconds (number)\n"},"maxBytes":{"type":"number","description":"(optional) The maximum size of all messages that can be kept in the stream (number)\n"},"maxConsumers":{"type":"number","description":"(optional) Number of consumers this stream allows (number)\n"},"maxMsgSize":{"type":"number","description":"(optional) The maximum individual message size that the stream will accept (number)\n"},"maxMsgs":{"type":"number","description":"(optional) The maximum amount of messages that can be kept in the stream (number)\n"},"maxMsgsPerSubject":{"type":"number","description":"(optional) The maximum amount of messages that can be kept in the stream on a per-subject basis (number)\n"},"metadata":{"type":"object","additionalProperties":{"type":"string"},"description":"(optional) A map of strings with arbitrary metadata for the stream\n"},"mirror":{"$ref":"#/types/jetstream:index%2FStreamMirror:StreamMirror","description":"(optional) Stream to mirror\n"},"mirrorDirect":{"type":"boolean","description":"(optional) If true, and the stream is a mirror, the mirror will participate in a serving direct get requests for individual messages from origin stream\n"},"name":{"type":"string","description":"The name of the stream (string)\n"},"placementCluster":{"type":"string","description":"(optional) Place the stream in a specific cluster, influenced by placement_tags\n"},"placementTags":{"type":"array","items":{"type":"string"},"description":"(optional) Place the stream only on servers with these tags\n"},"replicas":{"type":"number","description":"(optional) How many replicas of the data to keep in a clustered environment (number)\n"},"republishDestination":{"type":"string","description":"(optional) The destination to publish messages to\n"},"republishHeadersOnly":{"type":"boolean","description":"(optional) Republish only message headers, no bodies\n"},"republishSource":{"type":"string","description":"(optional) Republish matching messages to \u003cspan pulumi-lang-nodejs=\"`republishDestination`\" pulumi-lang-dotnet=\"`RepublishDestination`\" pulumi-lang-go=\"`republishDestination`\" pulumi-lang-python=\"`republish_destination`\" pulumi-lang-yaml=\"`republishDestination`\" pulumi-lang-java=\"`republishDestination`\"\u003e`republish_destination`\u003c/span\u003e\n"},"retention":{"type":"string","description":"(optional) The retention policy to apply over and above max_msgs,\u003cspan pulumi-lang-nodejs=\" maxBytes \" pulumi-lang-dotnet=\" MaxBytes \" pulumi-lang-go=\" maxBytes \" pulumi-lang-python=\" max_bytes \" pulumi-lang-yaml=\" maxBytes \" pulumi-lang-java=\" maxBytes \"\u003e max_bytes \u003c/span\u003eand\u003cspan pulumi-lang-nodejs=\" maxAge \" pulumi-lang-dotnet=\" MaxAge \" pulumi-lang-go=\" maxAge \" pulumi-lang-python=\" max_age \" pulumi-lang-yaml=\" maxAge \" pulumi-lang-java=\" maxAge \"\u003e max_age \u003c/span\u003e(string). Options are \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`interest`\" pulumi-lang-dotnet=\"`Interest`\" pulumi-lang-go=\"`interest`\" pulumi-lang-python=\"`interest`\" pulumi-lang-yaml=\"`interest`\" pulumi-lang-java=\"`interest`\"\u003e`interest`\u003c/span\u003e and \u003cspan pulumi-lang-nodejs=\"`workqueue`\" pulumi-lang-dotnet=\"`Workqueue`\" pulumi-lang-go=\"`workqueue`\" pulumi-lang-python=\"`workqueue`\" pulumi-lang-yaml=\"`workqueue`\" pulumi-lang-java=\"`workqueue`\"\u003e`workqueue`\u003c/span\u003e. Defaults to \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e.\n"},"sources":{"type":"array","items":{"$ref":"#/types/jetstream:index%2FStreamSource:StreamSource"},"description":"(optional) List of streams to source\n"},"storage":{"type":"string","description":"(optional) The storage engine to use to back the stream (string)\n"},"streamId":{"type":"string"},"subjectDeleteMarkerTtl":{"type":"number","description":"(optional) Enables placing markers when Max Age removes messages, duration specified in seconds (number)\n"},"subjectTransform":{"$ref":"#/types/jetstream:index%2FStreamSubjectTransform:StreamSubjectTransform","description":"(optional) A map of source and destination subjects to transform.\n"},"subjects":{"type":"array","items":{"type":"string"},"description":"The list of subjects that will be consumed by the Stream ([\"list\", \"string\"])\n"}},"type":"object","required":["name","streamId"],"inputProperties":{"ack":{"type":"boolean","description":"(optional) If the Stream should support confirming receiving messages via acknowledgements (bool)\n"},"allowAtomic":{"type":"boolean","description":"(optional) Enables atomic batch publishes\n"},"allowDirect":{"type":"boolean","description":"(optional) Allow higher performance, direct access to get individual messages via the $JS.DS.GET API (bool)\n"},"allowMsgCounter":{"type":"boolean","description":"(optional) Enables distributed counter mode for the stream. This field can only be set if \u003cspan pulumi-lang-nodejs=\"`retention`\" pulumi-lang-dotnet=\"`Retention`\" pulumi-lang-go=\"`retention`\" pulumi-lang-python=\"`retention`\" pulumi-lang-yaml=\"`retention`\" pulumi-lang-java=\"`retention`\"\u003e`retention`\u003c/span\u003e is set to \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`discard`\" pulumi-lang-dotnet=\"`Discard`\" pulumi-lang-go=\"`discard`\" pulumi-lang-python=\"`discard`\" pulumi-lang-yaml=\"`discard`\" pulumi-lang-java=\"`discard`\"\u003e`discard`\u003c/span\u003e is not \u003cspan pulumi-lang-nodejs=\"`new`\" pulumi-lang-dotnet=\"`New`\" pulumi-lang-go=\"`new`\" pulumi-lang-python=\"`new`\" pulumi-lang-yaml=\"`new`\" pulumi-lang-java=\"`new`\"\u003e`new`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`allowMsgTtl`\" pulumi-lang-dotnet=\"`AllowMsgTtl`\" pulumi-lang-go=\"`allowMsgTtl`\" pulumi-lang-python=\"`allow_msg_ttl`\" pulumi-lang-yaml=\"`allowMsgTtl`\" pulumi-lang-java=\"`allowMsgTtl`\"\u003e`allow_msg_ttl`\u003c/span\u003e is false and the stream is not a \u003cspan pulumi-lang-nodejs=\"`mirror`\" pulumi-lang-dotnet=\"`Mirror`\" pulumi-lang-go=\"`mirror`\" pulumi-lang-python=\"`mirror`\" pulumi-lang-yaml=\"`mirror`\" pulumi-lang-java=\"`mirror`\"\u003e`mirror`\u003c/span\u003e.\n"},"allowMsgTtl":{"type":"boolean","description":"(optional) Enables Per Message TTLs\n"},"allowRollupHdrs":{"type":"boolean","description":"(optional) Allows the use of the Nats-Rollup header to replace all contents of a stream, or subject in a stream, with a single new message (bool)\n"},"compression":{"type":"string","description":"(optional) Enable stream compression by setting the value to \u003cspan pulumi-lang-nodejs=\"`s2`\" pulumi-lang-dotnet=\"`S2`\" pulumi-lang-go=\"`s2`\" pulumi-lang-python=\"`s2`\" pulumi-lang-yaml=\"`s2`\" pulumi-lang-java=\"`s2`\"\u003e`s2`\u003c/span\u003e\n"},"denyDelete":{"type":"boolean","description":"(optional) Restricts the ability to delete messages from a stream via the API. Cannot be changed once set to true (bool)\n"},"denyPurge":{"type":"boolean","description":"(optional) Restricts the ability to purge messages from a stream via the API. Cannot be change once set to true (bool)\n"},"description":{"type":"string","description":"(optional) Contains additional information about this stream (string)\n"},"discard":{"type":"string","description":"(optional) When a Stream reach it's limits either old messages are deleted or new ones are denied (\u003cspan pulumi-lang-nodejs=\"`new`\" pulumi-lang-dotnet=\"`New`\" pulumi-lang-go=\"`new`\" pulumi-lang-python=\"`new`\" pulumi-lang-yaml=\"`new`\" pulumi-lang-java=\"`new`\"\u003e`new`\u003c/span\u003e or \u003cspan pulumi-lang-nodejs=\"`old`\" pulumi-lang-dotnet=\"`Old`\" pulumi-lang-go=\"`old`\" pulumi-lang-python=\"`old`\" pulumi-lang-yaml=\"`old`\" pulumi-lang-java=\"`old`\"\u003e`old`\u003c/span\u003e)\n"},"discardNewPerSubject":{"type":"boolean","description":"(optional) When discard policy is new and the stream is one with max messages per subject set, this will apply the new behavior to every subject. Essentially turning discard new from maximum number of subjects into maximum number of messages in a subject (bool)\n"},"duplicateWindow":{"type":"number","description":"(optional) The time window size for duplicate tracking, duration specified in seconds (number)\n"},"inactiveThreshold":{"type":"number","description":"(optional) Removes the consumer after a idle period, specified as a duration in seconds\n"},"maxAckPending":{"type":"number","description":"(optional) Maximum pending Acks before consumers are paused\n"},"maxAge":{"type":"number","description":"(optional) The maximum oldest message that can be kept in the stream, duration specified in seconds (number)\n"},"maxBytes":{"type":"number","description":"(optional) The maximum size of all messages that can be kept in the stream (number)\n"},"maxConsumers":{"type":"number","description":"(optional) Number of consumers this stream allows (number)\n"},"maxMsgSize":{"type":"number","description":"(optional) The maximum individual message size that the stream will accept (number)\n"},"maxMsgs":{"type":"number","description":"(optional) The maximum amount of messages that can be kept in the stream (number)\n"},"maxMsgsPerSubject":{"type":"number","description":"(optional) The maximum amount of messages that can be kept in the stream on a per-subject basis (number)\n"},"metadata":{"type":"object","additionalProperties":{"type":"string"},"description":"(optional) A map of strings with arbitrary metadata for the stream\n"},"mirror":{"$ref":"#/types/jetstream:index%2FStreamMirror:StreamMirror","description":"(optional) Stream to mirror\n"},"mirrorDirect":{"type":"boolean","description":"(optional) If true, and the stream is a mirror, the mirror will participate in a serving direct get requests for individual messages from origin stream\n"},"name":{"type":"string","description":"The name of the stream (string)\n"},"placementCluster":{"type":"string","description":"(optional) Place the stream in a specific cluster, influenced by placement_tags\n"},"placementTags":{"type":"array","items":{"type":"string"},"description":"(optional) Place the stream only on servers with these tags\n"},"replicas":{"type":"number","description":"(optional) How many replicas of the data to keep in a clustered environment (number)\n"},"republishDestination":{"type":"string","description":"(optional) The destination to publish messages to\n"},"republishHeadersOnly":{"type":"boolean","description":"(optional) Republish only message headers, no bodies\n"},"republishSource":{"type":"string","description":"(optional) Republish matching messages to \u003cspan pulumi-lang-nodejs=\"`republishDestination`\" pulumi-lang-dotnet=\"`RepublishDestination`\" pulumi-lang-go=\"`republishDestination`\" pulumi-lang-python=\"`republish_destination`\" pulumi-lang-yaml=\"`republishDestination`\" pulumi-lang-java=\"`republishDestination`\"\u003e`republish_destination`\u003c/span\u003e\n"},"retention":{"type":"string","description":"(optional) The retention policy to apply over and above max_msgs,\u003cspan pulumi-lang-nodejs=\" maxBytes \" pulumi-lang-dotnet=\" MaxBytes \" pulumi-lang-go=\" maxBytes \" pulumi-lang-python=\" max_bytes \" pulumi-lang-yaml=\" maxBytes \" pulumi-lang-java=\" maxBytes \"\u003e max_bytes \u003c/span\u003eand\u003cspan pulumi-lang-nodejs=\" maxAge \" pulumi-lang-dotnet=\" MaxAge \" pulumi-lang-go=\" maxAge \" pulumi-lang-python=\" max_age \" pulumi-lang-yaml=\" maxAge \" pulumi-lang-java=\" maxAge \"\u003e max_age \u003c/span\u003e(string). Options are \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`interest`\" pulumi-lang-dotnet=\"`Interest`\" pulumi-lang-go=\"`interest`\" pulumi-lang-python=\"`interest`\" pulumi-lang-yaml=\"`interest`\" pulumi-lang-java=\"`interest`\"\u003e`interest`\u003c/span\u003e and \u003cspan pulumi-lang-nodejs=\"`workqueue`\" pulumi-lang-dotnet=\"`Workqueue`\" pulumi-lang-go=\"`workqueue`\" pulumi-lang-python=\"`workqueue`\" pulumi-lang-yaml=\"`workqueue`\" pulumi-lang-java=\"`workqueue`\"\u003e`workqueue`\u003c/span\u003e. Defaults to \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e.\n"},"sources":{"type":"array","items":{"$ref":"#/types/jetstream:index%2FStreamSource:StreamSource"},"description":"(optional) List of streams to source\n"},"storage":{"type":"string","description":"(optional) The storage engine to use to back the stream (string)\n"},"streamId":{"type":"string"},"subjectDeleteMarkerTtl":{"type":"number","description":"(optional) Enables placing markers when Max Age removes messages, duration specified in seconds (number)\n"},"subjectTransform":{"$ref":"#/types/jetstream:index%2FStreamSubjectTransform:StreamSubjectTransform","description":"(optional) A map of source and destination subjects to transform.\n"},"subjects":{"type":"array","items":{"type":"string"},"description":"The list of subjects that will be consumed by the Stream ([\"list\", \"string\"])\n"}},"stateInputs":{"description":"Input properties used for looking up and filtering Stream resources.\n","properties":{"ack":{"type":"boolean","description":"(optional) If the Stream should support confirming receiving messages via acknowledgements (bool)\n"},"allowAtomic":{"type":"boolean","description":"(optional) Enables atomic batch publishes\n"},"allowDirect":{"type":"boolean","description":"(optional) Allow higher performance, direct access to get individual messages via the $JS.DS.GET API (bool)\n"},"allowMsgCounter":{"type":"boolean","description":"(optional) Enables distributed counter mode for the stream. This field can only be set if \u003cspan pulumi-lang-nodejs=\"`retention`\" pulumi-lang-dotnet=\"`Retention`\" pulumi-lang-go=\"`retention`\" pulumi-lang-python=\"`retention`\" pulumi-lang-yaml=\"`retention`\" pulumi-lang-java=\"`retention`\"\u003e`retention`\u003c/span\u003e is set to \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`discard`\" pulumi-lang-dotnet=\"`Discard`\" pulumi-lang-go=\"`discard`\" pulumi-lang-python=\"`discard`\" pulumi-lang-yaml=\"`discard`\" pulumi-lang-java=\"`discard`\"\u003e`discard`\u003c/span\u003e is not \u003cspan pulumi-lang-nodejs=\"`new`\" pulumi-lang-dotnet=\"`New`\" pulumi-lang-go=\"`new`\" pulumi-lang-python=\"`new`\" pulumi-lang-yaml=\"`new`\" pulumi-lang-java=\"`new`\"\u003e`new`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`allowMsgTtl`\" pulumi-lang-dotnet=\"`AllowMsgTtl`\" pulumi-lang-go=\"`allowMsgTtl`\" pulumi-lang-python=\"`allow_msg_ttl`\" pulumi-lang-yaml=\"`allowMsgTtl`\" pulumi-lang-java=\"`allowMsgTtl`\"\u003e`allow_msg_ttl`\u003c/span\u003e is false and the stream is not a \u003cspan pulumi-lang-nodejs=\"`mirror`\" pulumi-lang-dotnet=\"`Mirror`\" pulumi-lang-go=\"`mirror`\" pulumi-lang-python=\"`mirror`\" pulumi-lang-yaml=\"`mirror`\" pulumi-lang-java=\"`mirror`\"\u003e`mirror`\u003c/span\u003e.\n"},"allowMsgTtl":{"type":"boolean","description":"(optional) Enables Per Message TTLs\n"},"allowRollupHdrs":{"type":"boolean","description":"(optional) Allows the use of the Nats-Rollup header to replace all contents of a stream, or subject in a stream, with a single new message (bool)\n"},"compression":{"type":"string","description":"(optional) Enable stream compression by setting the value to \u003cspan pulumi-lang-nodejs=\"`s2`\" pulumi-lang-dotnet=\"`S2`\" pulumi-lang-go=\"`s2`\" pulumi-lang-python=\"`s2`\" pulumi-lang-yaml=\"`s2`\" pulumi-lang-java=\"`s2`\"\u003e`s2`\u003c/span\u003e\n"},"denyDelete":{"type":"boolean","description":"(optional) Restricts the ability to delete messages from a stream via the API. Cannot be changed once set to true (bool)\n"},"denyPurge":{"type":"boolean","description":"(optional) Restricts the ability to purge messages from a stream via the API. Cannot be change once set to true (bool)\n"},"description":{"type":"string","description":"(optional) Contains additional information about this stream (string)\n"},"discard":{"type":"string","description":"(optional) When a Stream reach it's limits either old messages are deleted or new ones are denied (\u003cspan pulumi-lang-nodejs=\"`new`\" pulumi-lang-dotnet=\"`New`\" pulumi-lang-go=\"`new`\" pulumi-lang-python=\"`new`\" pulumi-lang-yaml=\"`new`\" pulumi-lang-java=\"`new`\"\u003e`new`\u003c/span\u003e or \u003cspan pulumi-lang-nodejs=\"`old`\" pulumi-lang-dotnet=\"`Old`\" pulumi-lang-go=\"`old`\" pulumi-lang-python=\"`old`\" pulumi-lang-yaml=\"`old`\" pulumi-lang-java=\"`old`\"\u003e`old`\u003c/span\u003e)\n"},"discardNewPerSubject":{"type":"boolean","description":"(optional) When discard policy is new and the stream is one with max messages per subject set, this will apply the new behavior to every subject. Essentially turning discard new from maximum number of subjects into maximum number of messages in a subject (bool)\n"},"duplicateWindow":{"type":"number","description":"(optional) The time window size for duplicate tracking, duration specified in seconds (number)\n"},"inactiveThreshold":{"type":"number","description":"(optional) Removes the consumer after a idle period, specified as a duration in seconds\n"},"maxAckPending":{"type":"number","description":"(optional) Maximum pending Acks before consumers are paused\n"},"maxAge":{"type":"number","description":"(optional) The maximum oldest message that can be kept in the stream, duration specified in seconds (number)\n"},"maxBytes":{"type":"number","description":"(optional) The maximum size of all messages that can be kept in the stream (number)\n"},"maxConsumers":{"type":"number","description":"(optional) Number of consumers this stream allows (number)\n"},"maxMsgSize":{"type":"number","description":"(optional) The maximum individual message size that the stream will accept (number)\n"},"maxMsgs":{"type":"number","description":"(optional) The maximum amount of messages that can be kept in the stream (number)\n"},"maxMsgsPerSubject":{"type":"number","description":"(optional) The maximum amount of messages that can be kept in the stream on a per-subject basis (number)\n"},"metadata":{"type":"object","additionalProperties":{"type":"string"},"description":"(optional) A map of strings with arbitrary metadata for the stream\n"},"mirror":{"$ref":"#/types/jetstream:index%2FStreamMirror:StreamMirror","description":"(optional) Stream to mirror\n"},"mirrorDirect":{"type":"boolean","description":"(optional) If true, and the stream is a mirror, the mirror will participate in a serving direct get requests for individual messages from origin stream\n"},"name":{"type":"string","description":"The name of the stream (string)\n"},"placementCluster":{"type":"string","description":"(optional) Place the stream in a specific cluster, influenced by placement_tags\n"},"placementTags":{"type":"array","items":{"type":"string"},"description":"(optional) Place the stream only on servers with these tags\n"},"replicas":{"type":"number","description":"(optional) How many replicas of the data to keep in a clustered environment (number)\n"},"republishDestination":{"type":"string","description":"(optional) The destination to publish messages to\n"},"republishHeadersOnly":{"type":"boolean","description":"(optional) Republish only message headers, no bodies\n"},"republishSource":{"type":"string","description":"(optional) Republish matching messages to \u003cspan pulumi-lang-nodejs=\"`republishDestination`\" pulumi-lang-dotnet=\"`RepublishDestination`\" pulumi-lang-go=\"`republishDestination`\" pulumi-lang-python=\"`republish_destination`\" pulumi-lang-yaml=\"`republishDestination`\" pulumi-lang-java=\"`republishDestination`\"\u003e`republish_destination`\u003c/span\u003e\n"},"retention":{"type":"string","description":"(optional) The retention policy to apply over and above max_msgs,\u003cspan pulumi-lang-nodejs=\" maxBytes \" pulumi-lang-dotnet=\" MaxBytes \" pulumi-lang-go=\" maxBytes \" pulumi-lang-python=\" max_bytes \" pulumi-lang-yaml=\" maxBytes \" pulumi-lang-java=\" maxBytes \"\u003e max_bytes \u003c/span\u003eand\u003cspan pulumi-lang-nodejs=\" maxAge \" pulumi-lang-dotnet=\" MaxAge \" pulumi-lang-go=\" maxAge \" pulumi-lang-python=\" max_age \" pulumi-lang-yaml=\" maxAge \" pulumi-lang-java=\" maxAge \"\u003e max_age \u003c/span\u003e(string). Options are \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e, \u003cspan pulumi-lang-nodejs=\"`interest`\" pulumi-lang-dotnet=\"`Interest`\" pulumi-lang-go=\"`interest`\" pulumi-lang-python=\"`interest`\" pulumi-lang-yaml=\"`interest`\" pulumi-lang-java=\"`interest`\"\u003e`interest`\u003c/span\u003e and \u003cspan pulumi-lang-nodejs=\"`workqueue`\" pulumi-lang-dotnet=\"`Workqueue`\" pulumi-lang-go=\"`workqueue`\" pulumi-lang-python=\"`workqueue`\" pulumi-lang-yaml=\"`workqueue`\" pulumi-lang-java=\"`workqueue`\"\u003e`workqueue`\u003c/span\u003e. Defaults to \u003cspan pulumi-lang-nodejs=\"`limits`\" pulumi-lang-dotnet=\"`Limits`\" pulumi-lang-go=\"`limits`\" pulumi-lang-python=\"`limits`\" pulumi-lang-yaml=\"`limits`\" pulumi-lang-java=\"`limits`\"\u003e`limits`\u003c/span\u003e.\n"},"sources":{"type":"array","items":{"$ref":"#/types/jetstream:index%2FStreamSource:StreamSource"},"description":"(optional) List of streams to source\n"},"storage":{"type":"string","description":"(optional) The storage engine to use to back the stream (string)\n"},"streamId":{"type":"string"},"subjectDeleteMarkerTtl":{"type":"number","description":"(optional) Enables placing markers when Max Age removes messages, duration specified in seconds (number)\n"},"subjectTransform":{"$ref":"#/types/jetstream:index%2FStreamSubjectTransform:StreamSubjectTransform","description":"(optional) A map of source and destination subjects to transform.\n"},"subjects":{"type":"array","items":{"type":"string"},"description":"The list of subjects that will be consumed by the Stream ([\"list\", \"string\"])\n"}},"type":"object"}}},"functions":{"pulumi:providers:jetstream/terraformConfig":{"description":"This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.","inputs":{"properties":{"__self__":{"$ref":"#/resources/pulumi:providers:jetstream"}},"type":"object","required":["__self__"]},"outputs":{"properties":{"result":{"additionalProperties":{"$ref":"pulumi.json#/Any"},"type":"object"}},"required":["result"],"type":"object"}}},"parameterization":{"baseProvider":{"name":"terraform-provider","version":"1.0.1"},"parameter":"eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hdHMtaW8vamV0c3RyZWFtIiwidmVyc2lvbiI6IjAuMy4wIn19"}}