AssetEgressEndpointArgs

data class AssetEgressEndpointArgs(val packagingConfigurationId: Output<String>, val url: Output<String>) : ConvertibleToJava<AssetEgressEndpointArgs>

The endpoint URL used to access an Asset using one PackagingConfiguration.

Constructors

Link copied to clipboard
constructor(packagingConfigurationId: Output<String>, url: Output<String>)

Properties

Link copied to clipboard

The ID of the PackagingConfiguration being applied to the Asset.

Link copied to clipboard
val url: Output<String>

The URL of the parent manifest for the repackaged Asset.

Functions

Link copied to clipboard
open override fun toJava(): AssetEgressEndpointArgs