Documentation ¶
Index ¶
- func NewSqsQueue_Override(s SqsQueue, scope constructs.Construct, id *string, config *SqsQueueConfig)
- func SqsQueue_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func SqsQueue_IsConstruct(x interface{}) *bool
- func SqsQueue_IsTerraformElement(x interface{}) *bool
- func SqsQueue_IsTerraformResource(x interface{}) *bool
- func SqsQueue_TfResourceType() *string
- type SqsQueue
- type SqsQueueConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSqsQueue_Override ¶
func NewSqsQueue_Override(s SqsQueue, scope constructs.Construct, id *string, config *SqsQueueConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue aws_sqs_queue} Resource.
func SqsQueue_GenerateConfigForImport ¶
func SqsQueue_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a SqsQueue resource upon running "cdktf plan <stack-name>".
func SqsQueue_IsConstruct ¶
func SqsQueue_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func SqsQueue_IsTerraformElement ¶
func SqsQueue_IsTerraformElement(x interface{}) *bool
Experimental.
func SqsQueue_IsTerraformResource ¶
func SqsQueue_IsTerraformResource(x interface{}) *bool
Experimental.
func SqsQueue_TfResourceType ¶
func SqsQueue_TfResourceType() *string
Types ¶
type SqsQueue ¶
type SqsQueue interface { cdktf.TerraformResource Arn() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} ContentBasedDeduplication() interface{} SetContentBasedDeduplication(val interface{}) ContentBasedDeduplicationInput() interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DeduplicationScope() *string SetDeduplicationScope(val *string) DeduplicationScopeInput() *string DelaySeconds() *float64 SetDelaySeconds(val *float64) DelaySecondsInput() *float64 // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) FifoQueue() interface{} SetFifoQueue(val interface{}) FifoQueueInput() interface{} FifoThroughputLimit() *string SetFifoThroughputLimit(val *string) FifoThroughputLimitInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string KmsDataKeyReusePeriodSeconds() *float64 SetKmsDataKeyReusePeriodSeconds(val *float64) KmsDataKeyReusePeriodSecondsInput() *float64 KmsMasterKeyId() *string SetKmsMasterKeyId(val *string) KmsMasterKeyIdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MaxMessageSize() *float64 SetMaxMessageSize(val *float64) MaxMessageSizeInput() *float64 MessageRetentionSeconds() *float64 SetMessageRetentionSeconds(val *float64) MessageRetentionSecondsInput() *float64 Name() *string SetName(val *string) NameInput() *string NamePrefix() *string SetNamePrefix(val *string) NamePrefixInput() *string // The tree node. Node() constructs.Node Policy() *string SetPolicy(val *string) PolicyInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ReceiveWaitTimeSeconds() *float64 SetReceiveWaitTimeSeconds(val *float64) ReceiveWaitTimeSecondsInput() *float64 RedriveAllowPolicy() *string SetRedriveAllowPolicy(val *string) RedriveAllowPolicyInput() *string RedrivePolicy() *string SetRedrivePolicy(val *string) RedrivePolicyInput() *string SqsManagedSseEnabled() interface{} SetSqsManagedSseEnabled(val interface{}) SqsManagedSseEnabledInput() interface{} Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() *map[string]*string SetTagsAll(val *map[string]*string) TagsAllInput() *map[string]*string TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Url() *string VisibilityTimeoutSeconds() *float64 SetVisibilityTimeoutSeconds(val *float64) VisibilityTimeoutSecondsInput() *float64 // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetContentBasedDeduplication() ResetDeduplicationScope() ResetDelaySeconds() ResetFifoQueue() ResetFifoThroughputLimit() ResetId() ResetKmsDataKeyReusePeriodSeconds() ResetKmsMasterKeyId() ResetMaxMessageSize() ResetMessageRetentionSeconds() ResetName() ResetNamePrefix() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPolicy() ResetReceiveWaitTimeSeconds() ResetRedriveAllowPolicy() ResetRedrivePolicy() ResetSqsManagedSseEnabled() ResetTags() ResetTagsAll() ResetVisibilityTimeoutSeconds() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue aws_sqs_queue}.
func NewSqsQueue ¶
func NewSqsQueue(scope constructs.Construct, id *string, config *SqsQueueConfig) SqsQueue
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue aws_sqs_queue} Resource.
type SqsQueueConfig ¶
type SqsQueueConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#content_based_deduplication SqsQueue#content_based_deduplication}. ContentBasedDeduplication interface{} `field:"optional" json:"contentBasedDeduplication" yaml:"contentBasedDeduplication"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#deduplication_scope SqsQueue#deduplication_scope}. DeduplicationScope *string `field:"optional" json:"deduplicationScope" yaml:"deduplicationScope"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#delay_seconds SqsQueue#delay_seconds}. DelaySeconds *float64 `field:"optional" json:"delaySeconds" yaml:"delaySeconds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#fifo_queue SqsQueue#fifo_queue}. FifoQueue interface{} `field:"optional" json:"fifoQueue" yaml:"fifoQueue"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#fifo_throughput_limit SqsQueue#fifo_throughput_limit}. FifoThroughputLimit *string `field:"optional" json:"fifoThroughputLimit" yaml:"fifoThroughputLimit"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#id SqsQueue#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#kms_data_key_reuse_period_seconds SqsQueue#kms_data_key_reuse_period_seconds}. KmsDataKeyReusePeriodSeconds *float64 `field:"optional" json:"kmsDataKeyReusePeriodSeconds" yaml:"kmsDataKeyReusePeriodSeconds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#kms_master_key_id SqsQueue#kms_master_key_id}. KmsMasterKeyId *string `field:"optional" json:"kmsMasterKeyId" yaml:"kmsMasterKeyId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#max_message_size SqsQueue#max_message_size}. MaxMessageSize *float64 `field:"optional" json:"maxMessageSize" yaml:"maxMessageSize"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#message_retention_seconds SqsQueue#message_retention_seconds}. MessageRetentionSeconds *float64 `field:"optional" json:"messageRetentionSeconds" yaml:"messageRetentionSeconds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#name SqsQueue#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#name_prefix SqsQueue#name_prefix}. NamePrefix *string `field:"optional" json:"namePrefix" yaml:"namePrefix"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#policy SqsQueue#policy}. Policy *string `field:"optional" json:"policy" yaml:"policy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#receive_wait_time_seconds SqsQueue#receive_wait_time_seconds}. ReceiveWaitTimeSeconds *float64 `field:"optional" json:"receiveWaitTimeSeconds" yaml:"receiveWaitTimeSeconds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#redrive_allow_policy SqsQueue#redrive_allow_policy}. RedriveAllowPolicy *string `field:"optional" json:"redriveAllowPolicy" yaml:"redriveAllowPolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#redrive_policy SqsQueue#redrive_policy}. RedrivePolicy *string `field:"optional" json:"redrivePolicy" yaml:"redrivePolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#sqs_managed_sse_enabled SqsQueue#sqs_managed_sse_enabled}. SqsManagedSseEnabled interface{} `field:"optional" json:"sqsManagedSseEnabled" yaml:"sqsManagedSseEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#tags SqsQueue#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#tags_all SqsQueue#tags_all}. TagsAll *map[string]*string `field:"optional" json:"tagsAll" yaml:"tagsAll"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/sqs_queue#visibility_timeout_seconds SqsQueue#visibility_timeout_seconds}. VisibilityTimeoutSeconds *float64 `field:"optional" json:"visibilityTimeoutSeconds" yaml:"visibilityTimeoutSeconds"` }