Documentation ¶
Index ¶
- type Bar
- type BarArgs
- type BarArray
- type BarArrayInput
- type BarArrayOutput
- func (BarArrayOutput) ElementType() reflect.Type
- func (o BarArrayOutput) Index(i pulumi.IntInput) BarOutput
- func (o BarArrayOutput) ToBarArrayOutput() BarArrayOutput
- func (o BarArrayOutput) ToBarArrayOutputWithContext(ctx context.Context) BarArrayOutput
- func (o BarArrayOutput) ToOutput(ctx context.Context) pulumix.Output[[]*Bar]
- type BarInput
- type BarMap
- type BarMapInput
- type BarMapOutput
- func (BarMapOutput) ElementType() reflect.Type
- func (o BarMapOutput) MapIndex(k pulumi.StringInput) BarOutput
- func (o BarMapOutput) ToBarMapOutput() BarMapOutput
- func (o BarMapOutput) ToBarMapOutputWithContext(ctx context.Context) BarMapOutput
- func (o BarMapOutput) ToOutput(ctx context.Context) pulumix.Output[map[string]*Bar]
- type BarOutput
- func (o BarOutput) Bucket() s3.BucketOutput
- func (o BarOutput) BucketName() pulumi.StringOutput
- func (BarOutput) ElementType() reflect.Type
- func (o BarOutput) ToBarOutput() BarOutput
- func (o BarOutput) ToBarOutputWithContext(ctx context.Context) BarOutput
- func (o BarOutput) ToOutput(ctx context.Context) pulumix.Output[*Bar]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct { pulumi.ResourceState Bucket s3.BucketOutput `pulumi:"bucket"` BucketName pulumi.StringOutput `pulumi:"bucketName"` }
func NewBar ¶
func NewBar(ctx *pulumi.Context, name string, args *BarArgs, opts ...pulumi.ResourceOption) (*Bar, error)
NewBar registers a new resource with the given unique name, arguments, and options.
func (*Bar) ElementType ¶
func (*Bar) ToBarOutput ¶
func (*Bar) ToBarOutputWithContext ¶
type BarArgs ¶
type BarArgs struct {
BucketName pulumi.StringInput
}
The set of arguments for constructing a Bar resource.
func (BarArgs) ElementType ¶
type BarArray ¶
type BarArray []BarInput
func (BarArray) ElementType ¶
func (BarArray) ToBarArrayOutput ¶
func (i BarArray) ToBarArrayOutput() BarArrayOutput
func (BarArray) ToBarArrayOutputWithContext ¶
func (i BarArray) ToBarArrayOutputWithContext(ctx context.Context) BarArrayOutput
type BarArrayInput ¶
type BarArrayInput interface { pulumi.Input ToBarArrayOutput() BarArrayOutput ToBarArrayOutputWithContext(context.Context) BarArrayOutput }
BarArrayInput is an input type that accepts BarArray and BarArrayOutput values. You can construct a concrete instance of `BarArrayInput` via:
BarArray{ BarArgs{...} }
type BarArrayOutput ¶
type BarArrayOutput struct{ *pulumi.OutputState }
func (BarArrayOutput) ElementType ¶
func (BarArrayOutput) ElementType() reflect.Type
func (BarArrayOutput) ToBarArrayOutput ¶
func (o BarArrayOutput) ToBarArrayOutput() BarArrayOutput
func (BarArrayOutput) ToBarArrayOutputWithContext ¶
func (o BarArrayOutput) ToBarArrayOutputWithContext(ctx context.Context) BarArrayOutput
type BarMap ¶
func (BarMap) ElementType ¶
func (BarMap) ToBarMapOutput ¶
func (i BarMap) ToBarMapOutput() BarMapOutput
func (BarMap) ToBarMapOutputWithContext ¶
func (i BarMap) ToBarMapOutputWithContext(ctx context.Context) BarMapOutput
type BarMapInput ¶
type BarMapInput interface { pulumi.Input ToBarMapOutput() BarMapOutput ToBarMapOutputWithContext(context.Context) BarMapOutput }
BarMapInput is an input type that accepts BarMap and BarMapOutput values. You can construct a concrete instance of `BarMapInput` via:
BarMap{ "key": BarArgs{...} }
type BarMapOutput ¶
type BarMapOutput struct{ *pulumi.OutputState }
func (BarMapOutput) ElementType ¶
func (BarMapOutput) ElementType() reflect.Type
func (BarMapOutput) MapIndex ¶
func (o BarMapOutput) MapIndex(k pulumi.StringInput) BarOutput
func (BarMapOutput) ToBarMapOutput ¶
func (o BarMapOutput) ToBarMapOutput() BarMapOutput
func (BarMapOutput) ToBarMapOutputWithContext ¶
func (o BarMapOutput) ToBarMapOutputWithContext(ctx context.Context) BarMapOutput
type BarOutput ¶
type BarOutput struct{ *pulumi.OutputState }
func (BarOutput) Bucket ¶
func (o BarOutput) Bucket() s3.BucketOutput
func (BarOutput) BucketName ¶
func (o BarOutput) BucketName() pulumi.StringOutput
func (BarOutput) ElementType ¶
func (BarOutput) ToBarOutput ¶
func (BarOutput) ToBarOutputWithContext ¶
Click to show internal directories.
Click to hide internal directories.