Documentation ¶
Index ¶
- func ManagedKafkaCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ManagedKafkaCluster_IsConstruct(x interface{}) *bool
- func ManagedKafkaCluster_IsTerraformElement(x interface{}) *bool
- func ManagedKafkaCluster_IsTerraformResource(x interface{}) *bool
- func ManagedKafkaCluster_TfResourceType() *string
- func NewManagedKafkaClusterCapacityConfigOutputReference_Override(m ManagedKafkaClusterCapacityConfigOutputReference, ...)
- func NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList_Override(m ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList, ...)
- func NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference_Override(m ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference, ...)
- func NewManagedKafkaClusterGcpConfigAccessConfigOutputReference_Override(m ManagedKafkaClusterGcpConfigAccessConfigOutputReference, ...)
- func NewManagedKafkaClusterGcpConfigOutputReference_Override(m ManagedKafkaClusterGcpConfigOutputReference, ...)
- func NewManagedKafkaClusterRebalanceConfigOutputReference_Override(m ManagedKafkaClusterRebalanceConfigOutputReference, ...)
- func NewManagedKafkaClusterTimeoutsOutputReference_Override(m ManagedKafkaClusterTimeoutsOutputReference, ...)
- func NewManagedKafkaCluster_Override(m ManagedKafkaCluster, scope constructs.Construct, id *string, ...)
- type ManagedKafkaCluster
- type ManagedKafkaClusterCapacityConfig
- type ManagedKafkaClusterCapacityConfigOutputReference
- type ManagedKafkaClusterConfig
- type ManagedKafkaClusterGcpConfig
- type ManagedKafkaClusterGcpConfigAccessConfig
- type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigs
- type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList
- type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference
- type ManagedKafkaClusterGcpConfigAccessConfigOutputReference
- type ManagedKafkaClusterGcpConfigOutputReference
- type ManagedKafkaClusterRebalanceConfig
- type ManagedKafkaClusterRebalanceConfigOutputReference
- type ManagedKafkaClusterTimeouts
- type ManagedKafkaClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ManagedKafkaCluster_GenerateConfigForImport ¶
func ManagedKafkaCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ManagedKafkaCluster resource upon running "cdktf plan <stack-name>".
func ManagedKafkaCluster_IsConstruct ¶
func ManagedKafkaCluster_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 ManagedKafkaCluster_IsTerraformElement ¶
func ManagedKafkaCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func ManagedKafkaCluster_IsTerraformResource ¶
func ManagedKafkaCluster_IsTerraformResource(x interface{}) *bool
Experimental.
func ManagedKafkaCluster_TfResourceType ¶
func ManagedKafkaCluster_TfResourceType() *string
func NewManagedKafkaClusterCapacityConfigOutputReference_Override ¶
func NewManagedKafkaClusterCapacityConfigOutputReference_Override(m ManagedKafkaClusterCapacityConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList_Override ¶
func NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList_Override(m ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference_Override ¶
func NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference_Override(m ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewManagedKafkaClusterGcpConfigAccessConfigOutputReference_Override ¶
func NewManagedKafkaClusterGcpConfigAccessConfigOutputReference_Override(m ManagedKafkaClusterGcpConfigAccessConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedKafkaClusterGcpConfigOutputReference_Override ¶
func NewManagedKafkaClusterGcpConfigOutputReference_Override(m ManagedKafkaClusterGcpConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedKafkaClusterRebalanceConfigOutputReference_Override ¶
func NewManagedKafkaClusterRebalanceConfigOutputReference_Override(m ManagedKafkaClusterRebalanceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedKafkaClusterTimeoutsOutputReference_Override ¶
func NewManagedKafkaClusterTimeoutsOutputReference_Override(m ManagedKafkaClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedKafkaCluster_Override ¶
func NewManagedKafkaCluster_Override(m ManagedKafkaCluster, scope constructs.Construct, id *string, config *ManagedKafkaClusterConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster google_managed_kafka_cluster} Resource.
Types ¶
type ManagedKafkaCluster ¶
type ManagedKafkaCluster interface { cdktf.TerraformResource CapacityConfig() ManagedKafkaClusterCapacityConfigOutputReference CapacityConfigInput() *ManagedKafkaClusterCapacityConfig // Experimental. CdktfStack() cdktf.TerraformStack ClusterId() *string SetClusterId(val *string) ClusterIdInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EffectiveLabels() cdktf.StringMap // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GcpConfig() ManagedKafkaClusterGcpConfigOutputReference GcpConfigInput() *ManagedKafkaClusterGcpConfig Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RebalanceConfig() ManagedKafkaClusterRebalanceConfigOutputReference RebalanceConfigInput() *ManagedKafkaClusterRebalanceConfig State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() ManagedKafkaClusterTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *string // 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) PutCapacityConfig(value *ManagedKafkaClusterCapacityConfig) PutGcpConfig(value *ManagedKafkaClusterGcpConfig) PutRebalanceConfig(value *ManagedKafkaClusterRebalanceConfig) PutTimeouts(value *ManagedKafkaClusterTimeouts) ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRebalanceConfig() ResetTimeouts() 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/google/6.14.1/docs/resources/managed_kafka_cluster google_managed_kafka_cluster}.
func NewManagedKafkaCluster ¶
func NewManagedKafkaCluster(scope constructs.Construct, id *string, config *ManagedKafkaClusterConfig) ManagedKafkaCluster
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster google_managed_kafka_cluster} Resource.
type ManagedKafkaClusterCapacityConfig ¶
type ManagedKafkaClusterCapacityConfig struct { // The memory to provision for the cluster in bytes. // // The value must be between 1 GiB and 8 GiB per vCPU. Ex. 1024Mi, 4Gi. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#memory_bytes ManagedKafkaCluster#memory_bytes} MemoryBytes *string `field:"required" json:"memoryBytes" yaml:"memoryBytes"` // The number of vCPUs to provision for the cluster. The minimum is 3. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#vcpu_count ManagedKafkaCluster#vcpu_count} VcpuCount *string `field:"required" json:"vcpuCount" yaml:"vcpuCount"` }
type ManagedKafkaClusterCapacityConfigOutputReference ¶
type ManagedKafkaClusterCapacityConfigOutputReference 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() *ManagedKafkaClusterCapacityConfig SetInternalValue(val *ManagedKafkaClusterCapacityConfig) MemoryBytes() *string SetMemoryBytes(val *string) MemoryBytesInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VcpuCount() *string SetVcpuCount(val *string) VcpuCountInput() *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 NewManagedKafkaClusterCapacityConfigOutputReference ¶
func NewManagedKafkaClusterCapacityConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedKafkaClusterCapacityConfigOutputReference
type ManagedKafkaClusterConfig ¶
type ManagedKafkaClusterConfig 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"` // capacity_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#capacity_config ManagedKafkaCluster#capacity_config} CapacityConfig *ManagedKafkaClusterCapacityConfig `field:"required" json:"capacityConfig" yaml:"capacityConfig"` // The ID to use for the cluster, which will become the final component of the cluster's name. // // The ID must be 1-63 characters long, and match the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' to comply with RFC 1035. This value is structured like: 'my-cluster-id'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#cluster_id ManagedKafkaCluster#cluster_id} ClusterId *string `field:"required" json:"clusterId" yaml:"clusterId"` // gcp_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#gcp_config ManagedKafkaCluster#gcp_config} GcpConfig *ManagedKafkaClusterGcpConfig `field:"required" json:"gcpConfig" yaml:"gcpConfig"` // ID of the location of the Kafka resource. See https://cloud.google.com/managed-kafka/docs/locations for a list of supported locations. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#location ManagedKafkaCluster#location} Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#id ManagedKafkaCluster#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"` // List of label KEY=VALUE pairs to add. // // Keys must start with a lowercase character and contain only hyphens (-), underscores ( ), lowercase characters, and numbers. Values must contain only hyphens (-), underscores ( ), lowercase characters, and numbers. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#labels ManagedKafkaCluster#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#project ManagedKafkaCluster#project}. Project *string `field:"optional" json:"project" yaml:"project"` // rebalance_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#rebalance_config ManagedKafkaCluster#rebalance_config} RebalanceConfig *ManagedKafkaClusterRebalanceConfig `field:"optional" json:"rebalanceConfig" yaml:"rebalanceConfig"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#timeouts ManagedKafkaCluster#timeouts} Timeouts *ManagedKafkaClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type ManagedKafkaClusterGcpConfig ¶
type ManagedKafkaClusterGcpConfig struct { // access_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#access_config ManagedKafkaCluster#access_config} AccessConfig *ManagedKafkaClusterGcpConfigAccessConfig `field:"required" json:"accessConfig" yaml:"accessConfig"` // The Cloud KMS Key name to use for encryption. // // The key must be located in the same region as the cluster and cannot be changed. Must be in the format 'projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#kms_key ManagedKafkaCluster#kms_key} KmsKey *string `field:"optional" json:"kmsKey" yaml:"kmsKey"` }
type ManagedKafkaClusterGcpConfigAccessConfig ¶
type ManagedKafkaClusterGcpConfigAccessConfig struct { // network_configs block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#network_configs ManagedKafkaCluster#network_configs} NetworkConfigs interface{} `field:"required" json:"networkConfigs" yaml:"networkConfigs"` }
type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigs ¶
type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigs struct { // Name of the VPC subnet from which the cluster is accessible. // // Both broker and bootstrap server IP addresses and DNS entries are automatically created in the subnet. The subnet must be located in the same region as the cluster. The project may differ. The name of the subnet must be in the format 'projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#subnet ManagedKafkaCluster#subnet} Subnet *string `field:"required" json:"subnet" yaml:"subnet"` }
type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList ¶
type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference // 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 NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList ¶
func NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList
type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference ¶
type ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference 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{}) Subnet() *string SetSubnet(val *string) SubnetInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference ¶
func NewManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference
type ManagedKafkaClusterGcpConfigAccessConfigOutputReference ¶
type ManagedKafkaClusterGcpConfigAccessConfigOutputReference 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() *ManagedKafkaClusterGcpConfigAccessConfig SetInternalValue(val *ManagedKafkaClusterGcpConfigAccessConfig) NetworkConfigs() ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList NetworkConfigsInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 PutNetworkConfigs(value interface{}) // 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 NewManagedKafkaClusterGcpConfigAccessConfigOutputReference ¶
func NewManagedKafkaClusterGcpConfigAccessConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedKafkaClusterGcpConfigAccessConfigOutputReference
type ManagedKafkaClusterGcpConfigOutputReference ¶
type ManagedKafkaClusterGcpConfigOutputReference interface { cdktf.ComplexObject AccessConfig() ManagedKafkaClusterGcpConfigAccessConfigOutputReference AccessConfigInput() *ManagedKafkaClusterGcpConfigAccessConfig // 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() *ManagedKafkaClusterGcpConfig SetInternalValue(val *ManagedKafkaClusterGcpConfig) KmsKey() *string SetKmsKey(val *string) KmsKeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 PutAccessConfig(value *ManagedKafkaClusterGcpConfigAccessConfig) ResetKmsKey() // 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 NewManagedKafkaClusterGcpConfigOutputReference ¶
func NewManagedKafkaClusterGcpConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedKafkaClusterGcpConfigOutputReference
type ManagedKafkaClusterRebalanceConfig ¶
type ManagedKafkaClusterRebalanceConfig struct { // The rebalance behavior for the cluster. When not specified, defaults to 'NO_REBALANCE'. Possible values: 'MODE_UNSPECIFIED', 'NO_REBALANCE', 'AUTO_REBALANCE_ON_SCALE_UP'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#mode ManagedKafkaCluster#mode} Mode *string `field:"optional" json:"mode" yaml:"mode"` }
type ManagedKafkaClusterRebalanceConfigOutputReference ¶
type ManagedKafkaClusterRebalanceConfigOutputReference 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() *ManagedKafkaClusterRebalanceConfig SetInternalValue(val *ManagedKafkaClusterRebalanceConfig) Mode() *string SetMode(val *string) ModeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 ResetMode() // 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 NewManagedKafkaClusterRebalanceConfigOutputReference ¶
func NewManagedKafkaClusterRebalanceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedKafkaClusterRebalanceConfigOutputReference
type ManagedKafkaClusterTimeouts ¶
type ManagedKafkaClusterTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#create ManagedKafkaCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#delete ManagedKafkaCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/managed_kafka_cluster#update ManagedKafkaCluster#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type ManagedKafkaClusterTimeoutsOutputReference ¶
type ManagedKafkaClusterTimeoutsOutputReference 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) Create() *string SetCreate(val *string) CreateInput() *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 Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *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 ResetCreate() ResetDelete() ResetUpdate() // 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 NewManagedKafkaClusterTimeoutsOutputReference ¶
func NewManagedKafkaClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedKafkaClusterTimeoutsOutputReference
Source Files ¶
- ManagedKafkaCluster.go
- ManagedKafkaClusterCapacityConfig.go
- ManagedKafkaClusterCapacityConfigOutputReference.go
- ManagedKafkaClusterCapacityConfigOutputReference__checks.go
- ManagedKafkaClusterConfig.go
- ManagedKafkaClusterGcpConfig.go
- ManagedKafkaClusterGcpConfigAccessConfig.go
- ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigs.go
- ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList.go
- ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList__checks.go
- ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference.go
- ManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference__checks.go
- ManagedKafkaClusterGcpConfigAccessConfigOutputReference.go
- ManagedKafkaClusterGcpConfigAccessConfigOutputReference__checks.go
- ManagedKafkaClusterGcpConfigOutputReference.go
- ManagedKafkaClusterGcpConfigOutputReference__checks.go
- ManagedKafkaClusterRebalanceConfig.go
- ManagedKafkaClusterRebalanceConfigOutputReference.go
- ManagedKafkaClusterRebalanceConfigOutputReference__checks.go
- ManagedKafkaClusterTimeouts.go
- ManagedKafkaClusterTimeoutsOutputReference.go
- ManagedKafkaClusterTimeoutsOutputReference__checks.go
- ManagedKafkaCluster__checks.go
- main.go