Class HostArgs


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

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

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static HostArgs Empty  
    • Field Detail

      • Empty

        public static final HostArgs Empty
    • Method Detail

      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the host to be created. The name must be unique in the calling AWS account.
      • providerEndpoint

        public com.pulumi.core.Output<java.lang.String> providerEndpoint()
        Returns:
        The endpoint of the infrastructure to be represented by the host after it is created.
      • providerType

        public com.pulumi.core.Output<java.lang.String> providerType()
        Returns:
        The name of the external provider where your third-party code repository is configured.
      • vpcConfiguration

        public java.util.Optional<com.pulumi.core.Output<HostVpcConfigurationArgs>> vpcConfiguration()
        Returns:
        The VPC configuration to be provisioned for the host. A VPC must be configured, and the infrastructure to be represented by the host must already be connected to the VPC.