Uses of Interface
com.hashicorp.cdktf.providers.aws.sqs_queue.SqsQueueConfig
-
Packages that use SqsQueueConfig Package Description com.hashicorp.cdktf.providers.aws.sqs_queue aws_sqs_queue -
-
Uses of SqsQueueConfig in com.hashicorp.cdktf.providers.aws.sqs_queue
Classes in com.hashicorp.cdktf.providers.aws.sqs_queue that implement SqsQueueConfig Modifier and Type Class Description static classSqsQueueConfig.Jsii$ProxyAn implementation forSqsQueueConfigMethods in com.hashicorp.cdktf.providers.aws.sqs_queue that return SqsQueueConfig Modifier and Type Method Description SqsQueueConfigSqsQueueConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.sqs_queue with parameters of type SqsQueueConfig Constructor Description SqsQueue(software.constructs.Construct scope, String id, SqsQueueConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sqs_queue aws_sqs_queue} Resource.
-