fakeintake

package
v0.0.0-...-3e65a16 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fakeintake

type Fakeintake struct {
	pulumi.ResourceState
	components.Component

	// It's cleaner to export the full URL, but the Agent requires only host in some cases.
	// Keeping those internal to Pulumi program.
	Host   pulumi.StringOutput
	Scheme string // Scheme is a string as it's known in code and is useful to check HTTP/HTTPS
	Port   uint32 // Same for Port

	URL pulumi.StringOutput `pulumi:"url"`
}

func (*Fakeintake) Export

func (fi *Fakeintake) Export(ctx *pulumi.Context, out *FakeintakeOutput) error

type FakeintakeOutput

type FakeintakeOutput struct {
	components.JSONImporter

	URL string `json:"url"`
}

Jump to

Keyboard shortcuts

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