mediastore

package
v0.14.2-dev Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container struct {
	// contains filtered or unexported fields
}

Provides a MediaStore Container.

func GetContainer

func GetContainer(ctx *pulumi.Context,
	name string, id pulumi.ID, state *ContainerState, opts ...pulumi.ResourceOpt) (*Container, error)

GetContainer gets an existing Container resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewContainer

func NewContainer(ctx *pulumi.Context,
	name string, args *ContainerArgs, opts ...pulumi.ResourceOpt) (*Container, error)

NewContainer registers a new resource with the given unique name, arguments, and options.

func (*Container) Arn

func (r *Container) Arn() *pulumi.StringOutput

The ARN of the container.

func (*Container) Endpoint

func (r *Container) Endpoint() *pulumi.StringOutput

The DNS endpoint of the container.

func (*Container) ID

func (r *Container) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Container) Name

func (r *Container) Name() *pulumi.StringOutput

The name of the container. Must contain alphanumeric characters or underscores.

func (*Container) URN

func (r *Container) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type ContainerArgs

type ContainerArgs struct {
	// The name of the container. Must contain alphanumeric characters or underscores.
	Name interface{}
}

The set of arguments for constructing a Container resource.

type ContainerState

type ContainerState struct {
	// The ARN of the container.
	Arn interface{}
	// The DNS endpoint of the container.
	Endpoint interface{}
	// The name of the container. Must contain alphanumeric characters or underscores.
	Name interface{}
}

Input properties used for looking up and filtering Container resources.

Jump to

Keyboard shortcuts

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