DigitalOcean v4.54.0 published on Tuesday, Oct 14, 2025 by Pulumi
digitalocean.getPartnerAttachmentServiceKey
Start a Neo task
Explain and create a digitalocean.getPartnerAttachmentServiceKey resource
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 dictionaryThe following arguments are supported:
- Attachment
Id string
- Attachment
Id string
- attachment
Id String
- attachment
Id string
- attachment_
id str
- attachment
Id String
getPartnerAttachmentServiceKey Result
The following output properties are available:
- Attachment
Id string - Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- State string
- Value string
- Attachment
Id string - Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- State string
- Value string
- attachment
Id String - created
At String - id String
- The provider-assigned unique ID for this managed resource.
- state String
- value String
- attachment
Id string - created
At 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
- attachment
Id String - created
At 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
digitaloceanTerraform Provider.
