Class HostArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.codestarconnections.HostArgs
-
public final class HostArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HostArgs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostArgs.Builder
builder()
static HostArgs.Builder
builder(HostArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
com.pulumi.core.Output<java.lang.String>
providerEndpoint()
com.pulumi.core.Output<java.lang.String>
providerType()
java.util.Optional<com.pulumi.core.Output<HostVpcConfigurationArgs>>
vpcConfiguration()
-
-
-
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.
-
builder
public static HostArgs.Builder builder()
-
builder
public static HostArgs.Builder builder(HostArgs defaults)
-
-