Documentation
¶
Index ¶
- func GoogleManagedKafkaCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleManagedKafkaCluster_IsConstruct(x interface{}) *bool
- func GoogleManagedKafkaCluster_IsTerraformElement(x interface{}) *bool
- func GoogleManagedKafkaCluster_IsTerraformResource(x interface{}) *bool
- func GoogleManagedKafkaCluster_TfResourceType() *string
- func NewGoogleManagedKafkaClusterCapacityConfigOutputReference_Override(g GoogleManagedKafkaClusterCapacityConfigOutputReference, ...)
- func NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList_Override(g GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList, ...)
- func NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference_Override(g GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference, ...)
- func NewGoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference_Override(g GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference, ...)
- func NewGoogleManagedKafkaClusterGcpConfigOutputReference_Override(g GoogleManagedKafkaClusterGcpConfigOutputReference, ...)
- func NewGoogleManagedKafkaClusterRebalanceConfigOutputReference_Override(g GoogleManagedKafkaClusterRebalanceConfigOutputReference, ...)
- func NewGoogleManagedKafkaClusterTimeoutsOutputReference_Override(g GoogleManagedKafkaClusterTimeoutsOutputReference, ...)
- func NewGoogleManagedKafkaCluster_Override(g GoogleManagedKafkaCluster, scope constructs.Construct, id *string, ...)
- type GoogleManagedKafkaCluster
- type GoogleManagedKafkaClusterCapacityConfig
- type GoogleManagedKafkaClusterCapacityConfigOutputReference
- type GoogleManagedKafkaClusterConfig
- type GoogleManagedKafkaClusterGcpConfig
- type GoogleManagedKafkaClusterGcpConfigAccessConfig
- type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigs
- type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList
- type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference
- type GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference
- type GoogleManagedKafkaClusterGcpConfigOutputReference
- type GoogleManagedKafkaClusterRebalanceConfig
- type GoogleManagedKafkaClusterRebalanceConfigOutputReference
- type GoogleManagedKafkaClusterTimeouts
- type GoogleManagedKafkaClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleManagedKafkaCluster_GenerateConfigForImport ¶
func GoogleManagedKafkaCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleManagedKafkaCluster resource upon running "cdktf plan <stack-name>".
func GoogleManagedKafkaCluster_IsConstruct ¶
func GoogleManagedKafkaCluster_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 GoogleManagedKafkaCluster_IsTerraformElement ¶
func GoogleManagedKafkaCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleManagedKafkaCluster_IsTerraformResource ¶
func GoogleManagedKafkaCluster_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleManagedKafkaCluster_TfResourceType ¶
func GoogleManagedKafkaCluster_TfResourceType() *string
func NewGoogleManagedKafkaClusterCapacityConfigOutputReference_Override ¶
func NewGoogleManagedKafkaClusterCapacityConfigOutputReference_Override(g GoogleManagedKafkaClusterCapacityConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList_Override ¶
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList_Override(g GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference_Override ¶
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference_Override(g GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference_Override ¶
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference_Override(g GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleManagedKafkaClusterGcpConfigOutputReference_Override ¶
func NewGoogleManagedKafkaClusterGcpConfigOutputReference_Override(g GoogleManagedKafkaClusterGcpConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleManagedKafkaClusterRebalanceConfigOutputReference_Override ¶
func NewGoogleManagedKafkaClusterRebalanceConfigOutputReference_Override(g GoogleManagedKafkaClusterRebalanceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleManagedKafkaClusterTimeoutsOutputReference_Override ¶
func NewGoogleManagedKafkaClusterTimeoutsOutputReference_Override(g GoogleManagedKafkaClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleManagedKafkaCluster_Override ¶
func NewGoogleManagedKafkaCluster_Override(g GoogleManagedKafkaCluster, scope constructs.Construct, id *string, config *GoogleManagedKafkaClusterConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster google_managed_kafka_cluster} Resource.
Types ¶
type GoogleManagedKafkaCluster ¶
type GoogleManagedKafkaCluster interface { cdktf.TerraformResource CapacityConfig() GoogleManagedKafkaClusterCapacityConfigOutputReference CapacityConfigInput() *GoogleManagedKafkaClusterCapacityConfig // 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() GoogleManagedKafkaClusterGcpConfigOutputReference GcpConfigInput() *GoogleManagedKafkaClusterGcpConfig 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() GoogleManagedKafkaClusterRebalanceConfigOutputReference RebalanceConfigInput() *GoogleManagedKafkaClusterRebalanceConfig State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleManagedKafkaClusterTimeoutsOutputReference 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 *GoogleManagedKafkaClusterCapacityConfig) PutGcpConfig(value *GoogleManagedKafkaClusterGcpConfig) PutRebalanceConfig(value *GoogleManagedKafkaClusterRebalanceConfig) PutTimeouts(value *GoogleManagedKafkaClusterTimeouts) 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-beta/6.18.0/docs/resources/google_managed_kafka_cluster google_managed_kafka_cluster}.
func NewGoogleManagedKafkaCluster ¶
func NewGoogleManagedKafkaCluster(scope constructs.Construct, id *string, config *GoogleManagedKafkaClusterConfig) GoogleManagedKafkaCluster
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster google_managed_kafka_cluster} Resource.
type GoogleManagedKafkaClusterCapacityConfig ¶
type GoogleManagedKafkaClusterCapacityConfig 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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#memory_bytes GoogleManagedKafkaCluster#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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#vcpu_count GoogleManagedKafkaCluster#vcpu_count} VcpuCount *string `field:"required" json:"vcpuCount" yaml:"vcpuCount"` }
type GoogleManagedKafkaClusterCapacityConfigOutputReference ¶
type GoogleManagedKafkaClusterCapacityConfigOutputReference 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() *GoogleManagedKafkaClusterCapacityConfig SetInternalValue(val *GoogleManagedKafkaClusterCapacityConfig) 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 NewGoogleManagedKafkaClusterCapacityConfigOutputReference ¶
func NewGoogleManagedKafkaClusterCapacityConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleManagedKafkaClusterCapacityConfigOutputReference
type GoogleManagedKafkaClusterConfig ¶
type GoogleManagedKafkaClusterConfig 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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#capacity_config GoogleManagedKafkaCluster#capacity_config} CapacityConfig *GoogleManagedKafkaClusterCapacityConfig `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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#cluster_id GoogleManagedKafkaCluster#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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#gcp_config GoogleManagedKafkaCluster#gcp_config} GcpConfig *GoogleManagedKafkaClusterGcpConfig `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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#location GoogleManagedKafkaCluster#location} Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#id GoogleManagedKafkaCluster#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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#labels GoogleManagedKafkaCluster#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#project GoogleManagedKafkaCluster#project}. Project *string `field:"optional" json:"project" yaml:"project"` // rebalance_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#rebalance_config GoogleManagedKafkaCluster#rebalance_config} RebalanceConfig *GoogleManagedKafkaClusterRebalanceConfig `field:"optional" json:"rebalanceConfig" yaml:"rebalanceConfig"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#timeouts GoogleManagedKafkaCluster#timeouts} Timeouts *GoogleManagedKafkaClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleManagedKafkaClusterGcpConfig ¶
type GoogleManagedKafkaClusterGcpConfig struct { // access_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#access_config GoogleManagedKafkaCluster#access_config} AccessConfig *GoogleManagedKafkaClusterGcpConfigAccessConfig `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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#kms_key GoogleManagedKafkaCluster#kms_key} KmsKey *string `field:"optional" json:"kmsKey" yaml:"kmsKey"` }
type GoogleManagedKafkaClusterGcpConfigAccessConfig ¶
type GoogleManagedKafkaClusterGcpConfigAccessConfig struct { // network_configs block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#network_configs GoogleManagedKafkaCluster#network_configs} NetworkConfigs interface{} `field:"required" json:"networkConfigs" yaml:"networkConfigs"` }
type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigs ¶
type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigs 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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#subnet GoogleManagedKafkaCluster#subnet} Subnet *string `field:"required" json:"subnet" yaml:"subnet"` }
type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList ¶
type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList 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) GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference // 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 NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList ¶
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList
type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference ¶
type GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference 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 NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference ¶
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference
type GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference ¶
type GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference 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() *GoogleManagedKafkaClusterGcpConfigAccessConfig SetInternalValue(val *GoogleManagedKafkaClusterGcpConfigAccessConfig) NetworkConfigs() GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList 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 NewGoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference ¶
func NewGoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference
type GoogleManagedKafkaClusterGcpConfigOutputReference ¶
type GoogleManagedKafkaClusterGcpConfigOutputReference interface { cdktf.ComplexObject AccessConfig() GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference AccessConfigInput() *GoogleManagedKafkaClusterGcpConfigAccessConfig // 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() *GoogleManagedKafkaClusterGcpConfig SetInternalValue(val *GoogleManagedKafkaClusterGcpConfig) 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 *GoogleManagedKafkaClusterGcpConfigAccessConfig) 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 NewGoogleManagedKafkaClusterGcpConfigOutputReference ¶
func NewGoogleManagedKafkaClusterGcpConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleManagedKafkaClusterGcpConfigOutputReference
type GoogleManagedKafkaClusterRebalanceConfig ¶
type GoogleManagedKafkaClusterRebalanceConfig 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-beta/6.18.0/docs/resources/google_managed_kafka_cluster#mode GoogleManagedKafkaCluster#mode} Mode *string `field:"optional" json:"mode" yaml:"mode"` }
type GoogleManagedKafkaClusterRebalanceConfigOutputReference ¶
type GoogleManagedKafkaClusterRebalanceConfigOutputReference 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() *GoogleManagedKafkaClusterRebalanceConfig SetInternalValue(val *GoogleManagedKafkaClusterRebalanceConfig) 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 NewGoogleManagedKafkaClusterRebalanceConfigOutputReference ¶
func NewGoogleManagedKafkaClusterRebalanceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleManagedKafkaClusterRebalanceConfigOutputReference
type GoogleManagedKafkaClusterTimeouts ¶
type GoogleManagedKafkaClusterTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#create GoogleManagedKafkaCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#delete GoogleManagedKafkaCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_managed_kafka_cluster#update GoogleManagedKafkaCluster#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleManagedKafkaClusterTimeoutsOutputReference ¶
type GoogleManagedKafkaClusterTimeoutsOutputReference 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 NewGoogleManagedKafkaClusterTimeoutsOutputReference ¶
func NewGoogleManagedKafkaClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleManagedKafkaClusterTimeoutsOutputReference
Source Files
¶
- GoogleManagedKafkaCluster.go
- GoogleManagedKafkaClusterCapacityConfig.go
- GoogleManagedKafkaClusterCapacityConfigOutputReference.go
- GoogleManagedKafkaClusterCapacityConfigOutputReference__checks.go
- GoogleManagedKafkaClusterConfig.go
- GoogleManagedKafkaClusterGcpConfig.go
- GoogleManagedKafkaClusterGcpConfigAccessConfig.go
- GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigs.go
- GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList.go
- GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsList__checks.go
- GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference.go
- GoogleManagedKafkaClusterGcpConfigAccessConfigNetworkConfigsOutputReference__checks.go
- GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference.go
- GoogleManagedKafkaClusterGcpConfigAccessConfigOutputReference__checks.go
- GoogleManagedKafkaClusterGcpConfigOutputReference.go
- GoogleManagedKafkaClusterGcpConfigOutputReference__checks.go
- GoogleManagedKafkaClusterRebalanceConfig.go
- GoogleManagedKafkaClusterRebalanceConfigOutputReference.go
- GoogleManagedKafkaClusterRebalanceConfigOutputReference__checks.go
- GoogleManagedKafkaClusterTimeouts.go
- GoogleManagedKafkaClusterTimeoutsOutputReference.go
- GoogleManagedKafkaClusterTimeoutsOutputReference__checks.go
- GoogleManagedKafkaCluster__checks.go
- main.go