Package com.pulumi.gcp.cloudbuild
Class BitbucketServerConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.cloudbuild.BitbucketServerConfigArgs
-
public final class BitbucketServerConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitbucketServerConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static BitbucketServerConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
apiKey()
static BitbucketServerConfigArgs.Builder
builder()
static BitbucketServerConfigArgs.Builder
builder(BitbucketServerConfigArgs defaults)
com.pulumi.core.Output<java.lang.String>
configId()
java.util.Optional<com.pulumi.core.Output<java.util.List<BitbucketServerConfigConnectedRepositoryArgs>>>
connectedRepositories()
com.pulumi.core.Output<java.lang.String>
hostUri()
com.pulumi.core.Output<java.lang.String>
location()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
peeredNetwork()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
com.pulumi.core.Output<BitbucketServerConfigSecretsArgs>
secrets()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
sslCa()
com.pulumi.core.Output<java.lang.String>
username()
-
-
-
Field Detail
-
Empty
public static final BitbucketServerConfigArgs Empty
-
-
Method Detail
-
apiKey
public com.pulumi.core.Output<java.lang.String> apiKey()
- Returns:
- Immutable. API Key that will be attached to webhook. Once this field has been set, it cannot be changed. Changing this field will result in deleting/ recreating the resource.
-
configId
public com.pulumi.core.Output<java.lang.String> configId()
- Returns:
- The ID to use for the BitbucketServerConfig, which will become the final component of the BitbucketServerConfig's resource name.
-
connectedRepositories
public java.util.Optional<com.pulumi.core.Output<java.util.List<BitbucketServerConfigConnectedRepositoryArgs>>> connectedRepositories()
- Returns:
- Connected Bitbucket Server repositories for this config. Structure is documented below.
-
hostUri
public com.pulumi.core.Output<java.lang.String> hostUri()
- Returns:
- Immutable. The URI of the Bitbucket Server host. Once this field has been set, it cannot be changed. If you need to change it, please create another BitbucketServerConfig.
-
location
public com.pulumi.core.Output<java.lang.String> location()
- Returns:
- The location of this bitbucket server config.
-
peeredNetwork
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> peeredNetwork()
- Returns:
- The network to be used when reaching out to the Bitbucket Server instance. The VPC network must be enabled for private service connection. This should be set if the Bitbucket Server instance is hosted on-premises and not reachable by public internet. If this field is left empty, no network peering will occur and calls to the Bitbucket Server instance will be made over the public internet. Must be in the format projects/{project}/global/networks/{network}, where {project} is a project number or id and {network} is the name of a VPC network in the project.
-
project
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
- Returns:
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
-
secrets
public com.pulumi.core.Output<BitbucketServerConfigSecretsArgs> secrets()
- Returns:
- Secret Manager secrets needed by the config. Structure is documented below.
-
sslCa
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sslCa()
- Returns:
- SSL certificate to use for requests to Bitbucket Server. The format should be PEM format but the extension can be one of .pem, .cer, or .crt.
-
username
public com.pulumi.core.Output<java.lang.String> username()
- Returns:
- Username of the account Cloud Build will use on Bitbucket Server.
-
builder
public static BitbucketServerConfigArgs.Builder builder()
-
builder
public static BitbucketServerConfigArgs.Builder builder(BitbucketServerConfigArgs defaults)
-
-