1. Packages
  2. Incapsula Provider
  3. API Docs
  4. SslValidation
incapsula 3.33.1 published on Thursday, May 8, 2025 by imperva

incapsula.SslValidation

Explore with Pulumi AI

incapsula logo
incapsula 3.33.1 published on Thursday, May 8, 2025 by imperva

    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:

    DomainIds List<string>
    List of incapsula.Domain ids that .
    SiteId double
    Numeric identifier of the site to operate on.
    AccountId string
    Numeric identifier of the account to operate on.
    SslValidationId string
    The id of the SSL validation resource.
    DomainIds []string
    List of incapsula.Domain ids that .
    SiteId float64
    Numeric identifier of the site to operate on.
    AccountId string
    Numeric identifier of the account to operate on.
    SslValidationId string
    The id of the SSL validation resource.
    domainIds List<String>
    List of incapsula.Domain ids that .
    siteId Double
    Numeric identifier of the site to operate on.
    accountId String
    Numeric identifier of the account to operate on.
    sslValidationId String
    The id of the SSL validation resource.
    domainIds string[]
    List of incapsula.Domain ids that .
    siteId number
    Numeric identifier of the site to operate on.
    accountId string
    Numeric identifier of the account to operate on.
    sslValidationId string
    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_id str
    The id of the SSL validation resource.
    domainIds List<String>
    List of incapsula.Domain ids that .
    siteId Number
    Numeric identifier of the site to operate on.
    accountId String
    Numeric identifier of the account to operate on.
    sslValidationId String
    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.
    The following state arguments are supported:
    AccountId string
    Numeric identifier of the account to operate on.
    DomainIds List<string>
    List of incapsula.Domain ids that .
    SiteId double
    Numeric identifier of the site to operate on.
    SslValidationId string
    The id of the SSL validation resource.
    AccountId string
    Numeric identifier of the account to operate on.
    DomainIds []string
    List of incapsula.Domain ids that .
    SiteId float64
    Numeric identifier of the site to operate on.
    SslValidationId string
    The id of the SSL validation resource.
    accountId String
    Numeric identifier of the account to operate on.
    domainIds List<String>
    List of incapsula.Domain ids that .
    siteId Double
    Numeric identifier of the site to operate on.
    sslValidationId String
    The id of the SSL validation resource.
    accountId string
    Numeric identifier of the account to operate on.
    domainIds string[]
    List of incapsula.Domain ids that .
    siteId number
    Numeric identifier of the site to operate on.
    sslValidationId string
    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_id str
    The id of the SSL validation resource.
    accountId String
    Numeric identifier of the account to operate on.
    domainIds List<String>
    List of incapsula.Domain ids that .
    siteId Number
    Numeric identifier of the site to operate on.
    sslValidationId String
    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.
    incapsula logo
    incapsula 3.33.1 published on Thursday, May 8, 2025 by imperva