azure-native.certificateregistration.AppServiceCertificateOrderCertificate
Explore with Pulumi AI
Key Vault container ARM resource for a certificate that is purchased through Azure. API Version: 2020-10-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:certificateregistration:AppServiceCertificateOrderCertificate myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}
Create AppServiceCertificateOrderCertificate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AppServiceCertificateOrderCertificate(name: string, args: AppServiceCertificateOrderCertificateArgs, opts?: CustomResourceOptions);
@overload
def AppServiceCertificateOrderCertificate(resource_name: str,
args: AppServiceCertificateOrderCertificateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AppServiceCertificateOrderCertificate(resource_name: str,
opts: Optional[ResourceOptions] = None,
certificate_order_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
key_vault_id: Optional[str] = None,
key_vault_secret_name: Optional[str] = None,
kind: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewAppServiceCertificateOrderCertificate(ctx *Context, name string, args AppServiceCertificateOrderCertificateArgs, opts ...ResourceOption) (*AppServiceCertificateOrderCertificate, error)
public AppServiceCertificateOrderCertificate(string name, AppServiceCertificateOrderCertificateArgs args, CustomResourceOptions? opts = null)
public AppServiceCertificateOrderCertificate(String name, AppServiceCertificateOrderCertificateArgs args)
public AppServiceCertificateOrderCertificate(String name, AppServiceCertificateOrderCertificateArgs args, CustomResourceOptions options)
type: azure-native:certificateregistration:AppServiceCertificateOrderCertificate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AppServiceCertificateOrderCertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AppServiceCertificateOrderCertificateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AppServiceCertificateOrderCertificateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppServiceCertificateOrderCertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AppServiceCertificateOrderCertificateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var appServiceCertificateOrderCertificateResource = new AzureNative.Certificateregistration.AppServiceCertificateOrderCertificate("appServiceCertificateOrderCertificateResource", new()
{
CertificateOrderName = "string",
ResourceGroupName = "string",
KeyVaultId = "string",
KeyVaultSecretName = "string",
Kind = "string",
Location = "string",
Name = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := certificateregistration.NewAppServiceCertificateOrderCertificate(ctx, "appServiceCertificateOrderCertificateResource", &certificateregistration.AppServiceCertificateOrderCertificateArgs{
CertificateOrderName: "string",
ResourceGroupName: "string",
KeyVaultId: "string",
KeyVaultSecretName: "string",
Kind: "string",
Location: "string",
Name: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var appServiceCertificateOrderCertificateResource = new AppServiceCertificateOrderCertificate("appServiceCertificateOrderCertificateResource", AppServiceCertificateOrderCertificateArgs.builder()
.certificateOrderName("string")
.resourceGroupName("string")
.keyVaultId("string")
.keyVaultSecretName("string")
.kind("string")
.location("string")
.name("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
app_service_certificate_order_certificate_resource = azure_native.certificateregistration.AppServiceCertificateOrderCertificate("appServiceCertificateOrderCertificateResource",
certificate_order_name=string,
resource_group_name=string,
key_vault_id=string,
key_vault_secret_name=string,
kind=string,
location=string,
name=string,
tags={
string: string,
})
const appServiceCertificateOrderCertificateResource = new azure_native.certificateregistration.AppServiceCertificateOrderCertificate("appServiceCertificateOrderCertificateResource", {
certificateOrderName: "string",
resourceGroupName: "string",
keyVaultId: "string",
keyVaultSecretName: "string",
kind: "string",
location: "string",
name: "string",
tags: {
string: "string",
},
});
type: azure-native:certificateregistration:AppServiceCertificateOrderCertificate
properties:
certificateOrderName: string
keyVaultId: string
keyVaultSecretName: string
kind: string
location: string
name: string
resourceGroupName: string
tags:
string: string
AppServiceCertificateOrderCertificate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AppServiceCertificateOrderCertificate resource accepts the following input properties:
- Certificate
Order stringName - Name of the certificate order.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Key
Vault stringId - Key Vault resource Id.
- Key
Vault stringSecret Name - Key Vault secret name.
- Kind string
- Kind of resource.
- Location string
- Resource Location.
- Name string
- Name of the certificate.
- Dictionary<string, string>
- Resource tags.
- Certificate
Order stringName - Name of the certificate order.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Key
Vault stringId - Key Vault resource Id.
- Key
Vault stringSecret Name - Key Vault secret name.
- Kind string
- Kind of resource.
- Location string
- Resource Location.
- Name string
- Name of the certificate.
- map[string]string
- Resource tags.
- certificate
Order StringName - Name of the certificate order.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- key
Vault StringId - Key Vault resource Id.
- key
Vault StringSecret Name - Key Vault secret name.
- kind String
- Kind of resource.
- location String
- Resource Location.
- name String
- Name of the certificate.
- Map<String,String>
- Resource tags.
- certificate
Order stringName - Name of the certificate order.
- resource
Group stringName - Name of the resource group to which the resource belongs.
- key
Vault stringId - Key Vault resource Id.
- key
Vault stringSecret Name - Key Vault secret name.
- kind string
- Kind of resource.
- location string
- Resource Location.
- name string
- Name of the certificate.
- {[key: string]: string}
- Resource tags.
- certificate_
order_ strname - Name of the certificate order.
- resource_
group_ strname - Name of the resource group to which the resource belongs.
- key_
vault_ strid - Key Vault resource Id.
- key_
vault_ strsecret_ name - Key Vault secret name.
- kind str
- Kind of resource.
- location str
- Resource Location.
- name str
- Name of the certificate.
- Mapping[str, str]
- Resource tags.
- certificate
Order StringName - Name of the certificate order.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- key
Vault StringId - Key Vault resource Id.
- key
Vault StringSecret Name - Key Vault secret name.
- kind String
- Kind of resource.
- location String
- Resource Location.
- name String
- Name of the certificate.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the AppServiceCertificateOrderCertificate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Provisioning
State string - Status of the Key Vault secret.
- System
Data Pulumi.Azure Native. Certificate Registration. Outputs. System Data Response - The system metadata relating to this resource.
- Type string
- Resource type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Provisioning
State string - Status of the Key Vault secret.
- System
Data SystemData Response - The system metadata relating to this resource.
- Type string
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- provisioning
State String - Status of the Key Vault secret.
- system
Data SystemData Response - The system metadata relating to this resource.
- type String
- Resource type.
- id string
- The provider-assigned unique ID for this managed resource.
- provisioning
State string - Status of the Key Vault secret.
- system
Data SystemData Response - The system metadata relating to this resource.
- type string
- Resource type.
- id str
- The provider-assigned unique ID for this managed resource.
- provisioning_
state str - Status of the Key Vault secret.
- system_
data SystemData Response - The system metadata relating to this resource.
- type str
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- provisioning
State String - Status of the Key Vault secret.
- system
Data Property Map - The system metadata relating to this resource.
- type String
- Resource type.
Supporting Types
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0