CustomProvider

Manages an Azure Custom Provider.

Create a CustomProvider Resource

def CustomProvider(resource_name, opts=None, actions=None, location=None, name=None, resource_group_name=None, resource_types=None, tags=None, validations=None, __props__=None);
name string
The unique name of the resource.
args CustomProviderArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args CustomProviderArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args CustomProviderArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

CustomProvider Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The CustomProvider resource accepts the following input properties:

ResourceGroupName string

The name of the resource group in which to create the Custom Provider.

Actions List<CustomProviderActionArgs>

Any number of action block as defined below. One of resource_type or action must be specified.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the Custom Provider. Changing this forces a new resource to be created.

ResourceTypes List<CustomProviderResourceTypeArgs>

Any number of resource_type block as defined below. One of resource_type or action must be specified.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Validations List<CustomProviderValidationArgs>

Any number of validation block as defined below.

ResourceGroupName string

The name of the resource group in which to create the Custom Provider.

Actions []CustomProviderAction

Any number of action block as defined below. One of resource_type or action must be specified.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the Custom Provider. Changing this forces a new resource to be created.

ResourceTypes []CustomProviderResourceType

Any number of resource_type block as defined below. One of resource_type or action must be specified.

Tags map[string]string

A mapping of tags to assign to the resource.

Validations []CustomProviderValidation

Any number of validation block as defined below.

resourceGroupName string

The name of the resource group in which to create the Custom Provider.

actions CustomProviderAction[]

Any number of action block as defined below. One of resource_type or action must be specified.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

Specifies the name of the Custom Provider. Changing this forces a new resource to be created.

resourceTypes CustomProviderResourceType[]

Any number of resource_type block as defined below. One of resource_type or action must be specified.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

validations CustomProviderValidation[]

Any number of validation block as defined below.

resource_group_name str

The name of the resource group in which to create the Custom Provider.

actions List[CustomProviderAction]

Any number of action block as defined below. One of resource_type or action must be specified.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

Specifies the name of the Custom Provider. Changing this forces a new resource to be created.

resource_types List[CustomProviderResourceType]

Any number of resource_type block as defined below. One of resource_type or action must be specified.

tags Dict[str, str]

A mapping of tags to assign to the resource.

validations List[CustomProviderValidation]

Any number of validation block as defined below.

Outputs

All input properties are implicitly available as output properties. Additionally, the CustomProvider resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing CustomProvider Resource

Get an existing CustomProvider resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: CustomProviderState, opts?: CustomResourceOptions): CustomProvider
static get(resource_name, id, opts=None, actions=None, location=None, name=None, resource_group_name=None, resource_types=None, tags=None, validations=None, __props__=None);
func GetCustomProvider(ctx *Context, name string, id IDInput, state *CustomProviderState, opts ...ResourceOption) (*CustomProvider, error)
public static CustomProvider Get(string name, Input<string> id, CustomProviderState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

Actions List<CustomProviderActionArgs>

Any number of action block as defined below. One of resource_type or action must be specified.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the Custom Provider. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the resource group in which to create the Custom Provider.

ResourceTypes List<CustomProviderResourceTypeArgs>

Any number of resource_type block as defined below. One of resource_type or action must be specified.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Validations List<CustomProviderValidationArgs>

Any number of validation block as defined below.

Actions []CustomProviderAction

Any number of action block as defined below. One of resource_type or action must be specified.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the Custom Provider. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the resource group in which to create the Custom Provider.

ResourceTypes []CustomProviderResourceType

Any number of resource_type block as defined below. One of resource_type or action must be specified.

Tags map[string]string

A mapping of tags to assign to the resource.

Validations []CustomProviderValidation

Any number of validation block as defined below.

actions CustomProviderAction[]

Any number of action block as defined below. One of resource_type or action must be specified.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

Specifies the name of the Custom Provider. Changing this forces a new resource to be created.

resourceGroupName string

The name of the resource group in which to create the Custom Provider.

resourceTypes CustomProviderResourceType[]

Any number of resource_type block as defined below. One of resource_type or action must be specified.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

validations CustomProviderValidation[]

Any number of validation block as defined below.

actions List[CustomProviderAction]

Any number of action block as defined below. One of resource_type or action must be specified.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

Specifies the name of the Custom Provider. Changing this forces a new resource to be created.

resource_group_name str

The name of the resource group in which to create the Custom Provider.

resource_types List[CustomProviderResourceType]

Any number of resource_type block as defined below. One of resource_type or action must be specified.

tags Dict[str, str]

A mapping of tags to assign to the resource.

validations List[CustomProviderValidation]

Any number of validation block as defined below.

Supporting Types

CustomProviderAction

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Endpoint string

Specifies the endpoint of the action.

Name string

Specifies the name of the action.

Endpoint string

Specifies the endpoint of the action.

Name string

Specifies the name of the action.

endpoint string

Specifies the endpoint of the action.

name string

Specifies the name of the action.

endpoint str

Specifies the endpoint of the action.

name str

Specifies the name of the action.

CustomProviderResourceType

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Endpoint string

Specifies the endpoint of the route definition.

Name string

Specifies the name of the route definition.

RoutingType string

The routing type that is supported for the resource request. Valid values are ResourceTypeRoutingProxy or ResourceTypeRoutingProxyCache. This value defaults to ResourceTypeRoutingProxy.

Endpoint string

Specifies the endpoint of the route definition.

Name string

Specifies the name of the route definition.

RoutingType string

The routing type that is supported for the resource request. Valid values are ResourceTypeRoutingProxy or ResourceTypeRoutingProxyCache. This value defaults to ResourceTypeRoutingProxy.

endpoint string

Specifies the endpoint of the route definition.

name string

Specifies the name of the route definition.

routingType string

The routing type that is supported for the resource request. Valid values are ResourceTypeRoutingProxy or ResourceTypeRoutingProxyCache. This value defaults to ResourceTypeRoutingProxy.

endpoint str

Specifies the endpoint of the route definition.

name str

Specifies the name of the route definition.

routingType str

The routing type that is supported for the resource request. Valid values are ResourceTypeRoutingProxy or ResourceTypeRoutingProxyCache. This value defaults to ResourceTypeRoutingProxy.

CustomProviderValidation

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Specification string

The endpoint where the validation specification is located.

Specification string

The endpoint where the validation specification is located.

specification string

The endpoint where the validation specification is located.

specification str

The endpoint where the validation specification is located.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.