Interface DirectCloudNativeAssetDiscoveryInputExperimental

interface DirectCloudNativeAssetDiscoveryInput {
    format?: CloudNativeDirectAssetFormat;
    type: "direct-asset";
    url: string;
}

Properties

Properties

Required when the URL suffix does not identify a safe format candidate.

type
url: string