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) Endpoint ¶
func (r *Container) Endpoint() *pulumi.StringOutput
The DNS endpoint of the container.
func (*Container) Name ¶
func (r *Container) Name() *pulumi.StringOutput
The name of the container. Must contain alphanumeric characters or underscores.
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.
Click to show internal directories.
Click to hide internal directories.