AwsClusterControlPlaneArgs

data class AwsClusterControlPlaneArgs(val awsServicesAuthentication: Output<AwsClusterControlPlaneAwsServicesAuthenticationArgs>, val configEncryption: Output<AwsClusterControlPlaneConfigEncryptionArgs>, val databaseEncryption: Output<AwsClusterControlPlaneDatabaseEncryptionArgs>, val iamInstanceProfile: Output<String>, val instancePlacement: Output<AwsClusterControlPlaneInstancePlacementArgs>? = null, val instanceType: Output<String>? = null, val mainVolume: Output<AwsClusterControlPlaneMainVolumeArgs>? = null, val proxyConfig: Output<AwsClusterControlPlaneProxyConfigArgs>? = null, val rootVolume: Output<AwsClusterControlPlaneRootVolumeArgs>? = null, val securityGroupIds: Output<List<String>>? = null, val sshConfig: Output<AwsClusterControlPlaneSshConfigArgs>? = null, val subnetIds: Output<List<String>>, val tags: Output<Map<String, String>>? = null, val version: Output<String>) : ConvertibleToJava<AwsClusterControlPlaneArgs>

Constructors

Link copied to clipboard
constructor(awsServicesAuthentication: Output<AwsClusterControlPlaneAwsServicesAuthenticationArgs>, configEncryption: Output<AwsClusterControlPlaneConfigEncryptionArgs>, databaseEncryption: Output<AwsClusterControlPlaneDatabaseEncryptionArgs>, iamInstanceProfile: Output<String>, instancePlacement: Output<AwsClusterControlPlaneInstancePlacementArgs>? = null, instanceType: Output<String>? = null, mainVolume: Output<AwsClusterControlPlaneMainVolumeArgs>? = null, proxyConfig: Output<AwsClusterControlPlaneProxyConfigArgs>? = null, rootVolume: Output<AwsClusterControlPlaneRootVolumeArgs>? = null, securityGroupIds: Output<List<String>>? = null, sshConfig: Output<AwsClusterControlPlaneSshConfigArgs>? = null, subnetIds: Output<List<String>>, tags: Output<Map<String, String>>? = null, version: Output<String>)

Properties

Link copied to clipboard

Authentication configuration for management of AWS resources.

Link copied to clipboard

The ARN of the AWS KMS key used to encrypt cluster configuration.

Link copied to clipboard

The ARN of the AWS KMS key used to encrypt cluster secrets.

Link copied to clipboard

The name of the AWS IAM instance pofile to assign to each control plane replica.

Link copied to clipboard

Details of placement information for an instance.

Link copied to clipboard
val instanceType: Output<String>? = null

Optional. The AWS instance type. When unspecified, it defaults to m5.large.

Link copied to clipboard

Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 8 GiB with the GP2 volume type.

Link copied to clipboard

Proxy configuration for outbound HTTP(S) traffic.

Link copied to clipboard

Optional. Configuration related to the root volume provisioned for each control plane replica. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type.

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

Optional. The IDs of additional security groups to add to control plane replicas. The Anthos Multi-Cloud API will automatically create and manage security groups with the minimum rules needed for a functioning cluster.

Link copied to clipboard

Optional. SSH configuration for how to access the underlying control plane machines.

Link copied to clipboard
val subnetIds: Output<List<String>>

The list of subnets where control plane replicas will run. A replica will be provisioned on each subnet and up to three values can be provided. Each subnet must be in a different AWS Availability Zone (AZ).

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Optional. A set of AWS resource tags to propagate to all underlying managed AWS resources. 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.

Link copied to clipboard
val version: Output<String>

The Kubernetes version to run on control plane replicas (e.g. 1.19.10-gke.1000). You can list all supported versions on a given Google Cloud region by calling .

Functions

Link copied to clipboard
open override fun toJava(): AwsClusterControlPlaneArgs