1. Packages
  2. DigitalOcean Provider
  3. API Docs
  4. getPartnerAttachmentServiceKey
DigitalOcean v4.49.0 published on Tuesday, Jul 8, 2025 by Pulumi

digitalocean.getPartnerAttachmentServiceKey

Explore with Pulumi AI

digitalocean logo
DigitalOcean v4.49.0 published on Tuesday, Jul 8, 2025 by Pulumi

    Using getPartnerAttachmentServiceKey

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPartnerAttachmentServiceKey(args: GetPartnerAttachmentServiceKeyArgs, opts?: InvokeOptions): Promise<GetPartnerAttachmentServiceKeyResult>
    function getPartnerAttachmentServiceKeyOutput(args: GetPartnerAttachmentServiceKeyOutputArgs, opts?: InvokeOptions): Output<GetPartnerAttachmentServiceKeyResult>
    def get_partner_attachment_service_key(attachment_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetPartnerAttachmentServiceKeyResult
    def get_partner_attachment_service_key_output(attachment_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetPartnerAttachmentServiceKeyResult]
    func GetPartnerAttachmentServiceKey(ctx *Context, args *GetPartnerAttachmentServiceKeyArgs, opts ...InvokeOption) (*GetPartnerAttachmentServiceKeyResult, error)
    func GetPartnerAttachmentServiceKeyOutput(ctx *Context, args *GetPartnerAttachmentServiceKeyOutputArgs, opts ...InvokeOption) GetPartnerAttachmentServiceKeyResultOutput

    > Note: This function is named GetPartnerAttachmentServiceKey in the Go SDK.

    public static class GetPartnerAttachmentServiceKey 
    {
        public static Task<GetPartnerAttachmentServiceKeyResult> InvokeAsync(GetPartnerAttachmentServiceKeyArgs args, InvokeOptions? opts = null)
        public static Output<GetPartnerAttachmentServiceKeyResult> Invoke(GetPartnerAttachmentServiceKeyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPartnerAttachmentServiceKeyResult> getPartnerAttachmentServiceKey(GetPartnerAttachmentServiceKeyArgs args, InvokeOptions options)
    public static Output<GetPartnerAttachmentServiceKeyResult> getPartnerAttachmentServiceKey(GetPartnerAttachmentServiceKeyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: digitalocean:index/getPartnerAttachmentServiceKey:getPartnerAttachmentServiceKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getPartnerAttachmentServiceKey Result

    The following output properties are available:

    AttachmentId string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    Value string
    AttachmentId string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    State string
    Value string
    attachmentId String
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    value String
    attachmentId string
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    state string
    value string
    attachment_id str
    created_at str
    id str
    The provider-assigned unique ID for this managed resource.
    state str
    value str
    attachmentId String
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    state String
    value String

    Package Details

    Repository
    DigitalOcean pulumi/pulumi-digitalocean
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the digitalocean Terraform Provider.
    digitalocean logo
    DigitalOcean v4.49.0 published on Tuesday, Jul 8, 2025 by Pulumi