Config

class Config : KotlinCustomResource

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

Properties

Link copied to clipboard
val apiConfigId: Output<String>

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

Link copied to clipboard
val apiId: Output<String>
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

Immutable. Gateway specific configuration.

Link copied to clipboard

Immutable. The Google Cloud IAM Service Account that Gateways serving this config should use to authenticate to other services. This may either be the Service Account's email ({ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com) or its full resource name (projects/{PROJECT}/accounts/{UNIQUE_ID}). This is most often used when the service is a GCP resource such as a Cloud Run Service or an IAP-secured service.

Link copied to clipboard

Optional. gRPC service definition files. If specified, openapi_documents must not be included.

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

Optional. Service Configuration files. At least one must be included when using gRPC service definitions. See https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview for the expected file contents. If multiple files are specified, the files are merged with the following rules: * All singular scalar fields are merged using "last one wins" semantics in the order of the files uploaded. * Repeated fields are concatenated. * Singular embedded messages are merged using these rules for nested fields.

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

Optional. OpenAPI specification documents. If specified, grpc_services and managed_service_configs must not be included.

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

The ID of the associated Service Config ( https://cloud.google.com/service-infrastructure/docs/glossary#config).

Link copied to clipboard
val state: Output<String>

State of the API Config.

Link copied to clipboard
val updateTime: Output<String>

Updated time.

Link copied to clipboard
val urn: Output<String>