incapsula.SslValidation
Explore with Pulumi AI
Create SslValidation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SslValidation(name: string, args: SslValidationArgs, opts?: CustomResourceOptions);
@overload
def SslValidation(resource_name: str,
args: SslValidationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SslValidation(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_ids: Optional[Sequence[str]] = None,
site_id: Optional[float] = None,
account_id: Optional[str] = None,
ssl_validation_id: Optional[str] = None)
func NewSslValidation(ctx *Context, name string, args SslValidationArgs, opts ...ResourceOption) (*SslValidation, error)
public SslValidation(string name, SslValidationArgs args, CustomResourceOptions? opts = null)
public SslValidation(String name, SslValidationArgs args)
public SslValidation(String name, SslValidationArgs args, CustomResourceOptions options)
type: incapsula:SslValidation
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 SslValidationArgs
- 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 SslValidationArgs
- 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 SslValidationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SslValidationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SslValidationArgs
- 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 sslValidationResource = new Incapsula.SslValidation("sslValidationResource", new()
{
DomainIds = new[]
{
"string",
},
SiteId = 0,
AccountId = "string",
SslValidationId = "string",
});
example, err := incapsula.NewSslValidation(ctx, "sslValidationResource", &incapsula.SslValidationArgs{
DomainIds: pulumi.StringArray{
pulumi.String("string"),
},
SiteId: pulumi.Float64(0),
AccountId: pulumi.String("string"),
SslValidationId: pulumi.String("string"),
})
var sslValidationResource = new SslValidation("sslValidationResource", SslValidationArgs.builder()
.domainIds("string")
.siteId(0.0)
.accountId("string")
.sslValidationId("string")
.build());
ssl_validation_resource = incapsula.SslValidation("sslValidationResource",
domain_ids=["string"],
site_id=0,
account_id="string",
ssl_validation_id="string")
const sslValidationResource = new incapsula.SslValidation("sslValidationResource", {
domainIds: ["string"],
siteId: 0,
accountId: "string",
sslValidationId: "string",
});
type: incapsula:SslValidation
properties:
accountId: string
domainIds:
- string
siteId: 0
sslValidationId: string
SslValidation 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 SslValidation resource accepts the following input properties:
- Domain
Ids List<string> - List of incapsula.Domain ids that .
- Site
Id double - Numeric identifier of the site to operate on.
- Account
Id string - Numeric identifier of the account to operate on.
- Ssl
Validation stringId - The id of the SSL validation resource.
- Domain
Ids []string - List of incapsula.Domain ids that .
- Site
Id float64 - Numeric identifier of the site to operate on.
- Account
Id string - Numeric identifier of the account to operate on.
- Ssl
Validation stringId - The id of the SSL validation resource.
- domain
Ids List<String> - List of incapsula.Domain ids that .
- site
Id Double - Numeric identifier of the site to operate on.
- account
Id String - Numeric identifier of the account to operate on.
- ssl
Validation StringId - The id of the SSL validation resource.
- domain
Ids string[] - List of incapsula.Domain ids that .
- site
Id number - Numeric identifier of the site to operate on.
- account
Id string - Numeric identifier of the account to operate on.
- ssl
Validation stringId - The id of the SSL validation resource.
- domain_
ids Sequence[str] - List of incapsula.Domain ids that .
- site_
id float - Numeric identifier of the site to operate on.
- account_
id str - Numeric identifier of the account to operate on.
- ssl_
validation_ strid - The id of the SSL validation resource.
- domain
Ids List<String> - List of incapsula.Domain ids that .
- site
Id Number - Numeric identifier of the site to operate on.
- account
Id String - Numeric identifier of the account to operate on.
- ssl
Validation StringId - The id of the SSL validation resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the SslValidation 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 SslValidation Resource
Get an existing SslValidation 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?: SslValidationState, opts?: CustomResourceOptions): SslValidation
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
domain_ids: Optional[Sequence[str]] = None,
site_id: Optional[float] = None,
ssl_validation_id: Optional[str] = None) -> SslValidation
func GetSslValidation(ctx *Context, name string, id IDInput, state *SslValidationState, opts ...ResourceOption) (*SslValidation, error)
public static SslValidation Get(string name, Input<string> id, SslValidationState? state, CustomResourceOptions? opts = null)
public static SslValidation get(String name, Output<String> id, SslValidationState state, CustomResourceOptions options)
resources: _: type: incapsula:SslValidation 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.
- Account
Id string - Numeric identifier of the account to operate on.
- Domain
Ids List<string> - List of incapsula.Domain ids that .
- Site
Id double - Numeric identifier of the site to operate on.
- Ssl
Validation stringId - The id of the SSL validation resource.
- Account
Id string - Numeric identifier of the account to operate on.
- Domain
Ids []string - List of incapsula.Domain ids that .
- Site
Id float64 - Numeric identifier of the site to operate on.
- Ssl
Validation stringId - The id of the SSL validation resource.
- account
Id String - Numeric identifier of the account to operate on.
- domain
Ids List<String> - List of incapsula.Domain ids that .
- site
Id Double - Numeric identifier of the site to operate on.
- ssl
Validation StringId - The id of the SSL validation resource.
- account
Id string - Numeric identifier of the account to operate on.
- domain
Ids string[] - List of incapsula.Domain ids that .
- site
Id number - Numeric identifier of the site to operate on.
- ssl
Validation stringId - The id of the SSL validation resource.
- account_
id str - Numeric identifier of the account to operate on.
- domain_
ids Sequence[str] - List of incapsula.Domain ids that .
- site_
id float - Numeric identifier of the site to operate on.
- ssl_
validation_ strid - The id of the SSL validation resource.
- account
Id String - Numeric identifier of the account to operate on.
- domain
Ids List<String> - List of incapsula.Domain ids that .
- site
Id Number - Numeric identifier of the site to operate on.
- ssl
Validation StringId - The id of the SSL validation resource.
Package Details
- Repository
- incapsula imperva/terraform-provider-incapsula
- License
- Notes
- This Pulumi package is based on the
incapsula
Terraform Provider.