Documentation ¶
Index ¶
- type Baz
- type BazArgs
- type BazArray
- type BazArrayInput
- type BazArrayOutput
- func (BazArrayOutput) ElementType() reflect.Type
- func (o BazArrayOutput) Index(i pulumi.IntInput) BazOutput
- func (o BazArrayOutput) ToBazArrayOutput() BazArrayOutput
- func (o BazArrayOutput) ToBazArrayOutputWithContext(ctx context.Context) BazArrayOutput
- func (o BazArrayOutput) ToOutput(ctx context.Context) pulumix.Output[[]*Baz]
- type BazInput
- type BazMap
- type BazMapInput
- type BazMapOutput
- func (BazMapOutput) ElementType() reflect.Type
- func (o BazMapOutput) MapIndex(k pulumi.StringInput) BazOutput
- func (o BazMapOutput) ToBazMapOutput() BazMapOutput
- func (o BazMapOutput) ToBazMapOutputWithContext(ctx context.Context) BazMapOutput
- func (o BazMapOutput) ToOutput(ctx context.Context) pulumix.Output[map[string]*Baz]
- type BazOutput
- func (o BazOutput) Bucket() s3.BucketOutput
- func (o BazOutput) BucketTwo() s3.BucketOutput
- func (BazOutput) ElementType() reflect.Type
- func (o BazOutput) ToBazOutput() BazOutput
- func (o BazOutput) ToBazOutputWithContext(ctx context.Context) BazOutput
- func (o BazOutput) ToOutput(ctx context.Context) pulumix.Output[*Baz]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Baz ¶
type Baz struct { pulumi.ResourceState Bucket s3.BucketOutput `pulumi:"bucket"` BucketTwo s3.BucketOutput `pulumi:"bucketTwo"` }
func NewBaz ¶
func NewBaz(ctx *pulumi.Context, name string, args *BazArgs, opts ...pulumi.ResourceOption) (*Baz, error)
NewBaz registers a new resource with the given unique name, arguments, and options.
func (*Baz) ElementType ¶
func (*Baz) ToBazOutput ¶
func (*Baz) ToBazOutputWithContext ¶
type BazArgs ¶
type BazArgs struct {
Bucket s3.BucketInput
}
The set of arguments for constructing a Baz resource.
func (BazArgs) ElementType ¶
type BazArray ¶
type BazArray []BazInput
func (BazArray) ElementType ¶
func (BazArray) ToBazArrayOutput ¶
func (i BazArray) ToBazArrayOutput() BazArrayOutput
func (BazArray) ToBazArrayOutputWithContext ¶
func (i BazArray) ToBazArrayOutputWithContext(ctx context.Context) BazArrayOutput
type BazArrayInput ¶
type BazArrayInput interface { pulumi.Input ToBazArrayOutput() BazArrayOutput ToBazArrayOutputWithContext(context.Context) BazArrayOutput }
BazArrayInput is an input type that accepts BazArray and BazArrayOutput values. You can construct a concrete instance of `BazArrayInput` via:
BazArray{ BazArgs{...} }
type BazArrayOutput ¶
type BazArrayOutput struct{ *pulumi.OutputState }
func (BazArrayOutput) ElementType ¶
func (BazArrayOutput) ElementType() reflect.Type
func (BazArrayOutput) ToBazArrayOutput ¶
func (o BazArrayOutput) ToBazArrayOutput() BazArrayOutput
func (BazArrayOutput) ToBazArrayOutputWithContext ¶
func (o BazArrayOutput) ToBazArrayOutputWithContext(ctx context.Context) BazArrayOutput
type BazMap ¶
func (BazMap) ElementType ¶
func (BazMap) ToBazMapOutput ¶
func (i BazMap) ToBazMapOutput() BazMapOutput
func (BazMap) ToBazMapOutputWithContext ¶
func (i BazMap) ToBazMapOutputWithContext(ctx context.Context) BazMapOutput
type BazMapInput ¶
type BazMapInput interface { pulumi.Input ToBazMapOutput() BazMapOutput ToBazMapOutputWithContext(context.Context) BazMapOutput }
BazMapInput is an input type that accepts BazMap and BazMapOutput values. You can construct a concrete instance of `BazMapInput` via:
BazMap{ "key": BazArgs{...} }
type BazMapOutput ¶
type BazMapOutput struct{ *pulumi.OutputState }
func (BazMapOutput) ElementType ¶
func (BazMapOutput) ElementType() reflect.Type
func (BazMapOutput) MapIndex ¶
func (o BazMapOutput) MapIndex(k pulumi.StringInput) BazOutput
func (BazMapOutput) ToBazMapOutput ¶
func (o BazMapOutput) ToBazMapOutput() BazMapOutput
func (BazMapOutput) ToBazMapOutputWithContext ¶
func (o BazMapOutput) ToBazMapOutputWithContext(ctx context.Context) BazMapOutput
type BazOutput ¶
type BazOutput struct{ *pulumi.OutputState }
func (BazOutput) Bucket ¶
func (o BazOutput) Bucket() s3.BucketOutput
func (BazOutput) BucketTwo ¶
func (o BazOutput) BucketTwo() s3.BucketOutput
func (BazOutput) ElementType ¶
func (BazOutput) ToBazOutput ¶
func (BazOutput) ToBazOutputWithContext ¶
Click to show internal directories.
Click to hide internal directories.