types

package
v0.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL