Gateway

class Gateway : KotlinCustomResource

Creates a new Gateway in a given project and location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val apiConfig: Output<String>

Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}

Link copied to clipboard
val createTime: Output<String>

Created time.

Link copied to clipboard
val defaultHostname: Output<String>

The default API Gateway host name of the form {gateway_id}-{hash}.{region_code}.gateway.dev.

Link copied to clipboard
val displayName: Output<String>

Optional. Display name.

Link copied to clipboard
val gatewayId: Output<String>

Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Resource name of the Gateway. Format: projects/{project}/locations/{location}/gateways/{gateway}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

The current state of the Gateway.

Link copied to clipboard
val updateTime: Output<String>

Updated time.

Link copied to clipboard
val urn: Output<String>