ibm.SmPublicCertificateActionValidateManualDns
Explore with Pulumi AI
Provides a resource for PublicCertificateActionValidateManualDns. This allows PublicCertificateActionValidateManualDns to be created, updated and deleted.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const validateManualDnsAction = new ibm.SmPublicCertificateActionValidateManualDns("validateManualDnsAction", {
instanceId: "6ebc4224-e983-496a-8a54-f40a0bfa9175",
region: "us-south",
secretId: "0b5571f7-21e6-42b7-91c5-3f5ac9793a46",
});
import pulumi
import pulumi_ibm as ibm
validate_manual_dns_action = ibm.SmPublicCertificateActionValidateManualDns("validateManualDnsAction",
instance_id="6ebc4224-e983-496a-8a54-f40a0bfa9175",
region="us-south",
secret_id="0b5571f7-21e6-42b7-91c5-3f5ac9793a46")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.NewSmPublicCertificateActionValidateManualDns(ctx, "validateManualDnsAction", &ibm.SmPublicCertificateActionValidateManualDnsArgs{
InstanceId: pulumi.String("6ebc4224-e983-496a-8a54-f40a0bfa9175"),
Region: pulumi.String("us-south"),
SecretId: pulumi.String("0b5571f7-21e6-42b7-91c5-3f5ac9793a46"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var validateManualDnsAction = new Ibm.SmPublicCertificateActionValidateManualDns("validateManualDnsAction", new()
{
InstanceId = "6ebc4224-e983-496a-8a54-f40a0bfa9175",
Region = "us-south",
SecretId = "0b5571f7-21e6-42b7-91c5-3f5ac9793a46",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.SmPublicCertificateActionValidateManualDns;
import com.pulumi.ibm.SmPublicCertificateActionValidateManualDnsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var validateManualDnsAction = new SmPublicCertificateActionValidateManualDns("validateManualDnsAction", SmPublicCertificateActionValidateManualDnsArgs.builder()
.instanceId("6ebc4224-e983-496a-8a54-f40a0bfa9175")
.region("us-south")
.secretId("0b5571f7-21e6-42b7-91c5-3f5ac9793a46")
.build());
}
}
resources:
validateManualDnsAction:
type: ibm:SmPublicCertificateActionValidateManualDns
properties:
instanceId: 6ebc4224-e983-496a-8a54-f40a0bfa9175
region: us-south
secretId: 0b5571f7-21e6-42b7-91c5-3f5ac9793a46
Create SmPublicCertificateActionValidateManualDns Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SmPublicCertificateActionValidateManualDns(name: string, args: SmPublicCertificateActionValidateManualDnsArgs, opts?: CustomResourceOptions);
@overload
def SmPublicCertificateActionValidateManualDns(resource_name: str,
args: SmPublicCertificateActionValidateManualDnsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SmPublicCertificateActionValidateManualDns(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_id: Optional[str] = None,
secret_id: Optional[str] = None,
endpoint_type: Optional[str] = None,
region: Optional[str] = None,
sm_public_certificate_action_validate_manual_dns_id: Optional[str] = None,
timeouts: Optional[SmPublicCertificateActionValidateManualDnsTimeoutsArgs] = None)
func NewSmPublicCertificateActionValidateManualDns(ctx *Context, name string, args SmPublicCertificateActionValidateManualDnsArgs, opts ...ResourceOption) (*SmPublicCertificateActionValidateManualDns, error)
public SmPublicCertificateActionValidateManualDns(string name, SmPublicCertificateActionValidateManualDnsArgs args, CustomResourceOptions? opts = null)
public SmPublicCertificateActionValidateManualDns(String name, SmPublicCertificateActionValidateManualDnsArgs args)
public SmPublicCertificateActionValidateManualDns(String name, SmPublicCertificateActionValidateManualDnsArgs args, CustomResourceOptions options)
type: ibm:SmPublicCertificateActionValidateManualDns
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 SmPublicCertificateActionValidateManualDnsArgs
- 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 SmPublicCertificateActionValidateManualDnsArgs
- 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 SmPublicCertificateActionValidateManualDnsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SmPublicCertificateActionValidateManualDnsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SmPublicCertificateActionValidateManualDnsArgs
- 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 smPublicCertificateActionValidateManualDnsResource = new Ibm.SmPublicCertificateActionValidateManualDns("smPublicCertificateActionValidateManualDnsResource", new()
{
InstanceId = "string",
SecretId = "string",
EndpointType = "string",
Region = "string",
SmPublicCertificateActionValidateManualDnsId = "string",
Timeouts = new Ibm.Inputs.SmPublicCertificateActionValidateManualDnsTimeoutsArgs
{
Create = "string",
},
});
example, err := ibm.NewSmPublicCertificateActionValidateManualDns(ctx, "smPublicCertificateActionValidateManualDnsResource", &ibm.SmPublicCertificateActionValidateManualDnsArgs{
InstanceId: pulumi.String("string"),
SecretId: pulumi.String("string"),
EndpointType: pulumi.String("string"),
Region: pulumi.String("string"),
SmPublicCertificateActionValidateManualDnsId: pulumi.String("string"),
Timeouts: &ibm.SmPublicCertificateActionValidateManualDnsTimeoutsArgs{
Create: pulumi.String("string"),
},
})
var smPublicCertificateActionValidateManualDnsResource = new SmPublicCertificateActionValidateManualDns("smPublicCertificateActionValidateManualDnsResource", SmPublicCertificateActionValidateManualDnsArgs.builder()
.instanceId("string")
.secretId("string")
.endpointType("string")
.region("string")
.smPublicCertificateActionValidateManualDnsId("string")
.timeouts(SmPublicCertificateActionValidateManualDnsTimeoutsArgs.builder()
.create("string")
.build())
.build());
sm_public_certificate_action_validate_manual_dns_resource = ibm.SmPublicCertificateActionValidateManualDns("smPublicCertificateActionValidateManualDnsResource",
instance_id="string",
secret_id="string",
endpoint_type="string",
region="string",
sm_public_certificate_action_validate_manual_dns_id="string",
timeouts={
"create": "string",
})
const smPublicCertificateActionValidateManualDnsResource = new ibm.SmPublicCertificateActionValidateManualDns("smPublicCertificateActionValidateManualDnsResource", {
instanceId: "string",
secretId: "string",
endpointType: "string",
region: "string",
smPublicCertificateActionValidateManualDnsId: "string",
timeouts: {
create: "string",
},
});
type: ibm:SmPublicCertificateActionValidateManualDns
properties:
endpointType: string
instanceId: string
region: string
secretId: string
smPublicCertificateActionValidateManualDnsId: string
timeouts:
create: string
SmPublicCertificateActionValidateManualDns Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SmPublicCertificateActionValidateManualDns resource accepts the following input properties:
- Instance
Id string - The GUID of the Secrets Manager instance.
- Secret
Id string - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- Endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- Region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- Sm
Public stringCertificate Action Validate Manual Dns Id - Timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts
- Instance
Id string - The GUID of the Secrets Manager instance.
- Secret
Id string - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- Endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- Region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- Sm
Public stringCertificate Action Validate Manual Dns Id - Timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts Args
- instance
Id String - The GUID of the Secrets Manager instance.
- secret
Id String - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- endpoint
Type String - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- region String
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- sm
Public StringCertificate Action Validate Manual Dns Id - timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts
- instance
Id string - The GUID of the Secrets Manager instance.
- secret
Id string - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- sm
Public stringCertificate Action Validate Manual Dns Id - timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts
- instance_
id str - The GUID of the Secrets Manager instance.
- secret_
id str - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- endpoint_
type str - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- region str
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- sm_
public_ strcertificate_ action_ validate_ manual_ dns_ id - timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts Args
- instance
Id String - The GUID of the Secrets Manager instance.
- secret
Id String - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- endpoint
Type String - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- region String
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- sm
Public StringCertificate Action Validate Manual Dns Id - timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the SmPublicCertificateActionValidateManualDns 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 string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SmPublicCertificateActionValidateManualDns Resource
Get an existing SmPublicCertificateActionValidateManualDns 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?: SmPublicCertificateActionValidateManualDnsState, opts?: CustomResourceOptions): SmPublicCertificateActionValidateManualDns
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
endpoint_type: Optional[str] = None,
instance_id: Optional[str] = None,
region: Optional[str] = None,
secret_id: Optional[str] = None,
sm_public_certificate_action_validate_manual_dns_id: Optional[str] = None,
timeouts: Optional[SmPublicCertificateActionValidateManualDnsTimeoutsArgs] = None) -> SmPublicCertificateActionValidateManualDns
func GetSmPublicCertificateActionValidateManualDns(ctx *Context, name string, id IDInput, state *SmPublicCertificateActionValidateManualDnsState, opts ...ResourceOption) (*SmPublicCertificateActionValidateManualDns, error)
public static SmPublicCertificateActionValidateManualDns Get(string name, Input<string> id, SmPublicCertificateActionValidateManualDnsState? state, CustomResourceOptions? opts = null)
public static SmPublicCertificateActionValidateManualDns get(String name, Output<String> id, SmPublicCertificateActionValidateManualDnsState state, CustomResourceOptions options)
resources: _: type: ibm:SmPublicCertificateActionValidateManualDns get: id: ${id}
- 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.
- 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.
- Endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- Instance
Id string - The GUID of the Secrets Manager instance.
- Region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- Secret
Id string - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- Sm
Public stringCertificate Action Validate Manual Dns Id - Timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts
- Endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- Instance
Id string - The GUID of the Secrets Manager instance.
- Region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- Secret
Id string - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- Sm
Public stringCertificate Action Validate Manual Dns Id - Timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts Args
- endpoint
Type String - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- instance
Id String - The GUID of the Secrets Manager instance.
- region String
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- secret
Id String - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- sm
Public StringCertificate Action Validate Manual Dns Id - timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts
- endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- instance
Id string - The GUID of the Secrets Manager instance.
- region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- secret
Id string - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- sm
Public stringCertificate Action Validate Manual Dns Id - timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts
- endpoint_
type str - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- instance_
id str - The GUID of the Secrets Manager instance.
- region str
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- secret_
id str - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- sm_
public_ strcertificate_ action_ validate_ manual_ dns_ id - timeouts
Sm
Public Certificate Action Validate Manual Dns Timeouts Args
- endpoint
Type String - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- instance
Id String - The GUID of the Secrets Manager instance.
- region String
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- secret
Id String - The ID of the secret.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: The maximum length is
- sm
Public StringCertificate Action Validate Manual Dns Id - timeouts Property Map
Supporting Types
SmPublicCertificateActionValidateManualDnsTimeouts, SmPublicCertificateActionValidateManualDnsTimeoutsArgs
- Create string
- Create string
- create String
- create string
- create str
- create String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.