SourceUrl

A source URL to import asset content from

Constructors

Link copied to clipboard
constructor(value: AssetSourceUrlContent)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AssetContent as a File and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetFileContent value. Throws an exception if the AssetContent is not a File.

Link copied to clipboard

Casts this AssetContent as a File and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetFileContent value. Returns null if the AssetContent is not a File.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this AssetContent as a Zip and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetZipContent value. Throws an exception if the AssetContent is not a Zip.

Link copied to clipboard

Casts this AssetContent as a Zip and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetZipContent value. Returns null if the AssetContent is not a Zip.