azure-native.awsconnector.SqsQueue
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.
Example Usage
SqsQueues_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var sqsQueue = new AzureNative.AwsConnector.SqsQueue("sqsQueue", new()
{
Location = "fqdcgrb",
Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
Properties = new AzureNative.AwsConnector.Inputs.SqsQueuePropertiesArgs
{
Arn = "jalxzvcntv",
AwsAccountId = "bzpgnzvrnsakbglgcvaalyaiocj",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsSqsQueuePropertiesArgs
{
Arn = "inbbhuaqgvjzwgepxaejncp",
ContentBasedDeduplication = true,
DeduplicationScope = "chijpjniyonhtrbqaojc",
DelaySeconds = 22,
FifoQueue = true,
FifoThroughputLimit = "vzanxuahrdoqizyblwtvse",
KmsDataKeyReusePeriodSeconds = 1,
KmsMasterKeyId = "qcjgqtmyhiqnbwaevgoeagy",
MaximumMessageSize = 19,
MessageRetentionPeriod = 29,
QueueName = "wfzhdsdzszyxfgptplvduwr",
QueueUrl = "drfgltnvn",
ReceiveMessageWaitTimeSeconds = 4,
RedriveAllowPolicy = null,
RedrivePolicy = null,
SqsManagedSseEnabled = true,
Tags = new[]
{
new AzureNative.AwsConnector.Inputs.TagArgs
{
Key = "xvchjfddrrmpbyizcjxdplxu",
Value = "nxjcfolrd",
},
},
VisibilityTimeout = 2,
},
AwsRegion = "ffdlbwzdurjlolipnjsycrmeqsg",
AwsSourceSchema = "jnthvapvjtoexig",
AwsTags =
{
{ "key9800", "dnaxwo" },
},
PublicCloudConnectorsResourceId = "uvqyizhqjdsnemqktjsgfmjhyw",
PublicCloudResourceName = "izckbeceljsvepm",
},
ResourceGroupName = "rgsqsQueue",
Tags =
{
{ "key7215", "qvolsxokcslzpnq" },
},
});
});
package main
import (
awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := awsconnector.NewSqsQueue(ctx, "sqsQueue", &awsconnector.SqsQueueArgs{
Location: pulumi.String("fqdcgrb"),
Name: pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
Properties: &awsconnector.SqsQueuePropertiesArgs{
Arn: pulumi.String("jalxzvcntv"),
AwsAccountId: pulumi.String("bzpgnzvrnsakbglgcvaalyaiocj"),
AwsProperties: &awsconnector.AwsSqsQueuePropertiesArgs{
Arn: pulumi.String("inbbhuaqgvjzwgepxaejncp"),
ContentBasedDeduplication: pulumi.Bool(true),
DeduplicationScope: pulumi.String("chijpjniyonhtrbqaojc"),
DelaySeconds: pulumi.Int(22),
FifoQueue: pulumi.Bool(true),
FifoThroughputLimit: pulumi.String("vzanxuahrdoqizyblwtvse"),
KmsDataKeyReusePeriodSeconds: pulumi.Int(1),
KmsMasterKeyId: pulumi.String("qcjgqtmyhiqnbwaevgoeagy"),
MaximumMessageSize: pulumi.Int(19),
MessageRetentionPeriod: pulumi.Int(29),
QueueName: pulumi.String("wfzhdsdzszyxfgptplvduwr"),
QueueUrl: pulumi.String("drfgltnvn"),
ReceiveMessageWaitTimeSeconds: pulumi.Int(4),
RedriveAllowPolicy: pulumi.Any(map[string]interface{}{}),
RedrivePolicy: pulumi.Any(map[string]interface{}{}),
SqsManagedSseEnabled: pulumi.Bool(true),
Tags: awsconnector.TagArray{
&awsconnector.TagArgs{
Key: pulumi.String("xvchjfddrrmpbyizcjxdplxu"),
Value: pulumi.String("nxjcfolrd"),
},
},
VisibilityTimeout: pulumi.Int(2),
},
AwsRegion: pulumi.String("ffdlbwzdurjlolipnjsycrmeqsg"),
AwsSourceSchema: pulumi.String("jnthvapvjtoexig"),
AwsTags: pulumi.StringMap{
"key9800": pulumi.String("dnaxwo"),
},
PublicCloudConnectorsResourceId: pulumi.String("uvqyizhqjdsnemqktjsgfmjhyw"),
PublicCloudResourceName: pulumi.String("izckbeceljsvepm"),
},
ResourceGroupName: pulumi.String("rgsqsQueue"),
Tags: pulumi.StringMap{
"key7215": pulumi.String("qvolsxokcslzpnq"),
},
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.awsconnector.SqsQueue;
import com.pulumi.azurenative.awsconnector.SqsQueueArgs;
import com.pulumi.azurenative.awsconnector.inputs.SqsQueuePropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsSqsQueuePropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var sqsQueue = new SqsQueue("sqsQueue", SqsQueueArgs.builder()
.location("fqdcgrb")
.name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
.properties(SqsQueuePropertiesArgs.builder()
.arn("jalxzvcntv")
.awsAccountId("bzpgnzvrnsakbglgcvaalyaiocj")
.awsProperties(AwsSqsQueuePropertiesArgs.builder()
.arn("inbbhuaqgvjzwgepxaejncp")
.contentBasedDeduplication(true)
.deduplicationScope("chijpjniyonhtrbqaojc")
.delaySeconds(22)
.fifoQueue(true)
.fifoThroughputLimit("vzanxuahrdoqizyblwtvse")
.kmsDataKeyReusePeriodSeconds(1)
.kmsMasterKeyId("qcjgqtmyhiqnbwaevgoeagy")
.maximumMessageSize(19)
.messageRetentionPeriod(29)
.queueName("wfzhdsdzszyxfgptplvduwr")
.queueUrl("drfgltnvn")
.receiveMessageWaitTimeSeconds(4)
.redriveAllowPolicy()
.redrivePolicy()
.sqsManagedSseEnabled(true)
.tags(TagArgs.builder()
.key("xvchjfddrrmpbyizcjxdplxu")
.value("nxjcfolrd")
.build())
.visibilityTimeout(2)
.build())
.awsRegion("ffdlbwzdurjlolipnjsycrmeqsg")
.awsSourceSchema("jnthvapvjtoexig")
.awsTags(Map.of("key9800", "dnaxwo"))
.publicCloudConnectorsResourceId("uvqyizhqjdsnemqktjsgfmjhyw")
.publicCloudResourceName("izckbeceljsvepm")
.build())
.resourceGroupName("rgsqsQueue")
.tags(Map.of("key7215", "qvolsxokcslzpnq"))
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
sqs_queue = azure_native.awsconnector.SqsQueue("sqsQueue",
location="fqdcgrb",
name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
properties={
"arn": "jalxzvcntv",
"aws_account_id": "bzpgnzvrnsakbglgcvaalyaiocj",
"aws_properties": {
"arn": "inbbhuaqgvjzwgepxaejncp",
"content_based_deduplication": True,
"deduplication_scope": "chijpjniyonhtrbqaojc",
"delay_seconds": 22,
"fifo_queue": True,
"fifo_throughput_limit": "vzanxuahrdoqizyblwtvse",
"kms_data_key_reuse_period_seconds": 1,
"kms_master_key_id": "qcjgqtmyhiqnbwaevgoeagy",
"maximum_message_size": 19,
"message_retention_period": 29,
"queue_name": "wfzhdsdzszyxfgptplvduwr",
"queue_url": "drfgltnvn",
"receive_message_wait_time_seconds": 4,
"redrive_allow_policy": {},
"redrive_policy": {},
"sqs_managed_sse_enabled": True,
"tags": [{
"key": "xvchjfddrrmpbyizcjxdplxu",
"value": "nxjcfolrd",
}],
"visibility_timeout": 2,
},
"aws_region": "ffdlbwzdurjlolipnjsycrmeqsg",
"aws_source_schema": "jnthvapvjtoexig",
"aws_tags": {
"key9800": "dnaxwo",
},
"public_cloud_connectors_resource_id": "uvqyizhqjdsnemqktjsgfmjhyw",
"public_cloud_resource_name": "izckbeceljsvepm",
},
resource_group_name="rgsqsQueue",
tags={
"key7215": "qvolsxokcslzpnq",
})
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const sqsQueue = new azure_native.awsconnector.SqsQueue("sqsQueue", {
location: "fqdcgrb",
name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
properties: {
arn: "jalxzvcntv",
awsAccountId: "bzpgnzvrnsakbglgcvaalyaiocj",
awsProperties: {
arn: "inbbhuaqgvjzwgepxaejncp",
contentBasedDeduplication: true,
deduplicationScope: "chijpjniyonhtrbqaojc",
delaySeconds: 22,
fifoQueue: true,
fifoThroughputLimit: "vzanxuahrdoqizyblwtvse",
kmsDataKeyReusePeriodSeconds: 1,
kmsMasterKeyId: "qcjgqtmyhiqnbwaevgoeagy",
maximumMessageSize: 19,
messageRetentionPeriod: 29,
queueName: "wfzhdsdzszyxfgptplvduwr",
queueUrl: "drfgltnvn",
receiveMessageWaitTimeSeconds: 4,
redriveAllowPolicy: {},
redrivePolicy: {},
sqsManagedSseEnabled: true,
tags: [{
key: "xvchjfddrrmpbyizcjxdplxu",
value: "nxjcfolrd",
}],
visibilityTimeout: 2,
},
awsRegion: "ffdlbwzdurjlolipnjsycrmeqsg",
awsSourceSchema: "jnthvapvjtoexig",
awsTags: {
key9800: "dnaxwo",
},
publicCloudConnectorsResourceId: "uvqyizhqjdsnemqktjsgfmjhyw",
publicCloudResourceName: "izckbeceljsvepm",
},
resourceGroupName: "rgsqsQueue",
tags: {
key7215: "qvolsxokcslzpnq",
},
});
resources:
sqsQueue:
type: azure-native:awsconnector:SqsQueue
properties:
location: fqdcgrb
name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
properties:
arn: jalxzvcntv
awsAccountId: bzpgnzvrnsakbglgcvaalyaiocj
awsProperties:
arn: inbbhuaqgvjzwgepxaejncp
contentBasedDeduplication: true
deduplicationScope: chijpjniyonhtrbqaojc
delaySeconds: 22
fifoQueue: true
fifoThroughputLimit: vzanxuahrdoqizyblwtvse
kmsDataKeyReusePeriodSeconds: 1
kmsMasterKeyId: qcjgqtmyhiqnbwaevgoeagy
maximumMessageSize: 19
messageRetentionPeriod: 29
queueName: wfzhdsdzszyxfgptplvduwr
queueUrl: drfgltnvn
receiveMessageWaitTimeSeconds: 4
redriveAllowPolicy: {}
redrivePolicy: {}
sqsManagedSseEnabled: true
tags:
- key: xvchjfddrrmpbyizcjxdplxu
value: nxjcfolrd
visibilityTimeout: 2
awsRegion: ffdlbwzdurjlolipnjsycrmeqsg
awsSourceSchema: jnthvapvjtoexig
awsTags:
key9800: dnaxwo
publicCloudConnectorsResourceId: uvqyizhqjdsnemqktjsgfmjhyw
publicCloudResourceName: izckbeceljsvepm
resourceGroupName: rgsqsQueue
tags:
key7215: qvolsxokcslzpnq
Create SqsQueue Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SqsQueue(name: string, args: SqsQueueArgs, opts?: CustomResourceOptions);
@overload
def SqsQueue(resource_name: str,
args: SqsQueueArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SqsQueue(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
properties: Optional[SqsQueuePropertiesArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewSqsQueue(ctx *Context, name string, args SqsQueueArgs, opts ...ResourceOption) (*SqsQueue, error)
public SqsQueue(string name, SqsQueueArgs args, CustomResourceOptions? opts = null)
public SqsQueue(String name, SqsQueueArgs args)
public SqsQueue(String name, SqsQueueArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:SqsQueue
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SqsQueueArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SqsQueueArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SqsQueueArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SqsQueueArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SqsQueueArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var sqsQueueResource = new AzureNative.AwsConnector.SqsQueue("sqsQueueResource", new()
{
ResourceGroupName = "string",
Location = "string",
Name = "string",
Properties = new AzureNative.AwsConnector.Inputs.SqsQueuePropertiesArgs
{
Arn = "string",
AwsAccountId = "string",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsSqsQueuePropertiesArgs
{
Arn = "string",
ContentBasedDeduplication = false,
DeduplicationScope = "string",
DelaySeconds = 0,
FifoQueue = false,
FifoThroughputLimit = "string",
KmsDataKeyReusePeriodSeconds = 0,
KmsMasterKeyId = "string",
MaximumMessageSize = 0,
MessageRetentionPeriod = 0,
QueueName = "string",
QueueUrl = "string",
ReceiveMessageWaitTimeSeconds = 0,
RedriveAllowPolicy = "any",
RedrivePolicy = "any",
SqsManagedSseEnabled = false,
Tags = new[]
{
new AzureNative.AwsConnector.Inputs.TagArgs
{
Key = "string",
Value = "string",
},
},
VisibilityTimeout = 0,
},
AwsRegion = "string",
AwsSourceSchema = "string",
AwsTags =
{
{ "string", "string" },
},
PublicCloudConnectorsResourceId = "string",
PublicCloudResourceName = "string",
},
Tags =
{
{ "string", "string" },
},
});
example, err := awsconnector.NewSqsQueue(ctx, "sqsQueueResource", &awsconnector.SqsQueueArgs{
ResourceGroupName: pulumi.String("string"),
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Properties: &awsconnector.SqsQueuePropertiesArgs{
Arn: pulumi.String("string"),
AwsAccountId: pulumi.String("string"),
AwsProperties: &awsconnector.AwsSqsQueuePropertiesArgs{
Arn: pulumi.String("string"),
ContentBasedDeduplication: pulumi.Bool(false),
DeduplicationScope: pulumi.String("string"),
DelaySeconds: pulumi.Int(0),
FifoQueue: pulumi.Bool(false),
FifoThroughputLimit: pulumi.String("string"),
KmsDataKeyReusePeriodSeconds: pulumi.Int(0),
KmsMasterKeyId: pulumi.String("string"),
MaximumMessageSize: pulumi.Int(0),
MessageRetentionPeriod: pulumi.Int(0),
QueueName: pulumi.String("string"),
QueueUrl: pulumi.String("string"),
ReceiveMessageWaitTimeSeconds: pulumi.Int(0),
RedriveAllowPolicy: pulumi.Any("any"),
RedrivePolicy: pulumi.Any("any"),
SqsManagedSseEnabled: pulumi.Bool(false),
Tags: awsconnector.TagArray{
&awsconnector.TagArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
VisibilityTimeout: pulumi.Int(0),
},
AwsRegion: pulumi.String("string"),
AwsSourceSchema: pulumi.String("string"),
AwsTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
PublicCloudConnectorsResourceId: pulumi.String("string"),
PublicCloudResourceName: pulumi.String("string"),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var sqsQueueResource = new SqsQueue("sqsQueueResource", SqsQueueArgs.builder()
.resourceGroupName("string")
.location("string")
.name("string")
.properties(SqsQueuePropertiesArgs.builder()
.arn("string")
.awsAccountId("string")
.awsProperties(AwsSqsQueuePropertiesArgs.builder()
.arn("string")
.contentBasedDeduplication(false)
.deduplicationScope("string")
.delaySeconds(0)
.fifoQueue(false)
.fifoThroughputLimit("string")
.kmsDataKeyReusePeriodSeconds(0)
.kmsMasterKeyId("string")
.maximumMessageSize(0)
.messageRetentionPeriod(0)
.queueName("string")
.queueUrl("string")
.receiveMessageWaitTimeSeconds(0)
.redriveAllowPolicy("any")
.redrivePolicy("any")
.sqsManagedSseEnabled(false)
.tags(TagArgs.builder()
.key("string")
.value("string")
.build())
.visibilityTimeout(0)
.build())
.awsRegion("string")
.awsSourceSchema("string")
.awsTags(Map.of("string", "string"))
.publicCloudConnectorsResourceId("string")
.publicCloudResourceName("string")
.build())
.tags(Map.of("string", "string"))
.build());
sqs_queue_resource = azure_native.awsconnector.SqsQueue("sqsQueueResource",
resource_group_name="string",
location="string",
name="string",
properties={
"arn": "string",
"aws_account_id": "string",
"aws_properties": {
"arn": "string",
"content_based_deduplication": False,
"deduplication_scope": "string",
"delay_seconds": 0,
"fifo_queue": False,
"fifo_throughput_limit": "string",
"kms_data_key_reuse_period_seconds": 0,
"kms_master_key_id": "string",
"maximum_message_size": 0,
"message_retention_period": 0,
"queue_name": "string",
"queue_url": "string",
"receive_message_wait_time_seconds": 0,
"redrive_allow_policy": "any",
"redrive_policy": "any",
"sqs_managed_sse_enabled": False,
"tags": [{
"key": "string",
"value": "string",
}],
"visibility_timeout": 0,
},
"aws_region": "string",
"aws_source_schema": "string",
"aws_tags": {
"string": "string",
},
"public_cloud_connectors_resource_id": "string",
"public_cloud_resource_name": "string",
},
tags={
"string": "string",
})
const sqsQueueResource = new azure_native.awsconnector.SqsQueue("sqsQueueResource", {
resourceGroupName: "string",
location: "string",
name: "string",
properties: {
arn: "string",
awsAccountId: "string",
awsProperties: {
arn: "string",
contentBasedDeduplication: false,
deduplicationScope: "string",
delaySeconds: 0,
fifoQueue: false,
fifoThroughputLimit: "string",
kmsDataKeyReusePeriodSeconds: 0,
kmsMasterKeyId: "string",
maximumMessageSize: 0,
messageRetentionPeriod: 0,
queueName: "string",
queueUrl: "string",
receiveMessageWaitTimeSeconds: 0,
redriveAllowPolicy: "any",
redrivePolicy: "any",
sqsManagedSseEnabled: false,
tags: [{
key: "string",
value: "string",
}],
visibilityTimeout: 0,
},
awsRegion: "string",
awsSourceSchema: "string",
awsTags: {
string: "string",
},
publicCloudConnectorsResourceId: "string",
publicCloudResourceName: "string",
},
tags: {
string: "string",
},
});
type: azure-native:awsconnector:SqsQueue
properties:
location: string
name: string
properties:
arn: string
awsAccountId: string
awsProperties:
arn: string
contentBasedDeduplication: false
deduplicationScope: string
delaySeconds: 0
fifoQueue: false
fifoThroughputLimit: string
kmsDataKeyReusePeriodSeconds: 0
kmsMasterKeyId: string
maximumMessageSize: 0
messageRetentionPeriod: 0
queueName: string
queueUrl: string
receiveMessageWaitTimeSeconds: 0
redriveAllowPolicy: any
redrivePolicy: any
sqsManagedSseEnabled: false
tags:
- key: string
value: string
visibilityTimeout: 0
awsRegion: string
awsSourceSchema: string
awsTags:
string: string
publicCloudConnectorsResourceId: string
publicCloudResourceName: string
resourceGroupName: string
tags:
string: string
SqsQueue Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SqsQueue resource accepts the following input properties:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of SqsQueue
- Properties
Pulumi.
Azure Native. Aws Connector. Inputs. Sqs Queue Properties - The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of SqsQueue
- Properties
Sqs
Queue Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of SqsQueue
- properties
Sqs
Queue Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- location string
- The geo-location where the resource lives
- name string
- Name of SqsQueue
- properties
Sqs
Queue Properties - The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- location str
- The geo-location where the resource lives
- name str
- Name of SqsQueue
- properties
Sqs
Queue Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of SqsQueue
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the SqsQueue resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data Pulumi.Azure Native. Aws Connector. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AwsSqsQueueProperties, AwsSqsQueuePropertiesArgs
- Arn string
- Property arn
- Content
Based boolDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - Deduplication
Scope string - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - Delay
Seconds int - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - Fifo
Queue bool - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- Fifo
Throughput stringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - Kms
Data intKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- Kms
Master stringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - Maximum
Message intSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - Message
Retention intPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - Queue
Name string - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - Queue
Url string - Property queueUrl
- Receive
Message intWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- Redrive
Allow objectPolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - Redrive
Policy object - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- Sqs
Managed boolSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag> - The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- Visibility
Timeout int - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- Arn string
- Property arn
- Content
Based boolDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - Deduplication
Scope string - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - Delay
Seconds int - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - Fifo
Queue bool - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- Fifo
Throughput stringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - Kms
Data intKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- Kms
Master stringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - Maximum
Message intSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - Message
Retention intPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - Queue
Name string - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - Queue
Url string - Property queueUrl
- Receive
Message intWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- Redrive
Allow interface{}Policy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - Redrive
Policy interface{} - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- Sqs
Managed boolSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - []Tag
- The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- Visibility
Timeout int - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- arn String
- Property arn
- content
Based BooleanDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - deduplication
Scope String - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - delay
Seconds Integer - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - fifo
Queue Boolean - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- fifo
Throughput StringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - kms
Data IntegerKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- kms
Master StringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - maximum
Message IntegerSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - message
Retention IntegerPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - queue
Name String - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - queue
Url String - Property queueUrl
- receive
Message IntegerWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- redrive
Allow ObjectPolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - redrive
Policy Object - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- sqs
Managed BooleanSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - List<Tag>
- The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- visibility
Timeout Integer - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- arn string
- Property arn
- content
Based booleanDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - deduplication
Scope string - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - delay
Seconds number - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - fifo
Queue boolean - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- fifo
Throughput stringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - kms
Data numberKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- kms
Master stringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - maximum
Message numberSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - message
Retention numberPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - queue
Name string - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - queue
Url string - Property queueUrl
- receive
Message numberWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- redrive
Allow anyPolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - redrive
Policy any - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- sqs
Managed booleanSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - Tag[]
- The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- visibility
Timeout number - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- arn str
- Property arn
- content_
based_ booldeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - deduplication_
scope str - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - delay_
seconds int - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - fifo_
queue bool - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- fifo_
throughput_ strlimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - kms_
data_ intkey_ reuse_ period_ seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- kms_
master_ strkey_ id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - maximum_
message_ intsize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - message_
retention_ intperiod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - queue_
name str - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - queue_
url str - Property queueUrl
- receive_
message_ intwait_ time_ seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- redrive_
allow_ Anypolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - redrive_
policy Any - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- sqs_
managed_ boolsse_ enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - Sequence[Tag]
- The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- visibility_
timeout int - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- arn String
- Property arn
- content
Based BooleanDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - deduplication
Scope String - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - delay
Seconds Number - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - fifo
Queue Boolean - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- fifo
Throughput StringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - kms
Data NumberKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- kms
Master StringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - maximum
Message NumberSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - message
Retention NumberPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - queue
Name String - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - queue
Url String - Property queueUrl
- receive
Message NumberWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- redrive
Allow AnyPolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - redrive
Policy Any - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- sqs
Managed BooleanSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - List<Property Map>
- The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- visibility
Timeout Number - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
AwsSqsQueuePropertiesResponse, AwsSqsQueuePropertiesResponseArgs
- Arn string
- Property arn
- Content
Based boolDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - Deduplication
Scope string - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - Delay
Seconds int - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - Fifo
Queue bool - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- Fifo
Throughput stringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - Kms
Data intKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- Kms
Master stringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - Maximum
Message intSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - Message
Retention intPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - Queue
Name string - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - Queue
Url string - Property queueUrl
- Receive
Message intWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- Redrive
Allow objectPolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - Redrive
Policy object - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- Sqs
Managed boolSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag Response> - The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- Visibility
Timeout int - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- Arn string
- Property arn
- Content
Based boolDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - Deduplication
Scope string - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - Delay
Seconds int - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - Fifo
Queue bool - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- Fifo
Throughput stringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - Kms
Data intKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- Kms
Master stringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - Maximum
Message intSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - Message
Retention intPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - Queue
Name string - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - Queue
Url string - Property queueUrl
- Receive
Message intWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- Redrive
Allow interface{}Policy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - Redrive
Policy interface{} - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- Sqs
Managed boolSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - []Tag
Response - The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- Visibility
Timeout int - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- arn String
- Property arn
- content
Based BooleanDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - deduplication
Scope String - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - delay
Seconds Integer - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - fifo
Queue Boolean - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- fifo
Throughput StringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - kms
Data IntegerKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- kms
Master StringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - maximum
Message IntegerSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - message
Retention IntegerPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - queue
Name String - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - queue
Url String - Property queueUrl
- receive
Message IntegerWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- redrive
Allow ObjectPolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - redrive
Policy Object - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- sqs
Managed BooleanSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - List<Tag
Response> - The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- visibility
Timeout Integer - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- arn string
- Property arn
- content
Based booleanDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - deduplication
Scope string - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - delay
Seconds number - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - fifo
Queue boolean - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- fifo
Throughput stringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - kms
Data numberKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- kms
Master stringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - maximum
Message numberSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - message
Retention numberPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - queue
Name string - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - queue
Url string - Property queueUrl
- receive
Message numberWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- redrive
Allow anyPolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - redrive
Policy any - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- sqs
Managed booleanSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - Tag
Response[] - The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- visibility
Timeout number - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- arn str
- Property arn
- content_
based_ booldeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - deduplication_
scope str - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - delay_
seconds int - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - fifo_
queue bool - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- fifo_
throughput_ strlimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - kms_
data_ intkey_ reuse_ period_ seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- kms_
master_ strkey_ id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - maximum_
message_ intsize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - message_
retention_ intperiod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - queue_
name str - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - queue_
url str - Property queueUrl
- receive_
message_ intwait_ time_ seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- redrive_
allow_ Anypolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - redrive_
policy Any - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- sqs_
managed_ boolsse_ enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - Sequence[Tag
Response] - The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- visibility_
timeout int - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
- arn String
- Property arn
- content
Based BooleanDeduplication - For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the
ContentBasedDeduplication
attribute for theCreateQueue
action in the API Reference. - deduplication
Scope String - For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are
messageGroup
andqueue
. To enable high throughput for a FIFO queue, set this attribute tomessageGroup
and set theFifoThroughputLimit
attribute toperMessageGroupId
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - delay
Seconds Number - The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of
0
to900
(15 minutes). The default value is0
. - fifo
Queue Boolean - If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see FIFO queues in the Developer Guide.
- fifo
Throughput StringLimit - For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are
perQueue
andperMessageGroupId
. To enable high throughput for a FIFO queue, set this attribute toperMessageGroupId
and set theDeduplicationScope
attribute tomessageGroup
. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide. - kms
Data NumberKey Reuse Period Seconds - The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see Encryption at rest in the Developer Guide.
- kms
Master StringKey Id - The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g.
alias/aws/sqs
), key ARN, or key ID. For more information, see the following: + Encryption at rest in the Developer Guide + CreateQueue in the API Reference + Request Parameters in the Key Management Service API Reference + The Key Management Service (KMS) section of the Best Practices whitepaper - maximum
Message NumberSize - The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from
1,024
bytes (1 KiB) to262,144
bytes (256 KiB). The default value is262,144
(256 KiB). - message
Retention NumberPeriod - The number of seconds that SQS retains a message. You can specify an integer value from
60
seconds (1 minute) to1,209,600
seconds (14 days). The default value is345,600
seconds (4 days). - queue
Name String - A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the
.fifo
suffix. For more information, see FIFO queues in the Developer Guide. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see Name type in the User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. - queue
Url String - Property queueUrl
- receive
Message NumberWait Time Seconds - Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see Consuming messages using long polling in the Developer Guide.
- redrive
Allow AnyPolicy - The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows: +
redrivePermission
: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are: +allowAll
: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. +denyAll
: No source queues can specify this queue as the dead-letter queue. +byQueue
: Only queues specified by thesourceQueueArns
parameter can specify this queue as the dead-letter queue. +sourceQueueArns
: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when theredrivePermission
parameter is set tobyQueue
. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set theredrivePermission
parameter toallowAll
. - redrive
Policy Any - The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: +
deadLetterTargetArn
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value ofmaxReceiveCount
is exceeded. +maxReceiveCount
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When theReceiveCount
for a message exceeds themaxReceiveCount
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }
YAMLdeadLetterTargetArn : String
maxReceiveCount : Integer
- sqs
Managed BooleanSse Enabled - Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (for example, SSE-KMS or SSE-SQS). When
SqsManagedSseEnabled
is not defined,SSE-SQS
encryption is enabled by default. - List<Property Map>
- The tags that you attach to this queue. For more information, see Resource tag in the User Guide.
- visibility
Timeout Number - The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds. For more information about SQS queue visibility timeouts, see Visibility timeout in the Developer Guide.
SqsQueueProperties, SqsQueuePropertiesArgs
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Sqs Queue Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsSqs Queue Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsSqs Queue Properties - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsSqs Queue Properties - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsSqs Queue Properties - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
SqsQueuePropertiesResponse, SqsQueuePropertiesResponseArgs
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Sqs Queue Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsSqs Queue Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsSqs Queue Properties Response - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- provisioning
State string - The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsSqs Queue Properties Response - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning_
state str - The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsSqs Queue Properties Response - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Tag, TagArgs
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
TagResponse, TagResponseArgs
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:awsconnector:SqsQueue itprn /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/sqsQueues/{name}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0