Documentation ¶
Overview ¶
Package types provides ancillary types for use with github.com/pulumi/pulumi-go-provider/infer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetOrArchive ¶
type AssetOrArchive struct { Asset *resource.Asset `pulumi:"a9e28acb8ab501f883219e7c9f624fb6,optional"` Archive *resource.Archive `pulumi:"195f3948f6769324d4661e1e245f3a4d,optional"` }
AssetOrArchive is a union type that can represent either an Asset or an Archive. Setting both fields to non-nil values is an error. This type exists to accommodate the semantics of the core Pulumi SDK's Asset type, which is also a union of Asset and Archive.
Click to show internal directories.
Click to hide internal directories.