service Directory Config
suspend fun serviceDirectoryConfig(value: Output<ConnectionBitbucketDataCenterConfigServiceDirectoryConfigArgs>)
suspend fun serviceDirectoryConfig(value: ConnectionBitbucketDataCenterConfigServiceDirectoryConfigArgs?)
Parameters
value
Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet. Structure is documented below.
suspend fun serviceDirectoryConfig(argument: suspend ConnectionBitbucketDataCenterConfigServiceDirectoryConfigArgsBuilder.() -> Unit)
Parameters
argument
Configuration for using Service Directory to privately connect to a Bitbucket Data Center. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet. Structure is documented below.