Package-level declarations

Types

Link copied to clipboard
class ApiHubInstance : KotlinCustomResource

An ApiHubInstance represents the instance resources of the API Hub. Currently, only one ApiHub instance is allowed for each project. Currently, updation/deletion of ApiHub instance is not allowed.

Link copied to clipboard
data class ApiHubInstanceArgs(val apiHubInstanceId: Output<String>? = null, val config: Output<ApiHubInstanceConfigArgs>? = null, val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ApiHubInstanceArgs>

An ApiHubInstance represents the instance resources of the API Hub. Currently, only one ApiHub instance is allowed for each project. Currently, updation/deletion of ApiHub instance is not allowed.

Link copied to clipboard
Link copied to clipboard
object ApiHubInstanceMapper : ResourceMapper<ApiHubInstance>
Link copied to clipboard
class HostProjectRegistration : KotlinCustomResource

Host project registration refers to the registration of a Google cloud project with API hub as a host project. This is the project where API hub is provisioned. It acts as the consumer project for the API hub instance provisioned. Multiple runtime projects can be attached to the host project and these attachments define the scope of API hub.

Link copied to clipboard
data class HostProjectRegistrationArgs(val gcpProject: Output<String>? = null, val hostProjectRegistrationId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<HostProjectRegistrationArgs>

Host project registration refers to the registration of a Google cloud project with API hub as a host project. This is the project where API hub is provisioned. It acts as the consumer project for the API hub instance provisioned. Multiple runtime projects can be attached to the host project and these attachments define the scope of API hub.

Link copied to clipboard