Package com.pulumi.gcp.container.inputs
Class AwsClusterControlPlaneArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.container.inputs.AwsClusterControlPlaneArgs
-
public final class AwsClusterControlPlaneArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AwsClusterControlPlaneArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AwsClusterControlPlaneArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<AwsClusterControlPlaneAwsServicesAuthenticationArgs>
awsServicesAuthentication()
static AwsClusterControlPlaneArgs.Builder
builder()
static AwsClusterControlPlaneArgs.Builder
builder(AwsClusterControlPlaneArgs defaults)
com.pulumi.core.Output<AwsClusterControlPlaneConfigEncryptionArgs>
configEncryption()
com.pulumi.core.Output<AwsClusterControlPlaneDatabaseEncryptionArgs>
databaseEncryption()
com.pulumi.core.Output<java.lang.String>
iamInstanceProfile()
java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneInstancePlacementArgs>>
instancePlacement()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
instanceType()
java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneMainVolumeArgs>>
mainVolume()
java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneProxyConfigArgs>>
proxyConfig()
java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneRootVolumeArgs>>
rootVolume()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
securityGroupIds()
java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneSshConfigArgs>>
sshConfig()
com.pulumi.core.Output<java.util.List<java.lang.String>>
subnetIds()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
com.pulumi.core.Output<java.lang.String>
version()
-
-
-
Field Detail
-
Empty
public static final AwsClusterControlPlaneArgs Empty
-
-
Method Detail
-
awsServicesAuthentication
public com.pulumi.core.Output<AwsClusterControlPlaneAwsServicesAuthenticationArgs> awsServicesAuthentication()
- Returns:
- Authentication configuration for management of AWS resources.
-
configEncryption
public com.pulumi.core.Output<AwsClusterControlPlaneConfigEncryptionArgs> configEncryption()
- Returns:
- The ARN of the AWS KMS key used to encrypt cluster configuration.
-
databaseEncryption
public com.pulumi.core.Output<AwsClusterControlPlaneDatabaseEncryptionArgs> databaseEncryption()
- Returns:
- The ARN of the AWS KMS key used to encrypt cluster secrets.
-
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.
-
instancePlacement
public java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneInstancePlacementArgs>> instancePlacement()
- Returns:
- (Beta only) Details of placement information for an instance.
-
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.
-
proxyConfig
public java.util.Optional<com.pulumi.core.Output<AwsClusterControlPlaneProxyConfigArgs>> proxyConfig()
- Returns:
- Proxy configuration for outbound HTTP(S) traffic.
-
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 .
-
builder
public static AwsClusterControlPlaneArgs.Builder builder()
-
builder
public static AwsClusterControlPlaneArgs.Builder builder(AwsClusterControlPlaneArgs defaults)
-
-