Documentation
¶
Index ¶
- type Formation
- type FormationArgs
- type FormationArray
- type FormationArrayInput
- type FormationArrayOutput
- func (FormationArrayOutput) ElementType() reflect.Type
- func (o FormationArrayOutput) Index(i pulumi.IntInput) FormationOutput
- func (o FormationArrayOutput) ToFormationArrayOutput() FormationArrayOutput
- func (o FormationArrayOutput) ToFormationArrayOutputWithContext(ctx context.Context) FormationArrayOutput
- type FormationInput
- type FormationMap
- type FormationMapInput
- type FormationMapOutput
- type FormationOutput
- func (o FormationOutput) AppId() pulumi.StringOutput
- func (FormationOutput) ElementType() reflect.Type
- func (o FormationOutput) Quantity() pulumi.IntOutput
- func (o FormationOutput) Size() pulumi.StringOutput
- func (o FormationOutput) ToFormationOutput() FormationOutput
- func (o FormationOutput) ToFormationOutputWithContext(ctx context.Context) FormationOutput
- func (o FormationOutput) Type() pulumi.StringOutput
- type FormationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Formation ¶
type Formation struct { pulumi.CustomResourceState AppId pulumi.StringOutput `pulumi:"appId"` Quantity pulumi.IntOutput `pulumi:"quantity"` Size pulumi.StringOutput `pulumi:"size"` Type pulumi.StringOutput `pulumi:"type"` }
func GetFormation ¶
func GetFormation(ctx *pulumi.Context, name string, id pulumi.IDInput, state *FormationState, opts ...pulumi.ResourceOption) (*Formation, error)
GetFormation gets an existing Formation 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 NewFormation ¶
func NewFormation(ctx *pulumi.Context, name string, args *FormationArgs, opts ...pulumi.ResourceOption) (*Formation, error)
NewFormation registers a new resource with the given unique name, arguments, and options.
func (*Formation) ElementType ¶
func (*Formation) ToFormationOutput ¶
func (i *Formation) ToFormationOutput() FormationOutput
func (*Formation) ToFormationOutputWithContext ¶
func (i *Formation) ToFormationOutputWithContext(ctx context.Context) FormationOutput
type FormationArgs ¶
type FormationArgs struct { AppId pulumi.StringInput Quantity pulumi.IntInput Size pulumi.StringInput Type pulumi.StringInput }
The set of arguments for constructing a Formation resource.
func (FormationArgs) ElementType ¶
func (FormationArgs) ElementType() reflect.Type
type FormationArray ¶
type FormationArray []FormationInput
func (FormationArray) ElementType ¶
func (FormationArray) ElementType() reflect.Type
func (FormationArray) ToFormationArrayOutput ¶
func (i FormationArray) ToFormationArrayOutput() FormationArrayOutput
func (FormationArray) ToFormationArrayOutputWithContext ¶
func (i FormationArray) ToFormationArrayOutputWithContext(ctx context.Context) FormationArrayOutput
type FormationArrayInput ¶
type FormationArrayInput interface { pulumi.Input ToFormationArrayOutput() FormationArrayOutput ToFormationArrayOutputWithContext(context.Context) FormationArrayOutput }
FormationArrayInput is an input type that accepts FormationArray and FormationArrayOutput values. You can construct a concrete instance of `FormationArrayInput` via:
FormationArray{ FormationArgs{...} }
type FormationArrayOutput ¶
type FormationArrayOutput struct{ *pulumi.OutputState }
func (FormationArrayOutput) ElementType ¶
func (FormationArrayOutput) ElementType() reflect.Type
func (FormationArrayOutput) Index ¶
func (o FormationArrayOutput) Index(i pulumi.IntInput) FormationOutput
func (FormationArrayOutput) ToFormationArrayOutput ¶
func (o FormationArrayOutput) ToFormationArrayOutput() FormationArrayOutput
func (FormationArrayOutput) ToFormationArrayOutputWithContext ¶
func (o FormationArrayOutput) ToFormationArrayOutputWithContext(ctx context.Context) FormationArrayOutput
type FormationInput ¶
type FormationInput interface { pulumi.Input ToFormationOutput() FormationOutput ToFormationOutputWithContext(ctx context.Context) FormationOutput }
type FormationMap ¶
type FormationMap map[string]FormationInput
func (FormationMap) ElementType ¶
func (FormationMap) ElementType() reflect.Type
func (FormationMap) ToFormationMapOutput ¶
func (i FormationMap) ToFormationMapOutput() FormationMapOutput
func (FormationMap) ToFormationMapOutputWithContext ¶
func (i FormationMap) ToFormationMapOutputWithContext(ctx context.Context) FormationMapOutput
type FormationMapInput ¶
type FormationMapInput interface { pulumi.Input ToFormationMapOutput() FormationMapOutput ToFormationMapOutputWithContext(context.Context) FormationMapOutput }
FormationMapInput is an input type that accepts FormationMap and FormationMapOutput values. You can construct a concrete instance of `FormationMapInput` via:
FormationMap{ "key": FormationArgs{...} }
type FormationMapOutput ¶
type FormationMapOutput struct{ *pulumi.OutputState }
func (FormationMapOutput) ElementType ¶
func (FormationMapOutput) ElementType() reflect.Type
func (FormationMapOutput) MapIndex ¶
func (o FormationMapOutput) MapIndex(k pulumi.StringInput) FormationOutput
func (FormationMapOutput) ToFormationMapOutput ¶
func (o FormationMapOutput) ToFormationMapOutput() FormationMapOutput
func (FormationMapOutput) ToFormationMapOutputWithContext ¶
func (o FormationMapOutput) ToFormationMapOutputWithContext(ctx context.Context) FormationMapOutput
type FormationOutput ¶
type FormationOutput struct{ *pulumi.OutputState }
func (FormationOutput) AppId ¶
func (o FormationOutput) AppId() pulumi.StringOutput
func (FormationOutput) ElementType ¶
func (FormationOutput) ElementType() reflect.Type
func (FormationOutput) Quantity ¶
func (o FormationOutput) Quantity() pulumi.IntOutput
func (FormationOutput) Size ¶
func (o FormationOutput) Size() pulumi.StringOutput
func (FormationOutput) ToFormationOutput ¶
func (o FormationOutput) ToFormationOutput() FormationOutput
func (FormationOutput) ToFormationOutputWithContext ¶
func (o FormationOutput) ToFormationOutputWithContext(ctx context.Context) FormationOutput
func (FormationOutput) Type ¶
func (o FormationOutput) Type() pulumi.StringOutput
type FormationState ¶
type FormationState struct { AppId pulumi.StringPtrInput Quantity pulumi.IntPtrInput Size pulumi.StringPtrInput Type pulumi.StringPtrInput }
func (FormationState) ElementType ¶
func (FormationState) ElementType() reflect.Type