Akamai v4.4.0, Apr 18 23
Akamai v4.4.0, Apr 18 23
akamai.CpsDvValidation
Explore with Pulumi AI
Create CpsDvValidation Resource
new CpsDvValidation(name: string, args: CpsDvValidationArgs, opts?: CustomResourceOptions);
@overload
def CpsDvValidation(resource_name: str,
opts: Optional[ResourceOptions] = None,
enrollment_id: Optional[int] = None,
sans: Optional[Sequence[str]] = None)
@overload
def CpsDvValidation(resource_name: str,
args: CpsDvValidationArgs,
opts: Optional[ResourceOptions] = None)
func NewCpsDvValidation(ctx *Context, name string, args CpsDvValidationArgs, opts ...ResourceOption) (*CpsDvValidation, error)
public CpsDvValidation(string name, CpsDvValidationArgs args, CustomResourceOptions? opts = null)
public CpsDvValidation(String name, CpsDvValidationArgs args)
public CpsDvValidation(String name, CpsDvValidationArgs args, CustomResourceOptions options)
type: akamai:CpsDvValidation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CpsDvValidationArgs
- 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 CpsDvValidationArgs
- 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 CpsDvValidationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CpsDvValidationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CpsDvValidationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CpsDvValidation 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 CpsDvValidation resource accepts the following input properties:
- Enrollment
Id int The unique identifier of enrollment
- Sans List<string>
List of SANs
- Enrollment
Id int The unique identifier of enrollment
- Sans []string
List of SANs
- enrollment
Id Integer The unique identifier of enrollment
- sans List<String>
List of SANs
- enrollment
Id number The unique identifier of enrollment
- sans string[]
List of SANs
- enrollment_
id int The unique identifier of enrollment
- sans Sequence[str]
List of SANs
- enrollment
Id Number The unique identifier of enrollment
- sans List<String>
List of SANs
Outputs
All input properties are implicitly available as output properties. Additionally, the CpsDvValidation resource produces the following output properties:
Look up Existing CpsDvValidation Resource
Get an existing CpsDvValidation 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?: CpsDvValidationState, opts?: CustomResourceOptions): CpsDvValidation
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enrollment_id: Optional[int] = None,
sans: Optional[Sequence[str]] = None,
status: Optional[str] = None) -> CpsDvValidation
func GetCpsDvValidation(ctx *Context, name string, id IDInput, state *CpsDvValidationState, opts ...ResourceOption) (*CpsDvValidation, error)
public static CpsDvValidation Get(string name, Input<string> id, CpsDvValidationState? state, CustomResourceOptions? opts = null)
public static CpsDvValidation get(String name, Output<String> id, CpsDvValidationState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Enrollment
Id int The unique identifier of enrollment
- Sans List<string>
List of SANs
- Status string
Status of validation
- Enrollment
Id int The unique identifier of enrollment
- Sans []string
List of SANs
- Status string
Status of validation
- enrollment
Id Integer The unique identifier of enrollment
- sans List<String>
List of SANs
- status String
Status of validation
- enrollment
Id number The unique identifier of enrollment
- sans string[]
List of SANs
- status string
Status of validation
- enrollment_
id int The unique identifier of enrollment
- sans Sequence[str]
List of SANs
- status str
Status of validation
- enrollment
Id Number The unique identifier of enrollment
- sans List<String>
List of SANs
- status String
Status of validation
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.