get Instance Attachment
suspend fun getInstanceAttachment(argument: GetInstanceAttachmentPlainArgs): GetInstanceAttachmentResult
Gets an attachment. Note: Not supported for Apigee hybrid.
Return
null
Parameters
argument
null
suspend fun getInstanceAttachment(attachmentId: String, instanceId: String, organizationId: String): GetInstanceAttachmentResult
Return
null
See also
Parameters
attachment Id
instance Id
organization Id
suspend fun getInstanceAttachment(argument: suspend GetInstanceAttachmentPlainArgsBuilder.() -> Unit): GetInstanceAttachmentResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.apigee.v1.kotlin.inputs.GetInstanceAttachmentPlainArgs.