get Endpoint Attachment
suspend fun getEndpointAttachment(argument: GetEndpointAttachmentPlainArgs): GetEndpointAttachmentResult
Gets the endpoint attachment.
Return
null
Parameters
argument
null
suspend fun getEndpointAttachment(endpointAttachmentId: String, organizationId: String): GetEndpointAttachmentResult
Return
null
See also
Parameters
endpoint Attachment Id
organization Id
suspend fun getEndpointAttachment(argument: suspend GetEndpointAttachmentPlainArgsBuilder.() -> Unit): GetEndpointAttachmentResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.apigee.v1.kotlin.inputs.GetEndpointAttachmentPlainArgs.