NetworkMigrationCodeGenerationArtifact

An artifact generated during code generation, such as a CloudFormation template or Terraform file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the artifact.

Link copied to clipboard

The sub-type of the artifact for further classification.

Link copied to clipboard

The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.

Link copied to clipboard

The checksum of the artifact for integrity verification.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The timestamp when the artifact was created.

Link copied to clipboard

The logical identifier for the artifact.

Link copied to clipboard

The S3 location where the artifact is stored.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String