Documentation
¶
Index ¶
- func NewRabbitmqSecretBackendRoleVhostList_Override(r RabbitmqSecretBackendRoleVhostList, ...)
- func NewRabbitmqSecretBackendRoleVhostOutputReference_Override(r RabbitmqSecretBackendRoleVhostOutputReference, ...)
- func NewRabbitmqSecretBackendRoleVhostTopicList_Override(r RabbitmqSecretBackendRoleVhostTopicList, ...)
- func NewRabbitmqSecretBackendRoleVhostTopicOutputReference_Override(r RabbitmqSecretBackendRoleVhostTopicOutputReference, ...)
- func NewRabbitmqSecretBackendRoleVhostTopicVhostList_Override(r RabbitmqSecretBackendRoleVhostTopicVhostList, ...)
- func NewRabbitmqSecretBackendRoleVhostTopicVhostOutputReference_Override(r RabbitmqSecretBackendRoleVhostTopicVhostOutputReference, ...)
- func NewRabbitmqSecretBackendRole_Override(r RabbitmqSecretBackendRole, scope constructs.Construct, id *string, ...)
- func RabbitmqSecretBackendRole_IsConstruct(x interface{}) *bool
- func RabbitmqSecretBackendRole_IsTerraformElement(x interface{}) *bool
- func RabbitmqSecretBackendRole_IsTerraformResource(x interface{}) *bool
- func RabbitmqSecretBackendRole_TfResourceType() *string
- type RabbitmqSecretBackendRole
- type RabbitmqSecretBackendRoleConfig
- type RabbitmqSecretBackendRoleVhost
- type RabbitmqSecretBackendRoleVhostList
- type RabbitmqSecretBackendRoleVhostOutputReference
- type RabbitmqSecretBackendRoleVhostTopic
- type RabbitmqSecretBackendRoleVhostTopicList
- type RabbitmqSecretBackendRoleVhostTopicOutputReference
- type RabbitmqSecretBackendRoleVhostTopicVhost
- type RabbitmqSecretBackendRoleVhostTopicVhostList
- type RabbitmqSecretBackendRoleVhostTopicVhostOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRabbitmqSecretBackendRoleVhostList_Override ¶
func NewRabbitmqSecretBackendRoleVhostList_Override(r RabbitmqSecretBackendRoleVhostList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewRabbitmqSecretBackendRoleVhostOutputReference_Override ¶
func NewRabbitmqSecretBackendRoleVhostOutputReference_Override(r RabbitmqSecretBackendRoleVhostOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewRabbitmqSecretBackendRoleVhostTopicList_Override ¶
func NewRabbitmqSecretBackendRoleVhostTopicList_Override(r RabbitmqSecretBackendRoleVhostTopicList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewRabbitmqSecretBackendRoleVhostTopicOutputReference_Override ¶
func NewRabbitmqSecretBackendRoleVhostTopicOutputReference_Override(r RabbitmqSecretBackendRoleVhostTopicOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewRabbitmqSecretBackendRoleVhostTopicVhostList_Override ¶
func NewRabbitmqSecretBackendRoleVhostTopicVhostList_Override(r RabbitmqSecretBackendRoleVhostTopicVhostList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewRabbitmqSecretBackendRoleVhostTopicVhostOutputReference_Override ¶
func NewRabbitmqSecretBackendRoleVhostTopicVhostOutputReference_Override(r RabbitmqSecretBackendRoleVhostTopicVhostOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewRabbitmqSecretBackendRole_Override ¶
func NewRabbitmqSecretBackendRole_Override(r RabbitmqSecretBackendRole, scope constructs.Construct, id *string, config *RabbitmqSecretBackendRoleConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role vault_rabbitmq_secret_backend_role} Resource.
func RabbitmqSecretBackendRole_IsConstruct ¶
func RabbitmqSecretBackendRole_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 RabbitmqSecretBackendRole_IsTerraformElement ¶
func RabbitmqSecretBackendRole_IsTerraformElement(x interface{}) *bool
Experimental.
func RabbitmqSecretBackendRole_IsTerraformResource ¶
func RabbitmqSecretBackendRole_IsTerraformResource(x interface{}) *bool
Experimental.
func RabbitmqSecretBackendRole_TfResourceType ¶
func RabbitmqSecretBackendRole_TfResourceType() *string
Types ¶
type RabbitmqSecretBackendRole ¶
type RabbitmqSecretBackendRole interface { cdktf.TerraformResource Backend() *string SetBackend(val *string) BackendInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string Namespace() *string SetNamespace(val *string) NamespaceInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Tags() *string SetTags(val *string) TagsInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Vhost() RabbitmqSecretBackendRoleVhostList VhostInput() interface{} VhostTopic() RabbitmqSecretBackendRoleVhostTopicList VhostTopicInput() interface{} // 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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutVhost(value interface{}) PutVhostTopic(value interface{}) ResetId() ResetNamespace() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() ResetVhost() ResetVhostTopic() SynthesizeAttributes() *map[string]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/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role vault_rabbitmq_secret_backend_role}.
func NewRabbitmqSecretBackendRole ¶
func NewRabbitmqSecretBackendRole(scope constructs.Construct, id *string, config *RabbitmqSecretBackendRoleConfig) RabbitmqSecretBackendRole
Create a new {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role vault_rabbitmq_secret_backend_role} Resource.
type RabbitmqSecretBackendRoleConfig ¶
type RabbitmqSecretBackendRoleConfig 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"` // The path of the Rabbitmq Secret Backend the role belongs to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#backend RabbitmqSecretBackendRole#backend} Backend *string `field:"required" json:"backend" yaml:"backend"` // Unique name for the role. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#name RabbitmqSecretBackendRole#name} Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#id RabbitmqSecretBackendRole#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"` // Target namespace. (requires Enterprise). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#namespace RabbitmqSecretBackendRole#namespace} Namespace *string `field:"optional" json:"namespace" yaml:"namespace"` // Specifies a comma-separated RabbitMQ management tags. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#tags RabbitmqSecretBackendRole#tags} Tags *string `field:"optional" json:"tags" yaml:"tags"` // vhost block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#vhost RabbitmqSecretBackendRole#vhost} Vhost interface{} `field:"optional" json:"vhost" yaml:"vhost"` // vhost_topic block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#vhost_topic RabbitmqSecretBackendRole#vhost_topic} VhostTopic interface{} `field:"optional" json:"vhostTopic" yaml:"vhostTopic"` }
type RabbitmqSecretBackendRoleVhost ¶
type RabbitmqSecretBackendRoleVhost struct { // The configure permissions for this vhost. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#configure RabbitmqSecretBackendRole#configure} Configure *string `field:"required" json:"configure" yaml:"configure"` // The vhost to set permissions for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#host RabbitmqSecretBackendRole#host} Host *string `field:"required" json:"host" yaml:"host"` // The read permissions for this vhost. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#read RabbitmqSecretBackendRole#read} Read *string `field:"required" json:"read" yaml:"read"` // The write permissions for this vhost. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#write RabbitmqSecretBackendRole#write} Write *string `field:"required" json:"write" yaml:"write"` }
type RabbitmqSecretBackendRoleVhostList ¶
type RabbitmqSecretBackendRoleVhostList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) RabbitmqSecretBackendRoleVhostOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRabbitmqSecretBackendRoleVhostList ¶
func NewRabbitmqSecretBackendRoleVhostList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) RabbitmqSecretBackendRoleVhostList
type RabbitmqSecretBackendRoleVhostOutputReference ¶
type RabbitmqSecretBackendRoleVhostOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Configure() *string SetConfigure(val *string) ConfigureInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string Host() *string SetHost(val *string) HostInput() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Write() *string SetWrite(val *string) WriteInput() *string // Experimental. ComputeFqn() *string // 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. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRabbitmqSecretBackendRoleVhostOutputReference ¶
func NewRabbitmqSecretBackendRoleVhostOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) RabbitmqSecretBackendRoleVhostOutputReference
type RabbitmqSecretBackendRoleVhostTopic ¶
type RabbitmqSecretBackendRoleVhostTopic struct { // The vhost to set permissions for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#host RabbitmqSecretBackendRole#host} Host *string `field:"required" json:"host" yaml:"host"` // vhost block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#vhost RabbitmqSecretBackendRole#vhost} Vhost interface{} `field:"optional" json:"vhost" yaml:"vhost"` }
type RabbitmqSecretBackendRoleVhostTopicList ¶
type RabbitmqSecretBackendRoleVhostTopicList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) RabbitmqSecretBackendRoleVhostTopicOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRabbitmqSecretBackendRoleVhostTopicList ¶
func NewRabbitmqSecretBackendRoleVhostTopicList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) RabbitmqSecretBackendRoleVhostTopicList
type RabbitmqSecretBackendRoleVhostTopicOutputReference ¶
type RabbitmqSecretBackendRoleVhostTopicOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string Host() *string SetHost(val *string) HostInput() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Vhost() RabbitmqSecretBackendRoleVhostTopicVhostList VhostInput() interface{} // Experimental. ComputeFqn() *string // 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. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutVhost(value interface{}) ResetVhost() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRabbitmqSecretBackendRoleVhostTopicOutputReference ¶
func NewRabbitmqSecretBackendRoleVhostTopicOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) RabbitmqSecretBackendRoleVhostTopicOutputReference
type RabbitmqSecretBackendRoleVhostTopicVhost ¶
type RabbitmqSecretBackendRoleVhostTopicVhost struct { // The read permissions for this vhost. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#read RabbitmqSecretBackendRole#read} Read *string `field:"required" json:"read" yaml:"read"` // The vhost to set permissions for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#topic RabbitmqSecretBackendRole#topic} Topic *string `field:"required" json:"topic" yaml:"topic"` // The write permissions for this vhost. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.21.0/docs/resources/rabbitmq_secret_backend_role#write RabbitmqSecretBackendRole#write} Write *string `field:"required" json:"write" yaml:"write"` }
type RabbitmqSecretBackendRoleVhostTopicVhostList ¶
type RabbitmqSecretBackendRoleVhostTopicVhostList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) RabbitmqSecretBackendRoleVhostTopicVhostOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRabbitmqSecretBackendRoleVhostTopicVhostList ¶
func NewRabbitmqSecretBackendRoleVhostTopicVhostList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) RabbitmqSecretBackendRoleVhostTopicVhostList
type RabbitmqSecretBackendRoleVhostTopicVhostOutputReference ¶
type RabbitmqSecretBackendRoleVhostTopicVhostOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Topic() *string SetTopic(val *string) TopicInput() *string Write() *string SetWrite(val *string) WriteInput() *string // Experimental. ComputeFqn() *string // 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. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRabbitmqSecretBackendRoleVhostTopicVhostOutputReference ¶
func NewRabbitmqSecretBackendRoleVhostTopicVhostOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) RabbitmqSecretBackendRoleVhostTopicVhostOutputReference
Source Files
¶
- RabbitmqSecretBackendRole.go
- RabbitmqSecretBackendRoleConfig.go
- RabbitmqSecretBackendRoleVhost.go
- RabbitmqSecretBackendRoleVhostList.go
- RabbitmqSecretBackendRoleVhostList__checks.go
- RabbitmqSecretBackendRoleVhostOutputReference.go
- RabbitmqSecretBackendRoleVhostOutputReference__checks.go
- RabbitmqSecretBackendRoleVhostTopic.go
- RabbitmqSecretBackendRoleVhostTopicList.go
- RabbitmqSecretBackendRoleVhostTopicList__checks.go
- RabbitmqSecretBackendRoleVhostTopicOutputReference.go
- RabbitmqSecretBackendRoleVhostTopicOutputReference__checks.go
- RabbitmqSecretBackendRoleVhostTopicVhost.go
- RabbitmqSecretBackendRoleVhostTopicVhostList.go
- RabbitmqSecretBackendRoleVhostTopicVhostList__checks.go
- RabbitmqSecretBackendRoleVhostTopicVhostOutputReference.go
- RabbitmqSecretBackendRoleVhostTopicVhostOutputReference__checks.go
- RabbitmqSecretBackendRole__checks.go
- main.go