Class AwsClusterControlPlaneArgs


  • public final class AwsClusterControlPlaneArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • iamInstanceProfile

        public com.pulumi.core.Output<java.lang.String> iamInstanceProfile()
        Returns:
        The name of the AWS IAM instance pofile to assign to each control plane replica.
      • instanceType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> instanceType()
        Returns:
        Optional. The AWS instance type. When unspecified, it defaults to `m5.large`.
      • mainVolume

        public java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneMainVolumeArgs>> mainVolume()
        Returns:
        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.
      • rootVolume

        public java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneRootVolumeArgs>> rootVolume()
        Returns:
        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.
      • securityGroupIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> securityGroupIds()
        Returns:
        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.
      • sshConfig

        public java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneSshConfigArgs>> sshConfig()
        Returns:
        Optional. SSH configuration for how to access the underlying control plane machines.
      • subnetIds

        public com.pulumi.core.Output<java.util.List<java.lang.String>> subnetIds()
        Returns:
        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).
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        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.
      • version

        public com.pulumi.core.Output<java.lang.String> version()
        Returns:
        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 .