provider

package
v0.0.0-...-2c6764b Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Serve

func Serve(providerName, version string, schema []byte)

Serve launches the gRPC server for the resource provider.

Types

type ReplicatedBucket

type ReplicatedBucket struct {
	pulumi.ResourceState

	SourceBucket      *s3.Bucket `pulumi:"sourceBucket"`
	DestinationBucket *s3.Bucket `pulumi:"destinationBucket"`
}

The ReplicatedBucket component resource.

func NewReplicatedBucket

func NewReplicatedBucket(ctx *pulumi.Context,
	name string, args *ReplicatedBucketArgs, opts ...pulumi.ResourceOption) (*ReplicatedBucket, error)

NewReplicatedBucket creates a new ReplicatedBucket component resource.

type ReplicatedBucketArgs

type ReplicatedBucketArgs struct {
	// Destination region for the replicated bucket.
	DestinationRegion pulumi.StringInput `pulumi:"destinationRegion"`
}

The set of arguments for creating a ReplicatedBucket component resource.

Jump to

Keyboard shortcuts

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