get Endpoint Attachment
suspend fun getEndpointAttachment(argument: GetEndpointAttachmentPlainArgs): GetEndpointAttachmentResult
Gets details of a single EndpointAttachment.
Return
null
Parameters
argument
null
suspend fun getEndpointAttachment(endpointAttachmentId: String, location: String, project: String? = null): GetEndpointAttachmentResult
Return
null
Parameters
endpoint Attachment Id
location
project
See also
suspend fun getEndpointAttachment(argument: suspend GetEndpointAttachmentPlainArgsBuilder.() -> Unit): GetEndpointAttachmentResult
Return
null
Parameters
argument
Builder for com.pulumi.googlenative.connectors.v1.kotlin.inputs.GetEndpointAttachmentPlainArgs.