Api

class Api : KotlinCustomResource

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

Properties

Link copied to clipboard
val apiId: Output<String>

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

Link copied to clipboard
val createTime: Output<String>

Created time.

Link copied to clipboard
val displayName: Output<String>

Optional. Display name.

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 managedService: Output<String>

Optional. Immutable. The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed). If not specified, a new Service will automatically be created in the same project as this API.

Link copied to clipboard
val name: Output<String>

Resource name of the API. Format: projects/{project}/locations/global/apis/{api}

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>

State of the API.

Link copied to clipboard
val updateTime: Output<String>

Updated time.

Link copied to clipboard
val urn: Output<String>