Class VpcConnectionArgs


  • public final class VpcConnectionArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  VpcConnectionArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • authentication

        public com.pulumi.core.Output<java.lang.String> authentication()
        Returns:
        The authentication type for the client VPC connection. Specify one of these auth type strings: SASL_IAM, SASL_SCRAM, or TLS.
      • clientSubnets

        public com.pulumi.core.Output<java.util.List<java.lang.String>> clientSubnets()
        Returns:
        The list of subnets in the client VPC to connect to.
      • securityGroups

        public com.pulumi.core.Output<java.util.List<java.lang.String>> securityGroups()
        Returns:
        The security groups to attach to the ENIs for the broker nodes.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • targetClusterArn

        public com.pulumi.core.Output<java.lang.String> targetClusterArn()
        Returns:
        The Amazon Resource Name (ARN) of the cluster.
      • vpcId

        public com.pulumi.core.Output<java.lang.String> vpcId()
        Returns:
        The VPC ID of the remote client.