Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhooksDisable ¶
type WebhooksDisable struct {
pulumi.CustomResourceState
}
func GetWebhooksDisable ¶
func GetWebhooksDisable(ctx *pulumi.Context, name string, id pulumi.IDInput, state *WebhooksDisableState, opts ...pulumi.ResourceOption) (*WebhooksDisable, error)
GetWebhooksDisable gets an existing WebhooksDisable 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 NewWebhooksDisable ¶
func NewWebhooksDisable(ctx *pulumi.Context, name string, args *WebhooksDisableArgs, opts ...pulumi.ResourceOption) (*WebhooksDisable, error)
NewWebhooksDisable registers a new resource with the given unique name, arguments, and options.
func (*WebhooksDisable) ElementType ¶
func (*WebhooksDisable) ElementType() reflect.Type
func (*WebhooksDisable) ToWebhooksDisableOutput ¶
func (i *WebhooksDisable) ToWebhooksDisableOutput() WebhooksDisableOutput
func (*WebhooksDisable) ToWebhooksDisableOutputWithContext ¶
func (i *WebhooksDisable) ToWebhooksDisableOutputWithContext(ctx context.Context) WebhooksDisableOutput
type WebhooksDisableArgs ¶
type WebhooksDisableArgs struct { // Webhook's slug Slug pulumi.StringPtrInput }
The set of arguments for constructing a WebhooksDisable resource.
func (WebhooksDisableArgs) ElementType ¶
func (WebhooksDisableArgs) ElementType() reflect.Type
type WebhooksDisableInput ¶
type WebhooksDisableInput interface { pulumi.Input ToWebhooksDisableOutput() WebhooksDisableOutput ToWebhooksDisableOutputWithContext(ctx context.Context) WebhooksDisableOutput }
type WebhooksDisableOutput ¶
type WebhooksDisableOutput struct{ *pulumi.OutputState }
func (WebhooksDisableOutput) ElementType ¶
func (WebhooksDisableOutput) ElementType() reflect.Type
func (WebhooksDisableOutput) ToWebhooksDisableOutput ¶
func (o WebhooksDisableOutput) ToWebhooksDisableOutput() WebhooksDisableOutput
func (WebhooksDisableOutput) ToWebhooksDisableOutputWithContext ¶
func (o WebhooksDisableOutput) ToWebhooksDisableOutputWithContext(ctx context.Context) WebhooksDisableOutput
type WebhooksDisableState ¶
type WebhooksDisableState struct { }
func (WebhooksDisableState) ElementType ¶
func (WebhooksDisableState) ElementType() reflect.Type
type WebhooksEnable ¶
type WebhooksEnable struct {
pulumi.CustomResourceState
}
func GetWebhooksEnable ¶
func GetWebhooksEnable(ctx *pulumi.Context, name string, id pulumi.IDInput, state *WebhooksEnableState, opts ...pulumi.ResourceOption) (*WebhooksEnable, error)
GetWebhooksEnable gets an existing WebhooksEnable 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 NewWebhooksEnable ¶
func NewWebhooksEnable(ctx *pulumi.Context, name string, args *WebhooksEnableArgs, opts ...pulumi.ResourceOption) (*WebhooksEnable, error)
NewWebhooksEnable registers a new resource with the given unique name, arguments, and options.
func (*WebhooksEnable) ElementType ¶
func (*WebhooksEnable) ElementType() reflect.Type
func (*WebhooksEnable) ToWebhooksEnableOutput ¶
func (i *WebhooksEnable) ToWebhooksEnableOutput() WebhooksEnableOutput
func (*WebhooksEnable) ToWebhooksEnableOutputWithContext ¶
func (i *WebhooksEnable) ToWebhooksEnableOutputWithContext(ctx context.Context) WebhooksEnableOutput
type WebhooksEnableArgs ¶
type WebhooksEnableArgs struct { // Webhook's slug Slug pulumi.StringPtrInput }
The set of arguments for constructing a WebhooksEnable resource.
func (WebhooksEnableArgs) ElementType ¶
func (WebhooksEnableArgs) ElementType() reflect.Type
type WebhooksEnableInput ¶
type WebhooksEnableInput interface { pulumi.Input ToWebhooksEnableOutput() WebhooksEnableOutput ToWebhooksEnableOutputWithContext(ctx context.Context) WebhooksEnableOutput }
type WebhooksEnableOutput ¶
type WebhooksEnableOutput struct{ *pulumi.OutputState }
func (WebhooksEnableOutput) ElementType ¶
func (WebhooksEnableOutput) ElementType() reflect.Type
func (WebhooksEnableOutput) ToWebhooksEnableOutput ¶
func (o WebhooksEnableOutput) ToWebhooksEnableOutput() WebhooksEnableOutput
func (WebhooksEnableOutput) ToWebhooksEnableOutputWithContext ¶
func (o WebhooksEnableOutput) ToWebhooksEnableOutputWithContext(ctx context.Context) WebhooksEnableOutput
type WebhooksEnableState ¶
type WebhooksEnableState struct { }
func (WebhooksEnableState) ElementType ¶
func (WebhooksEnableState) ElementType() reflect.Type