Documentation ¶
Index ¶
- func ContainerAwsNodePool_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ContainerAwsNodePool_IsConstruct(x interface{}) *bool
- func ContainerAwsNodePool_IsTerraformElement(x interface{}) *bool
- func ContainerAwsNodePool_IsTerraformResource(x interface{}) *bool
- func ContainerAwsNodePool_TfResourceType() *string
- func NewContainerAwsNodePoolAutoscalingOutputReference_Override(c ContainerAwsNodePoolAutoscalingOutputReference, ...)
- func NewContainerAwsNodePoolConfigAOutputReference_Override(c ContainerAwsNodePoolConfigAOutputReference, ...)
- func NewContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference_Override(c ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference, ...)
- func NewContainerAwsNodePoolConfigConfigEncryptionOutputReference_Override(c ContainerAwsNodePoolConfigConfigEncryptionOutputReference, ...)
- func NewContainerAwsNodePoolConfigProxyConfigOutputReference_Override(c ContainerAwsNodePoolConfigProxyConfigOutputReference, ...)
- func NewContainerAwsNodePoolConfigRootVolumeOutputReference_Override(c ContainerAwsNodePoolConfigRootVolumeOutputReference, ...)
- func NewContainerAwsNodePoolConfigSshConfigOutputReference_Override(c ContainerAwsNodePoolConfigSshConfigOutputReference, ...)
- func NewContainerAwsNodePoolConfigTaintsList_Override(c ContainerAwsNodePoolConfigTaintsList, ...)
- func NewContainerAwsNodePoolConfigTaintsOutputReference_Override(c ContainerAwsNodePoolConfigTaintsOutputReference, ...)
- func NewContainerAwsNodePoolKubeletConfigOutputReference_Override(c ContainerAwsNodePoolKubeletConfigOutputReference, ...)
- func NewContainerAwsNodePoolManagementOutputReference_Override(c ContainerAwsNodePoolManagementOutputReference, ...)
- func NewContainerAwsNodePoolMaxPodsConstraintOutputReference_Override(c ContainerAwsNodePoolMaxPodsConstraintOutputReference, ...)
- func NewContainerAwsNodePoolTimeoutsOutputReference_Override(c ContainerAwsNodePoolTimeoutsOutputReference, ...)
- func NewContainerAwsNodePoolUpdateSettingsOutputReference_Override(c ContainerAwsNodePoolUpdateSettingsOutputReference, ...)
- func NewContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference_Override(c ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference, ...)
- func NewContainerAwsNodePool_Override(c ContainerAwsNodePool, scope constructs.Construct, id *string, ...)
- type ContainerAwsNodePool
- type ContainerAwsNodePoolAutoscaling
- type ContainerAwsNodePoolAutoscalingOutputReference
- type ContainerAwsNodePoolConfig
- type ContainerAwsNodePoolConfigA
- type ContainerAwsNodePoolConfigAOutputReference
- type ContainerAwsNodePoolConfigAutoscalingMetricsCollection
- type ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference
- type ContainerAwsNodePoolConfigConfigEncryption
- type ContainerAwsNodePoolConfigConfigEncryptionOutputReference
- type ContainerAwsNodePoolConfigProxyConfig
- type ContainerAwsNodePoolConfigProxyConfigOutputReference
- type ContainerAwsNodePoolConfigRootVolume
- type ContainerAwsNodePoolConfigRootVolumeOutputReference
- type ContainerAwsNodePoolConfigSshConfig
- type ContainerAwsNodePoolConfigSshConfigOutputReference
- type ContainerAwsNodePoolConfigTaints
- type ContainerAwsNodePoolConfigTaintsList
- type ContainerAwsNodePoolConfigTaintsOutputReference
- type ContainerAwsNodePoolKubeletConfig
- type ContainerAwsNodePoolKubeletConfigOutputReference
- type ContainerAwsNodePoolManagement
- type ContainerAwsNodePoolManagementOutputReference
- type ContainerAwsNodePoolMaxPodsConstraint
- type ContainerAwsNodePoolMaxPodsConstraintOutputReference
- type ContainerAwsNodePoolTimeouts
- type ContainerAwsNodePoolTimeoutsOutputReference
- type ContainerAwsNodePoolUpdateSettings
- type ContainerAwsNodePoolUpdateSettingsOutputReference
- type ContainerAwsNodePoolUpdateSettingsSurgeSettings
- type ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerAwsNodePool_GenerateConfigForImport ¶
func ContainerAwsNodePool_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ContainerAwsNodePool resource upon running "cdktf plan <stack-name>".
func ContainerAwsNodePool_IsConstruct ¶
func ContainerAwsNodePool_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 ContainerAwsNodePool_IsTerraformElement ¶
func ContainerAwsNodePool_IsTerraformElement(x interface{}) *bool
Experimental.
func ContainerAwsNodePool_IsTerraformResource ¶
func ContainerAwsNodePool_IsTerraformResource(x interface{}) *bool
Experimental.
func ContainerAwsNodePool_TfResourceType ¶
func ContainerAwsNodePool_TfResourceType() *string
func NewContainerAwsNodePoolAutoscalingOutputReference_Override ¶
func NewContainerAwsNodePoolAutoscalingOutputReference_Override(c ContainerAwsNodePoolAutoscalingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolConfigAOutputReference_Override ¶
func NewContainerAwsNodePoolConfigAOutputReference_Override(c ContainerAwsNodePoolConfigAOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference_Override ¶
func NewContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference_Override(c ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolConfigConfigEncryptionOutputReference_Override ¶
func NewContainerAwsNodePoolConfigConfigEncryptionOutputReference_Override(c ContainerAwsNodePoolConfigConfigEncryptionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolConfigProxyConfigOutputReference_Override ¶
func NewContainerAwsNodePoolConfigProxyConfigOutputReference_Override(c ContainerAwsNodePoolConfigProxyConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolConfigRootVolumeOutputReference_Override ¶
func NewContainerAwsNodePoolConfigRootVolumeOutputReference_Override(c ContainerAwsNodePoolConfigRootVolumeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolConfigSshConfigOutputReference_Override ¶
func NewContainerAwsNodePoolConfigSshConfigOutputReference_Override(c ContainerAwsNodePoolConfigSshConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolConfigTaintsList_Override ¶
func NewContainerAwsNodePoolConfigTaintsList_Override(c ContainerAwsNodePoolConfigTaintsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewContainerAwsNodePoolConfigTaintsOutputReference_Override ¶
func NewContainerAwsNodePoolConfigTaintsOutputReference_Override(c ContainerAwsNodePoolConfigTaintsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewContainerAwsNodePoolKubeletConfigOutputReference_Override ¶ added in v14.5.0
func NewContainerAwsNodePoolKubeletConfigOutputReference_Override(c ContainerAwsNodePoolKubeletConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolManagementOutputReference_Override ¶
func NewContainerAwsNodePoolManagementOutputReference_Override(c ContainerAwsNodePoolManagementOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolMaxPodsConstraintOutputReference_Override ¶
func NewContainerAwsNodePoolMaxPodsConstraintOutputReference_Override(c ContainerAwsNodePoolMaxPodsConstraintOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolTimeoutsOutputReference_Override ¶
func NewContainerAwsNodePoolTimeoutsOutputReference_Override(c ContainerAwsNodePoolTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolUpdateSettingsOutputReference_Override ¶
func NewContainerAwsNodePoolUpdateSettingsOutputReference_Override(c ContainerAwsNodePoolUpdateSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference_Override ¶
func NewContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference_Override(c ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewContainerAwsNodePool_Override ¶
func NewContainerAwsNodePool_Override(c ContainerAwsNodePool, scope constructs.Construct, id *string, config *ContainerAwsNodePoolConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool google_container_aws_node_pool} Resource.
Types ¶
type ContainerAwsNodePool ¶
type ContainerAwsNodePool interface { cdktf.TerraformResource Annotations() *map[string]*string SetAnnotations(val *map[string]*string) AnnotationsInput() *map[string]*string Autoscaling() ContainerAwsNodePoolAutoscalingOutputReference AutoscalingInput() *ContainerAwsNodePoolAutoscaling // Experimental. CdktfStack() cdktf.TerraformStack Cluster() *string SetCluster(val *string) ClusterInput() *string Config() ContainerAwsNodePoolConfigAOutputReference ConfigInput() *ContainerAwsNodePoolConfigA // 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) EffectiveAnnotations() cdktf.StringMap Etag() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string KubeletConfig() ContainerAwsNodePoolKubeletConfigOutputReference KubeletConfigInput() *ContainerAwsNodePoolKubeletConfig // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Management() ContainerAwsNodePoolManagementOutputReference ManagementInput() *ContainerAwsNodePoolManagement MaxPodsConstraint() ContainerAwsNodePoolMaxPodsConstraintOutputReference MaxPodsConstraintInput() *ContainerAwsNodePoolMaxPodsConstraint Name() *string SetName(val *string) NameInput() *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{} Reconciling() cdktf.IResolvable State() *string SubnetId() *string SetSubnetId(val *string) SubnetIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() ContainerAwsNodePoolTimeoutsOutputReference TimeoutsInput() interface{} Uid() *string UpdateSettings() ContainerAwsNodePoolUpdateSettingsOutputReference UpdateSettingsInput() *ContainerAwsNodePoolUpdateSettings UpdateTime() *string Version() *string SetVersion(val *string) VersionInput() *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) PutAutoscaling(value *ContainerAwsNodePoolAutoscaling) PutConfig(value *ContainerAwsNodePoolConfigA) PutKubeletConfig(value *ContainerAwsNodePoolKubeletConfig) PutManagement(value *ContainerAwsNodePoolManagement) PutMaxPodsConstraint(value *ContainerAwsNodePoolMaxPodsConstraint) PutTimeouts(value *ContainerAwsNodePoolTimeouts) PutUpdateSettings(value *ContainerAwsNodePoolUpdateSettings) ResetAnnotations() ResetId() ResetKubeletConfig() ResetManagement() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetTimeouts() ResetUpdateSettings() 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/container_aws_node_pool google_container_aws_node_pool}.
func NewContainerAwsNodePool ¶
func NewContainerAwsNodePool(scope constructs.Construct, id *string, config *ContainerAwsNodePoolConfig) ContainerAwsNodePool
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool google_container_aws_node_pool} Resource.
type ContainerAwsNodePoolAutoscaling ¶
type ContainerAwsNodePoolAutoscaling struct { // Maximum number of nodes in the NodePool. Must be >= min_node_count. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#max_node_count ContainerAwsNodePool#max_node_count} MaxNodeCount *float64 `field:"required" json:"maxNodeCount" yaml:"maxNodeCount"` // Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#min_node_count ContainerAwsNodePool#min_node_count} MinNodeCount *float64 `field:"required" json:"minNodeCount" yaml:"minNodeCount"` }
type ContainerAwsNodePoolAutoscalingOutputReference ¶
type ContainerAwsNodePoolAutoscalingOutputReference 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() *ContainerAwsNodePoolAutoscaling SetInternalValue(val *ContainerAwsNodePoolAutoscaling) MaxNodeCount() *float64 SetMaxNodeCount(val *float64) MaxNodeCountInput() *float64 MinNodeCount() *float64 SetMinNodeCount(val *float64) MinNodeCountInput() *float64 // 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 NewContainerAwsNodePoolAutoscalingOutputReference ¶
func NewContainerAwsNodePoolAutoscalingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolAutoscalingOutputReference
type ContainerAwsNodePoolConfig ¶
type ContainerAwsNodePoolConfig 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"` // autoscaling block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#autoscaling ContainerAwsNodePool#autoscaling} Autoscaling *ContainerAwsNodePoolAutoscaling `field:"required" json:"autoscaling" yaml:"autoscaling"` // The awsCluster for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#cluster ContainerAwsNodePool#cluster} Cluster *string `field:"required" json:"cluster" yaml:"cluster"` // config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#config ContainerAwsNodePool#config} Config *ContainerAwsNodePoolConfigA `field:"required" json:"config" yaml:"config"` // The location for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#location ContainerAwsNodePool#location} Location *string `field:"required" json:"location" yaml:"location"` // max_pods_constraint block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#max_pods_constraint ContainerAwsNodePool#max_pods_constraint} MaxPodsConstraint *ContainerAwsNodePoolMaxPodsConstraint `field:"required" json:"maxPodsConstraint" yaml:"maxPodsConstraint"` // The name of this resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#name ContainerAwsNodePool#name} Name *string `field:"required" json:"name" yaml:"name"` // The subnet where the node pool node run. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#subnet_id ContainerAwsNodePool#subnet_id} SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"` // The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#version ContainerAwsNodePool#version} Version *string `field:"required" json:"version" yaml:"version"` // Optional. // // Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. // // **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. // Please refer to the field `effective_annotations` for all of the annotations present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#annotations ContainerAwsNodePool#annotations} Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#id ContainerAwsNodePool#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"` // kubelet_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#kubelet_config ContainerAwsNodePool#kubelet_config} KubeletConfig *ContainerAwsNodePoolKubeletConfig `field:"optional" json:"kubeletConfig" yaml:"kubeletConfig"` // management block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#management ContainerAwsNodePool#management} Management *ContainerAwsNodePoolManagement `field:"optional" json:"management" yaml:"management"` // The project for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#project ContainerAwsNodePool#project} Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#timeouts ContainerAwsNodePool#timeouts} Timeouts *ContainerAwsNodePoolTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // update_settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#update_settings ContainerAwsNodePool#update_settings} UpdateSettings *ContainerAwsNodePoolUpdateSettings `field:"optional" json:"updateSettings" yaml:"updateSettings"` }
type ContainerAwsNodePoolConfigA ¶
type ContainerAwsNodePoolConfigA struct { // config_encryption block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#config_encryption ContainerAwsNodePool#config_encryption} ConfigEncryption *ContainerAwsNodePoolConfigConfigEncryption `field:"required" json:"configEncryption" yaml:"configEncryption"` // The name of the AWS IAM role assigned to nodes in the pool. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#iam_instance_profile ContainerAwsNodePool#iam_instance_profile} IamInstanceProfile *string `field:"required" json:"iamInstanceProfile" yaml:"iamInstanceProfile"` // autoscaling_metrics_collection block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#autoscaling_metrics_collection ContainerAwsNodePool#autoscaling_metrics_collection} AutoscalingMetricsCollection *ContainerAwsNodePoolConfigAutoscalingMetricsCollection `field:"optional" json:"autoscalingMetricsCollection" yaml:"autoscalingMetricsCollection"` // Optional. The AWS instance type. When unspecified, it defaults to `m5.large`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#instance_type ContainerAwsNodePool#instance_type} InstanceType *string `field:"optional" json:"instanceType" yaml:"instanceType"` // Optional. // // The initial labels assigned to nodes of this node pool. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#labels ContainerAwsNodePool#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // proxy_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#proxy_config ContainerAwsNodePool#proxy_config} ProxyConfig *ContainerAwsNodePoolConfigProxyConfig `field:"optional" json:"proxyConfig" yaml:"proxyConfig"` // root_volume block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#root_volume ContainerAwsNodePool#root_volume} RootVolume *ContainerAwsNodePoolConfigRootVolume `field:"optional" json:"rootVolume" yaml:"rootVolume"` // Optional. // // The IDs of additional security groups to add to nodes in this pool. The manager will automatically create security groups with minimum rules needed for a functioning cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#security_group_ids ContainerAwsNodePool#security_group_ids} SecurityGroupIds *[]*string `field:"optional" json:"securityGroupIds" yaml:"securityGroupIds"` // ssh_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#ssh_config ContainerAwsNodePool#ssh_config} SshConfig *ContainerAwsNodePoolConfigSshConfig `field:"optional" json:"sshConfig" yaml:"sshConfig"` // Optional. // // Key/value metadata to assign to each underlying AWS resource. Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#tags ContainerAwsNodePool#tags} Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // taints block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#taints ContainerAwsNodePool#taints} Taints interface{} `field:"optional" json:"taints" yaml:"taints"` }
type ContainerAwsNodePoolConfigAOutputReference ¶
type ContainerAwsNodePoolConfigAOutputReference interface { cdktf.ComplexObject AutoscalingMetricsCollection() ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference AutoscalingMetricsCollectionInput() *ContainerAwsNodePoolConfigAutoscalingMetricsCollection // 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) ConfigEncryption() ContainerAwsNodePoolConfigConfigEncryptionOutputReference ConfigEncryptionInput() *ContainerAwsNodePoolConfigConfigEncryption // 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 IamInstanceProfile() *string SetIamInstanceProfile(val *string) IamInstanceProfileInput() *string InstanceType() *string SetInstanceType(val *string) InstanceTypeInput() *string InternalValue() *ContainerAwsNodePoolConfigA SetInternalValue(val *ContainerAwsNodePoolConfigA) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string ProxyConfig() ContainerAwsNodePoolConfigProxyConfigOutputReference ProxyConfigInput() *ContainerAwsNodePoolConfigProxyConfig RootVolume() ContainerAwsNodePoolConfigRootVolumeOutputReference RootVolumeInput() *ContainerAwsNodePoolConfigRootVolume SecurityGroupIds() *[]*string SetSecurityGroupIds(val *[]*string) SecurityGroupIdsInput() *[]*string SshConfig() ContainerAwsNodePoolConfigSshConfigOutputReference SshConfigInput() *ContainerAwsNodePoolConfigSshConfig Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string Taints() ContainerAwsNodePoolConfigTaintsList TaintsInput() 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 PutAutoscalingMetricsCollection(value *ContainerAwsNodePoolConfigAutoscalingMetricsCollection) PutConfigEncryption(value *ContainerAwsNodePoolConfigConfigEncryption) PutProxyConfig(value *ContainerAwsNodePoolConfigProxyConfig) PutRootVolume(value *ContainerAwsNodePoolConfigRootVolume) PutSshConfig(value *ContainerAwsNodePoolConfigSshConfig) PutTaints(value interface{}) ResetAutoscalingMetricsCollection() ResetInstanceType() ResetLabels() ResetProxyConfig() ResetRootVolume() ResetSecurityGroupIds() ResetSshConfig() ResetTags() ResetTaints() // 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 NewContainerAwsNodePoolConfigAOutputReference ¶
func NewContainerAwsNodePoolConfigAOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolConfigAOutputReference
type ContainerAwsNodePoolConfigAutoscalingMetricsCollection ¶
type ContainerAwsNodePoolConfigAutoscalingMetricsCollection struct { // The frequency at which EC2 Auto Scaling sends aggregated data to AWS CloudWatch. The only valid value is "1Minute". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#granularity ContainerAwsNodePool#granularity} Granularity *string `field:"required" json:"granularity" yaml:"granularity"` // The metrics to enable. // // For a list of valid metrics, see https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_EnableMetricsCollection.html. If you specify granularity and don't specify any metrics, all metrics are enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#metrics ContainerAwsNodePool#metrics} Metrics *[]*string `field:"optional" json:"metrics" yaml:"metrics"` }
type ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference ¶
type ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference 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 Granularity() *string SetGranularity(val *string) GranularityInput() *string InternalValue() *ContainerAwsNodePoolConfigAutoscalingMetricsCollection SetInternalValue(val *ContainerAwsNodePoolConfigAutoscalingMetricsCollection) Metrics() *[]*string SetMetrics(val *[]*string) MetricsInput() *[]*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 ResetMetrics() // 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 NewContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference ¶
func NewContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference
type ContainerAwsNodePoolConfigConfigEncryption ¶
type ContainerAwsNodePoolConfigConfigEncryption struct { // The ARN of the AWS KMS key used to encrypt node pool configuration. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#kms_key_arn ContainerAwsNodePool#kms_key_arn} KmsKeyArn *string `field:"required" json:"kmsKeyArn" yaml:"kmsKeyArn"` }
type ContainerAwsNodePoolConfigConfigEncryptionOutputReference ¶
type ContainerAwsNodePoolConfigConfigEncryptionOutputReference 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() *ContainerAwsNodePoolConfigConfigEncryption SetInternalValue(val *ContainerAwsNodePoolConfigConfigEncryption) KmsKeyArn() *string SetKmsKeyArn(val *string) KmsKeyArnInput() *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 NewContainerAwsNodePoolConfigConfigEncryptionOutputReference ¶
func NewContainerAwsNodePoolConfigConfigEncryptionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolConfigConfigEncryptionOutputReference
type ContainerAwsNodePoolConfigProxyConfig ¶
type ContainerAwsNodePoolConfigProxyConfig struct { // The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#secret_arn ContainerAwsNodePool#secret_arn} SecretArn *string `field:"required" json:"secretArn" yaml:"secretArn"` // The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#secret_version ContainerAwsNodePool#secret_version} SecretVersion *string `field:"required" json:"secretVersion" yaml:"secretVersion"` }
type ContainerAwsNodePoolConfigProxyConfigOutputReference ¶
type ContainerAwsNodePoolConfigProxyConfigOutputReference 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() *ContainerAwsNodePoolConfigProxyConfig SetInternalValue(val *ContainerAwsNodePoolConfigProxyConfig) SecretArn() *string SetSecretArn(val *string) SecretArnInput() *string SecretVersion() *string SetSecretVersion(val *string) SecretVersionInput() *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 NewContainerAwsNodePoolConfigProxyConfigOutputReference ¶
func NewContainerAwsNodePoolConfigProxyConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolConfigProxyConfigOutputReference
type ContainerAwsNodePoolConfigRootVolume ¶
type ContainerAwsNodePoolConfigRootVolume struct { // Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#iops ContainerAwsNodePool#iops} Iops *float64 `field:"optional" json:"iops" yaml:"iops"` // Optional. // // The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#kms_key_arn ContainerAwsNodePool#kms_key_arn} KmsKeyArn *string `field:"optional" json:"kmsKeyArn" yaml:"kmsKeyArn"` // Optional. // // The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#size_gib ContainerAwsNodePool#size_gib} SizeGib *float64 `field:"optional" json:"sizeGib" yaml:"sizeGib"` // Optional. // // The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#throughput ContainerAwsNodePool#throughput} Throughput *float64 `field:"optional" json:"throughput" yaml:"throughput"` // Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#volume_type ContainerAwsNodePool#volume_type} VolumeType *string `field:"optional" json:"volumeType" yaml:"volumeType"` }
type ContainerAwsNodePoolConfigRootVolumeOutputReference ¶
type ContainerAwsNodePoolConfigRootVolumeOutputReference 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() *ContainerAwsNodePoolConfigRootVolume SetInternalValue(val *ContainerAwsNodePoolConfigRootVolume) Iops() *float64 SetIops(val *float64) IopsInput() *float64 KmsKeyArn() *string SetKmsKeyArn(val *string) KmsKeyArnInput() *string SizeGib() *float64 SetSizeGib(val *float64) SizeGibInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Throughput() *float64 SetThroughput(val *float64) ThroughputInput() *float64 VolumeType() *string SetVolumeType(val *string) VolumeTypeInput() *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 ResetIops() ResetKmsKeyArn() ResetSizeGib() ResetThroughput() ResetVolumeType() // 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 NewContainerAwsNodePoolConfigRootVolumeOutputReference ¶
func NewContainerAwsNodePoolConfigRootVolumeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolConfigRootVolumeOutputReference
type ContainerAwsNodePoolConfigSshConfig ¶
type ContainerAwsNodePoolConfigSshConfig struct { // The name of the EC2 key pair used to login into cluster machines. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#ec2_key_pair ContainerAwsNodePool#ec2_key_pair} Ec2KeyPair *string `field:"required" json:"ec2KeyPair" yaml:"ec2KeyPair"` }
type ContainerAwsNodePoolConfigSshConfigOutputReference ¶
type ContainerAwsNodePoolConfigSshConfigOutputReference 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 Ec2KeyPair() *string SetEc2KeyPair(val *string) Ec2KeyPairInput() *string // Experimental. Fqn() *string InternalValue() *ContainerAwsNodePoolConfigSshConfig SetInternalValue(val *ContainerAwsNodePoolConfigSshConfig) // 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 NewContainerAwsNodePoolConfigSshConfigOutputReference ¶
func NewContainerAwsNodePoolConfigSshConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolConfigSshConfigOutputReference
type ContainerAwsNodePoolConfigTaints ¶
type ContainerAwsNodePoolConfigTaints struct { // The taint effect. Possible values: EFFECT_UNSPECIFIED, NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#effect ContainerAwsNodePool#effect} Effect *string `field:"required" json:"effect" yaml:"effect"` // Key for the taint. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#key ContainerAwsNodePool#key} Key *string `field:"required" json:"key" yaml:"key"` // Value for the taint. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#value ContainerAwsNodePool#value} Value *string `field:"required" json:"value" yaml:"value"` }
type ContainerAwsNodePoolConfigTaintsList ¶
type ContainerAwsNodePoolConfigTaintsList 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) ContainerAwsNodePoolConfigTaintsOutputReference // 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 NewContainerAwsNodePoolConfigTaintsList ¶
func NewContainerAwsNodePoolConfigTaintsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ContainerAwsNodePoolConfigTaintsList
type ContainerAwsNodePoolConfigTaintsOutputReference ¶
type ContainerAwsNodePoolConfigTaintsOutputReference 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 Effect() *string SetEffect(val *string) EffectInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Key() *string SetKey(val *string) KeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string SetValue(val *string) ValueInput() *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 NewContainerAwsNodePoolConfigTaintsOutputReference ¶
func NewContainerAwsNodePoolConfigTaintsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ContainerAwsNodePoolConfigTaintsOutputReference
type ContainerAwsNodePoolKubeletConfig ¶ added in v14.5.0
type ContainerAwsNodePoolKubeletConfig struct { // Whether or not to enable CPU CFS quota. Defaults to true. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#cpu_cfs_quota ContainerAwsNodePool#cpu_cfs_quota} CpuCfsQuota interface{} `field:"optional" json:"cpuCfsQuota" yaml:"cpuCfsQuota"` // Optional. The CPU CFS quota period to use for the node. Defaults to "100ms". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#cpu_cfs_quota_period ContainerAwsNodePool#cpu_cfs_quota_period} CpuCfsQuotaPeriod *string `field:"optional" json:"cpuCfsQuotaPeriod" yaml:"cpuCfsQuotaPeriod"` // The CpuManagerPolicy to use for the node. Defaults to "none". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#cpu_manager_policy ContainerAwsNodePool#cpu_manager_policy} CpuManagerPolicy *string `field:"optional" json:"cpuManagerPolicy" yaml:"cpuManagerPolicy"` // Optional. // // The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#pod_pids_limit ContainerAwsNodePool#pod_pids_limit} PodPidsLimit *float64 `field:"optional" json:"podPidsLimit" yaml:"podPidsLimit"` }
type ContainerAwsNodePoolKubeletConfigOutputReference ¶ added in v14.5.0
type ContainerAwsNodePoolKubeletConfigOutputReference 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) CpuCfsQuota() interface{} SetCpuCfsQuota(val interface{}) CpuCfsQuotaInput() interface{} CpuCfsQuotaPeriod() *string SetCpuCfsQuotaPeriod(val *string) CpuCfsQuotaPeriodInput() *string CpuManagerPolicy() *string SetCpuManagerPolicy(val *string) CpuManagerPolicyInput() *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 InternalValue() *ContainerAwsNodePoolKubeletConfig SetInternalValue(val *ContainerAwsNodePoolKubeletConfig) PodPidsLimit() *float64 SetPodPidsLimit(val *float64) PodPidsLimitInput() *float64 // 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 ResetCpuCfsQuota() ResetCpuCfsQuotaPeriod() ResetCpuManagerPolicy() ResetPodPidsLimit() // 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 NewContainerAwsNodePoolKubeletConfigOutputReference ¶ added in v14.5.0
func NewContainerAwsNodePoolKubeletConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolKubeletConfigOutputReference
type ContainerAwsNodePoolManagement ¶
type ContainerAwsNodePoolManagement struct { // Optional. Whether or not the nodes will be automatically repaired. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#auto_repair ContainerAwsNodePool#auto_repair} AutoRepair interface{} `field:"optional" json:"autoRepair" yaml:"autoRepair"` }
type ContainerAwsNodePoolManagementOutputReference ¶
type ContainerAwsNodePoolManagementOutputReference interface { cdktf.ComplexObject AutoRepair() interface{} SetAutoRepair(val interface{}) AutoRepairInput() interface{} // 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() *ContainerAwsNodePoolManagement SetInternalValue(val *ContainerAwsNodePoolManagement) // 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 ResetAutoRepair() // 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 NewContainerAwsNodePoolManagementOutputReference ¶
func NewContainerAwsNodePoolManagementOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolManagementOutputReference
type ContainerAwsNodePoolMaxPodsConstraint ¶
type ContainerAwsNodePoolMaxPodsConstraint struct { // The maximum number of pods to schedule on a single node. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#max_pods_per_node ContainerAwsNodePool#max_pods_per_node} MaxPodsPerNode *float64 `field:"required" json:"maxPodsPerNode" yaml:"maxPodsPerNode"` }
type ContainerAwsNodePoolMaxPodsConstraintOutputReference ¶
type ContainerAwsNodePoolMaxPodsConstraintOutputReference 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() *ContainerAwsNodePoolMaxPodsConstraint SetInternalValue(val *ContainerAwsNodePoolMaxPodsConstraint) MaxPodsPerNode() *float64 SetMaxPodsPerNode(val *float64) MaxPodsPerNodeInput() *float64 // 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 NewContainerAwsNodePoolMaxPodsConstraintOutputReference ¶
func NewContainerAwsNodePoolMaxPodsConstraintOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolMaxPodsConstraintOutputReference
type ContainerAwsNodePoolTimeouts ¶
type ContainerAwsNodePoolTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#create ContainerAwsNodePool#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/container_aws_node_pool#delete ContainerAwsNodePool#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/container_aws_node_pool#update ContainerAwsNodePool#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type ContainerAwsNodePoolTimeoutsOutputReference ¶
type ContainerAwsNodePoolTimeoutsOutputReference 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 NewContainerAwsNodePoolTimeoutsOutputReference ¶
func NewContainerAwsNodePoolTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolTimeoutsOutputReference
type ContainerAwsNodePoolUpdateSettings ¶
type ContainerAwsNodePoolUpdateSettings struct { // surge_settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#surge_settings ContainerAwsNodePool#surge_settings} SurgeSettings *ContainerAwsNodePoolUpdateSettingsSurgeSettings `field:"optional" json:"surgeSettings" yaml:"surgeSettings"` }
type ContainerAwsNodePoolUpdateSettingsOutputReference ¶
type ContainerAwsNodePoolUpdateSettingsOutputReference 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() *ContainerAwsNodePoolUpdateSettings SetInternalValue(val *ContainerAwsNodePoolUpdateSettings) SurgeSettings() ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference SurgeSettingsInput() *ContainerAwsNodePoolUpdateSettingsSurgeSettings // 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 PutSurgeSettings(value *ContainerAwsNodePoolUpdateSettingsSurgeSettings) ResetSurgeSettings() // 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 NewContainerAwsNodePoolUpdateSettingsOutputReference ¶
func NewContainerAwsNodePoolUpdateSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolUpdateSettingsOutputReference
type ContainerAwsNodePoolUpdateSettingsSurgeSettings ¶
type ContainerAwsNodePoolUpdateSettingsSurgeSettings struct { // Optional. // // The maximum number of nodes that can be created beyond the current size of the node pool during the update process. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#max_surge ContainerAwsNodePool#max_surge} MaxSurge *float64 `field:"optional" json:"maxSurge" yaml:"maxSurge"` // // The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/container_aws_node_pool#max_unavailable ContainerAwsNodePool#max_unavailable} MaxUnavailable *float64 `field:"optional" json:"maxUnavailable" yaml:"maxUnavailable"` }
type ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference ¶
type ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference 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() *ContainerAwsNodePoolUpdateSettingsSurgeSettings SetInternalValue(val *ContainerAwsNodePoolUpdateSettingsSurgeSettings) MaxSurge() *float64 SetMaxSurge(val *float64) MaxSurgeInput() *float64 // 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 ResetMaxSurge() // 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 NewContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference ¶
func NewContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference
Source Files ¶
- ContainerAwsNodePool.go
- ContainerAwsNodePoolAutoscaling.go
- ContainerAwsNodePoolAutoscalingOutputReference.go
- ContainerAwsNodePoolAutoscalingOutputReference__checks.go
- ContainerAwsNodePoolConfig.go
- ContainerAwsNodePoolConfigA.go
- ContainerAwsNodePoolConfigAOutputReference.go
- ContainerAwsNodePoolConfigAOutputReference__checks.go
- ContainerAwsNodePoolConfigAutoscalingMetricsCollection.go
- ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference.go
- ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference__checks.go
- ContainerAwsNodePoolConfigConfigEncryption.go
- ContainerAwsNodePoolConfigConfigEncryptionOutputReference.go
- ContainerAwsNodePoolConfigConfigEncryptionOutputReference__checks.go
- ContainerAwsNodePoolConfigProxyConfig.go
- ContainerAwsNodePoolConfigProxyConfigOutputReference.go
- ContainerAwsNodePoolConfigProxyConfigOutputReference__checks.go
- ContainerAwsNodePoolConfigRootVolume.go
- ContainerAwsNodePoolConfigRootVolumeOutputReference.go
- ContainerAwsNodePoolConfigRootVolumeOutputReference__checks.go
- ContainerAwsNodePoolConfigSshConfig.go
- ContainerAwsNodePoolConfigSshConfigOutputReference.go
- ContainerAwsNodePoolConfigSshConfigOutputReference__checks.go
- ContainerAwsNodePoolConfigTaints.go
- ContainerAwsNodePoolConfigTaintsList.go
- ContainerAwsNodePoolConfigTaintsList__checks.go
- ContainerAwsNodePoolConfigTaintsOutputReference.go
- ContainerAwsNodePoolConfigTaintsOutputReference__checks.go
- ContainerAwsNodePoolKubeletConfig.go
- ContainerAwsNodePoolKubeletConfigOutputReference.go
- ContainerAwsNodePoolKubeletConfigOutputReference__checks.go
- ContainerAwsNodePoolManagement.go
- ContainerAwsNodePoolManagementOutputReference.go
- ContainerAwsNodePoolManagementOutputReference__checks.go
- ContainerAwsNodePoolMaxPodsConstraint.go
- ContainerAwsNodePoolMaxPodsConstraintOutputReference.go
- ContainerAwsNodePoolMaxPodsConstraintOutputReference__checks.go
- ContainerAwsNodePoolTimeouts.go
- ContainerAwsNodePoolTimeoutsOutputReference.go
- ContainerAwsNodePoolTimeoutsOutputReference__checks.go
- ContainerAwsNodePoolUpdateSettings.go
- ContainerAwsNodePoolUpdateSettingsOutputReference.go
- ContainerAwsNodePoolUpdateSettingsOutputReference__checks.go
- ContainerAwsNodePoolUpdateSettingsSurgeSettings.go
- ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference.go
- ContainerAwsNodePoolUpdateSettingsSurgeSettingsOutputReference__checks.go
- ContainerAwsNodePool__checks.go
- main.go