serviceAccount

@JvmName(name = "pnckyqhxqkesdfft")
suspend fun serviceAccount(value: Output<InstanceServiceAccountArgs>)
@JvmName(name = "jlprlglpyyqklgny")
suspend fun serviceAccount(value: InstanceServiceAccountArgs?)

Parameters

value

Service account to attach to the instance. Structure is documented below. Note: allow_stopping_for_update must be set to true or your instance must have a desired_status of TERMINATED in order to update this field.


@JvmName(name = "phmfjerjmqmscdah")
suspend fun serviceAccount(argument: suspend InstanceServiceAccountArgsBuilder.() -> Unit)

Parameters

argument

Service account to attach to the instance. Structure is documented below. Note: allow_stopping_for_update must be set to true or your instance must have a desired_status of TERMINATED in order to update this field.