GenerateApplicationIaCResponse

Response message for GenerateApplicationIaC method.

JSON representation
{
  "gcsUri": string,
  "artifactLocation": {
    object (ArtifactLocation)
  },
  "rootModulesMetadata": {
    object (RootModulesMetadata)
  }
}
Fields
gcsUri
(deprecated)

string

The Cloud Storage URI of the generated IaC. DEPRECATED: Use the 'artifactLocation' field instead.

artifactLocation

object (ArtifactLocation)

The destination where the generated IaC was written.

rootModulesMetadata

object (RootModulesMetadata)

Root modules metadata of the application.