Definition

Manages a Managed Application Definition.

Create a Definition Resource

def Definition(resource_name, opts=None, authorizations=None, create_ui_definition=None, description=None, display_name=None, location=None, lock_level=None, main_template=None, name=None, package_enabled=None, package_file_uri=None, resource_group_name=None, tags=None, __props__=None);
func NewDefinition(ctx *Context, name string, args DefinitionArgs, opts ...ResourceOption) (*Definition, error)
public Definition(string name, DefinitionArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args DefinitionArgs
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 DefinitionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DefinitionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Definition Resource Properties

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

Inputs

The Definition resource accepts the following input properties:

DisplayName string

Specifies the managed application definition display name.

LockLevel string

Specifies the managed application lock level. Valid values include CanNotDelete, None, ReadOnly. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the Resource Group where the Managed Application Definition should exist. Changing this forces a new resource to be created.

Authorizations List<DefinitionAuthorizationArgs>

One or more authorization block defined below.

CreateUiDefinition string

Specifies the createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

Description string

Specifies the managed application definition description.

Location string

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

MainTemplate string

Specifies the inline main template json which has resources to be provisioned.

Name string

Specifies the name of the Managed Application Definition. Changing this forces a new resource to be created.

PackageEnabled bool

Is the package enabled? Defaults to true.

PackageFileUri string

Specifies the managed application definition package file Uri.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

DisplayName string

Specifies the managed application definition display name.

LockLevel string

Specifies the managed application lock level. Valid values include CanNotDelete, None, ReadOnly. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the Resource Group where the Managed Application Definition should exist. Changing this forces a new resource to be created.

Authorizations []DefinitionAuthorization

One or more authorization block defined below.

CreateUiDefinition string

Specifies the createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

Description string

Specifies the managed application definition description.

Location string

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

MainTemplate string

Specifies the inline main template json which has resources to be provisioned.

Name string

Specifies the name of the Managed Application Definition. Changing this forces a new resource to be created.

PackageEnabled bool

Is the package enabled? Defaults to true.

PackageFileUri string

Specifies the managed application definition package file Uri.

Tags map[string]string

A mapping of tags to assign to the resource.

displayName string

Specifies the managed application definition display name.

lockLevel string

Specifies the managed application lock level. Valid values include CanNotDelete, None, ReadOnly. Changing this forces a new resource to be created.

resourceGroupName string

The name of the Resource Group where the Managed Application Definition should exist. Changing this forces a new resource to be created.

authorizations DefinitionAuthorization[]

One or more authorization block defined below.

createUiDefinition string

Specifies the createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

description string

Specifies the managed application definition description.

location string

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

mainTemplate string

Specifies the inline main template json which has resources to be provisioned.

name string

Specifies the name of the Managed Application Definition. Changing this forces a new resource to be created.

packageEnabled boolean

Is the package enabled? Defaults to true.

packageFileUri string

Specifies the managed application definition package file Uri.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

display_name str

Specifies the managed application definition display name.

lock_level str

Specifies the managed application lock level. Valid values include CanNotDelete, None, ReadOnly. Changing this forces a new resource to be created.

resource_group_name str

The name of the Resource Group where the Managed Application Definition should exist. Changing this forces a new resource to be created.

authorizations List[DefinitionAuthorization]

One or more authorization block defined below.

create_ui_definition str

Specifies the createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

description str

Specifies the managed application definition description.

location str

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

main_template str

Specifies the inline main template json which has resources to be provisioned.

name str

Specifies the name of the Managed Application Definition. Changing this forces a new resource to be created.

package_enabled bool

Is the package enabled? Defaults to true.

package_file_uri str

Specifies the managed application definition package file Uri.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the Definition 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 Definition Resource

Get an existing Definition 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?: DefinitionState, opts?: CustomResourceOptions): Definition
static get(resource_name, id, opts=None, authorizations=None, create_ui_definition=None, description=None, display_name=None, location=None, lock_level=None, main_template=None, name=None, package_enabled=None, package_file_uri=None, resource_group_name=None, tags=None, __props__=None);
func GetDefinition(ctx *Context, name string, id IDInput, state *DefinitionState, opts ...ResourceOption) (*Definition, error)
public static Definition Get(string name, Input<string> id, DefinitionState? 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:

Authorizations List<DefinitionAuthorizationArgs>

One or more authorization block defined below.

CreateUiDefinition string

Specifies the createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

Description string

Specifies the managed application definition description.

DisplayName string

Specifies the managed application definition display name.

Location string

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

LockLevel string

Specifies the managed application lock level. Valid values include CanNotDelete, None, ReadOnly. Changing this forces a new resource to be created.

MainTemplate string

Specifies the inline main template json which has resources to be provisioned.

Name string

Specifies the name of the Managed Application Definition. Changing this forces a new resource to be created.

PackageEnabled bool

Is the package enabled? Defaults to true.

PackageFileUri string

Specifies the managed application definition package file Uri.

ResourceGroupName string

The name of the Resource Group where the Managed Application Definition should exist. Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Authorizations []DefinitionAuthorization

One or more authorization block defined below.

CreateUiDefinition string

Specifies the createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

Description string

Specifies the managed application definition description.

DisplayName string

Specifies the managed application definition display name.

Location string

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

LockLevel string

Specifies the managed application lock level. Valid values include CanNotDelete, None, ReadOnly. Changing this forces a new resource to be created.

MainTemplate string

Specifies the inline main template json which has resources to be provisioned.

Name string

Specifies the name of the Managed Application Definition. Changing this forces a new resource to be created.

PackageEnabled bool

Is the package enabled? Defaults to true.

PackageFileUri string

Specifies the managed application definition package file Uri.

ResourceGroupName string

The name of the Resource Group where the Managed Application Definition should exist. Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assign to the resource.

authorizations DefinitionAuthorization[]

One or more authorization block defined below.

createUiDefinition string

Specifies the createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

description string

Specifies the managed application definition description.

displayName string

Specifies the managed application definition display name.

location string

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

lockLevel string

Specifies the managed application lock level. Valid values include CanNotDelete, None, ReadOnly. Changing this forces a new resource to be created.

mainTemplate string

Specifies the inline main template json which has resources to be provisioned.

name string

Specifies the name of the Managed Application Definition. Changing this forces a new resource to be created.

packageEnabled boolean

Is the package enabled? Defaults to true.

packageFileUri string

Specifies the managed application definition package file Uri.

resourceGroupName string

The name of the Resource Group where the Managed Application Definition should exist. Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

authorizations List[DefinitionAuthorization]

One or more authorization block defined below.

create_ui_definition str

Specifies the createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.

description str

Specifies the managed application definition description.

display_name str

Specifies the managed application definition display name.

location str

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

lock_level str

Specifies the managed application lock level. Valid values include CanNotDelete, None, ReadOnly. Changing this forces a new resource to be created.

main_template str

Specifies the inline main template json which has resources to be provisioned.

name str

Specifies the name of the Managed Application Definition. Changing this forces a new resource to be created.

package_enabled bool

Is the package enabled? Defaults to true.

package_file_uri str

Specifies the managed application definition package file Uri.

resource_group_name str

The name of the Resource Group where the Managed Application Definition should exist. Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Supporting Types

DefinitionAuthorization

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.

RoleDefinitionId string

Specifies a role definition identifier for the provider. This role will define all the permissions that the provider must have on the managed application’s container resource group. This role definition cannot have permission to delete the resource group.

ServicePrincipalId string

Specifies a service principal identifier for the provider. This is the identity that the provider will use to call ARM to manage the managed application resources.

RoleDefinitionId string

Specifies a role definition identifier for the provider. This role will define all the permissions that the provider must have on the managed application’s container resource group. This role definition cannot have permission to delete the resource group.

ServicePrincipalId string

Specifies a service principal identifier for the provider. This is the identity that the provider will use to call ARM to manage the managed application resources.

roleDefinitionId string

Specifies a role definition identifier for the provider. This role will define all the permissions that the provider must have on the managed application’s container resource group. This role definition cannot have permission to delete the resource group.

servicePrincipalId string

Specifies a service principal identifier for the provider. This is the identity that the provider will use to call ARM to manage the managed application resources.

role_definition_id str

Specifies a role definition identifier for the provider. This role will define all the permissions that the provider must have on the managed application’s container resource group. This role definition cannot have permission to delete the resource group.

service_principal_id str

Specifies a service principal identifier for the provider. This is the identity that the provider will use to call ARM to manage the managed application resources.

Package Details

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