1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. nlb
  5. ListenerAdditionalCertificateAttachment
Alibaba Cloud v3.55.0 published on Tuesday, Apr 30, 2024 by Pulumi

alicloud.nlb.ListenerAdditionalCertificateAttachment

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.55.0 published on Tuesday, Apr 30, 2024 by Pulumi

    Provides a NLB Listener Additional Certificate Attachment resource.

    For information about NLB Listener Additional Certificate Attachment and how to use it, see What is Listener Additional Certificate Attachment.

    NOTE: Available since v1.209.0.

    Create ListenerAdditionalCertificateAttachment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ListenerAdditionalCertificateAttachment(name: string, args: ListenerAdditionalCertificateAttachmentArgs, opts?: CustomResourceOptions);
    @overload
    def ListenerAdditionalCertificateAttachment(resource_name: str,
                                                args: ListenerAdditionalCertificateAttachmentArgs,
                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ListenerAdditionalCertificateAttachment(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                certificate_id: Optional[str] = None,
                                                listener_id: Optional[str] = None,
                                                dry_run: Optional[bool] = None)
    func NewListenerAdditionalCertificateAttachment(ctx *Context, name string, args ListenerAdditionalCertificateAttachmentArgs, opts ...ResourceOption) (*ListenerAdditionalCertificateAttachment, error)
    public ListenerAdditionalCertificateAttachment(string name, ListenerAdditionalCertificateAttachmentArgs args, CustomResourceOptions? opts = null)
    public ListenerAdditionalCertificateAttachment(String name, ListenerAdditionalCertificateAttachmentArgs args)
    public ListenerAdditionalCertificateAttachment(String name, ListenerAdditionalCertificateAttachmentArgs args, CustomResourceOptions options)
    
    type: alicloud:nlb:ListenerAdditionalCertificateAttachment
    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 ListenerAdditionalCertificateAttachmentArgs
    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 ListenerAdditionalCertificateAttachmentArgs
    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 ListenerAdditionalCertificateAttachmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ListenerAdditionalCertificateAttachmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ListenerAdditionalCertificateAttachmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var alicloudListenerAdditionalCertificateAttachmentResource = new AliCloud.Nlb.ListenerAdditionalCertificateAttachment("alicloudListenerAdditionalCertificateAttachmentResource", new()
    {
        CertificateId = "string",
        ListenerId = "string",
        DryRun = false,
    });
    
    example, err := nlb.NewListenerAdditionalCertificateAttachment(ctx, "alicloudListenerAdditionalCertificateAttachmentResource", &nlb.ListenerAdditionalCertificateAttachmentArgs{
    	CertificateId: pulumi.String("string"),
    	ListenerId:    pulumi.String("string"),
    	DryRun:        pulumi.Bool(false),
    })
    
    var alicloudListenerAdditionalCertificateAttachmentResource = new ListenerAdditionalCertificateAttachment("alicloudListenerAdditionalCertificateAttachmentResource", ListenerAdditionalCertificateAttachmentArgs.builder()        
        .certificateId("string")
        .listenerId("string")
        .dryRun(false)
        .build());
    
    alicloud_listener_additional_certificate_attachment_resource = alicloud.nlb.ListenerAdditionalCertificateAttachment("alicloudListenerAdditionalCertificateAttachmentResource",
        certificate_id="string",
        listener_id="string",
        dry_run=False)
    
    const alicloudListenerAdditionalCertificateAttachmentResource = new alicloud.nlb.ListenerAdditionalCertificateAttachment("alicloudListenerAdditionalCertificateAttachmentResource", {
        certificateId: "string",
        listenerId: "string",
        dryRun: false,
    });
    
    type: alicloud:nlb:ListenerAdditionalCertificateAttachment
    properties:
        certificateId: string
        dryRun: false
        listenerId: string
    

    ListenerAdditionalCertificateAttachment 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 ListenerAdditionalCertificateAttachment resource accepts the following input properties:

    CertificateId string
    Certificate ID. Currently, only server certificates are supported.
    ListenerId string
    The ID of the tcpssl listener.
    DryRun bool
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    CertificateId string
    Certificate ID. Currently, only server certificates are supported.
    ListenerId string
    The ID of the tcpssl listener.
    DryRun bool
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    certificateId String
    Certificate ID. Currently, only server certificates are supported.
    listenerId String
    The ID of the tcpssl listener.
    dryRun Boolean
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    certificateId string
    Certificate ID. Currently, only server certificates are supported.
    listenerId string
    The ID of the tcpssl listener.
    dryRun boolean
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    certificate_id str
    Certificate ID. Currently, only server certificates are supported.
    listener_id str
    The ID of the tcpssl listener.
    dry_run bool
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    certificateId String
    Certificate ID. Currently, only server certificates are supported.
    listenerId String
    The ID of the tcpssl listener.
    dryRun Boolean
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ListenerAdditionalCertificateAttachment resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    The status of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    The status of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    The status of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    status string
    The status of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    status str
    The status of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    The status of the resource.

    Look up Existing ListenerAdditionalCertificateAttachment Resource

    Get an existing ListenerAdditionalCertificateAttachment 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?: ListenerAdditionalCertificateAttachmentState, opts?: CustomResourceOptions): ListenerAdditionalCertificateAttachment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            certificate_id: Optional[str] = None,
            dry_run: Optional[bool] = None,
            listener_id: Optional[str] = None,
            status: Optional[str] = None) -> ListenerAdditionalCertificateAttachment
    func GetListenerAdditionalCertificateAttachment(ctx *Context, name string, id IDInput, state *ListenerAdditionalCertificateAttachmentState, opts ...ResourceOption) (*ListenerAdditionalCertificateAttachment, error)
    public static ListenerAdditionalCertificateAttachment Get(string name, Input<string> id, ListenerAdditionalCertificateAttachmentState? state, CustomResourceOptions? opts = null)
    public static ListenerAdditionalCertificateAttachment get(String name, Output<String> id, ListenerAdditionalCertificateAttachmentState 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.
    The following state arguments are supported:
    CertificateId string
    Certificate ID. Currently, only server certificates are supported.
    DryRun bool
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    ListenerId string
    The ID of the tcpssl listener.
    Status string
    The status of the resource.
    CertificateId string
    Certificate ID. Currently, only server certificates are supported.
    DryRun bool
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    ListenerId string
    The ID of the tcpssl listener.
    Status string
    The status of the resource.
    certificateId String
    Certificate ID. Currently, only server certificates are supported.
    dryRun Boolean
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    listenerId String
    The ID of the tcpssl listener.
    status String
    The status of the resource.
    certificateId string
    Certificate ID. Currently, only server certificates are supported.
    dryRun boolean
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    listenerId string
    The ID of the tcpssl listener.
    status string
    The status of the resource.
    certificate_id str
    Certificate ID. Currently, only server certificates are supported.
    dry_run bool
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    listener_id str
    The ID of the tcpssl listener.
    status str
    The status of the resource.
    certificateId String
    Certificate ID. Currently, only server certificates are supported.
    dryRun Boolean
    Whether to PreCheck only this request, value: - true: sends a check request and does not create a resource. Check items include whether required parameters, request format, and business restrictions have been filled in. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '. - false (default): Sends a normal request, returns the HTTP 2xx status code after the check, and directly performs the operation.
    listenerId String
    The ID of the tcpssl listener.
    status String
    The status of the resource.

    Import

    NLB Listener Additional Certificate Attachment can be imported using the id, e.g.

    $ pulumi import alicloud:nlb/listenerAdditionalCertificateAttachment:ListenerAdditionalCertificateAttachment example <listener_id>:<certificate_id>
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.55.0 published on Tuesday, Apr 30, 2024 by Pulumi